Guest User

dlib error

a guest
May 27th, 2020
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.29 KB | None | 0 0
  1. -- The C compiler identification is GNU 8.4.0
  2. -- The CXX compiler identification is GNU 8.4.0
  3. -- Check for working C compiler: /usr/bin/cc
  4. -- Check for working C compiler: /usr/bin/cc - works
  5. -- Detecting C compiler ABI info
  6. -- Detecting C compiler ABI info - done
  7. -- Detecting C compile features
  8. -- Detecting C compile features - done
  9. -- Check for working CXX compiler: /usr/bin/c++
  10. -- Check for working CXX compiler: /usr/bin/c++ - works
  11. -- Detecting CXX compiler ABI info
  12. -- Detecting CXX compiler ABI info - done
  13. -- Detecting CXX compile features
  14. -- Detecting CXX compile features - done
  15. -- Using CMake version: 3.17.2
  16. -- Compiling dlib version: 19.19.99
  17. -- Enabling AVX instructions
  18. -- Looking for pthread.h
  19. -- Looking for pthread.h - found
  20. -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
  21. -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
  22. -- Looking for pthread_create in pthreads
  23. -- Looking for pthread_create in pthreads - not found
  24. -- Looking for pthread_create in pthread
  25. -- Looking for pthread_create in pthread - found
  26. -- Found Threads: TRUE
  27. -- Found X11: /usr/include
  28. -- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so
  29. -- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so - found
  30. -- Looking for gethostbyname
  31. -- Looking for gethostbyname - found
  32. -- Looking for connect
  33. -- Looking for connect - found
  34. -- Looking for remove
  35. -- Looking for remove - found
  36. -- Looking for shmat
  37. -- Looking for shmat - found
  38. -- Looking for IceConnectionNumber in ICE
  39. -- Looking for IceConnectionNumber in ICE - found
  40. -- Found system copy of libpng: /usr/lib/x86_64-linux-gnu/libpng.so;/usr/lib/x86_64-linux-gnu/libz.so
  41. -- Searching for BLAS and LAPACK
  42. -- Searching for BLAS and LAPACK
  43. -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1")
  44. -- Checking for module 'cblas'
  45. -- No package 'cblas' found
  46. -- Checking for module 'lapack'
  47. -- Found lapack, version 0.3.8+ds
  48. -- Looking for sys/types.h
  49. -- Looking for sys/types.h - found
  50. -- Looking for stdint.h
  51. -- Looking for stdint.h - found
  52. -- Looking for stddef.h
  53. -- Looking for stddef.h - found
  54. -- Check size of void*
  55. -- Check size of void* - done
  56. -- Found OpenBLAS library
  57. -- Looking for sgetrf_single
  58. -- Looking for sgetrf_single - found
  59. -- Using OpenBLAS's built in LAPACK
  60. -- Looking for cblas_ddot
  61. -- Looking for cblas_ddot - found
  62. -- Looking for sgesv
  63. -- Looking for sgesv - not found
  64. -- Looking for sgesv_
  65. -- Looking for sgesv_ - not found
  66. -- Found CUDA: /usr/local/cuda-10.2 (found suitable version "10.2", minimum required is "7.5")
  67. -- Looking for cuDNN install...
  68. -- Found cuDNN: /usr/local/cuda/lib64/libcudnn.so
  69. -- Building a CUDA test project to see if your compiler is compatible with CUDA...
  70. -- Checking if you have the right version of cuDNN installed.
  71. -- Enabling CUDA support for dlib. DLIB WILL USE CUDA
  72. -- C++11 activated.
  73. -- Configuring done
  74. CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
  75. Please set them or make sure they are set and tested correctly in the CMake files:
  76. CUDA_cublas_LIBRARY (ADVANCED)
  77. linked by target "dlib" in directory /home/zibbyboo/dlib/dlib
  78.  
  79. -- Generating done
  80. CMake Generate step failed. Build files cannot be regenerated correctly.
Add Comment
Please, Sign In to add comment