Advertisement
rajhlinux

Untitled

Sep 26th, 2022
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.25 KB | None | 0 0
  1. $ cmake -DBLAS=open -DUSE_OPENCL=ON -DUSE_CLGEMM=ON -DCMAKE_BUILD_TYPE=Debug -DUSE_TIMER=ON -DCMAKE_INSTALL_PREFIX=debug -DclBLAS_INCLUDE_DIR=/usr/local/include/ -DclBLAS_LIB=/usr/local/lib/libclBLAS.so ..
  2.  
  3.  
  4. CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
  5. Compatibility with CMake < 2.8.12 will be removed from a future version of
  6. CMake.
  7.  
  8. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  9. CMake that the project does not need compatibility with older versions.
  10.  
  11.  
  12. -- The C compiler identification is Clang 13.0.0
  13. -- The CXX compiler identification is Clang 13.0.0
  14. -- Detecting C compiler ABI info
  15. -- Detecting C compiler ABI info - done
  16. -- Check for working C compiler: /usr/bin/cc - skipped
  17. -- Detecting C compile features
  18. -- Detecting C compile features - done
  19. -- Detecting CXX compiler ABI info
  20. -- Detecting CXX compiler ABI info - done
  21. -- Check for working CXX compiler: /usr/bin/c++ - skipped
  22. -- Detecting CXX compile features
  23. -- Detecting CXX compile features - done
  24. CMake Warning (dev) at cmake/Misc.cmake:32 (set):
  25. implicitly converting 'BOOLEAN' to 'STRING' type.
  26. Call Stack (most recent call first):
  27. CMakeLists.txt:47 (include)
  28. This warning is for project developers. Use -Wno-dev to suppress it.
  29.  
  30. CMake Warning at /usr/local/share/cmake/Modules/FindBoost.cmake:1390 (message):
  31. New Boost version may have incorrect or missing dependencies and imported
  32. targets
  33. Call Stack (most recent call first):
  34. /usr/local/share/cmake/Modules/FindBoost.cmake:1513 (_Boost_COMPONENT_DEPENDENCIES)
  35. /usr/local/share/cmake/Modules/FindBoost.cmake:2124 (_Boost_MISSING_DEPENDENCIES)
  36. cmake/Dependencies.cmake:8 (find_package)
  37. CMakeLists.txt:171 (include)
  38.  
  39.  
  40. CMake Warning at /usr/local/share/cmake/Modules/FindBoost.cmake:1390 (message):
  41. New Boost version may have incorrect or missing dependencies and imported
  42. targets
  43. Call Stack (most recent call first):
  44. /usr/local/share/cmake/Modules/FindBoost.cmake:1513 (_Boost_COMPONENT_DEPENDENCIES)
  45. /usr/local/share/cmake/Modules/FindBoost.cmake:2124 (_Boost_MISSING_DEPENDENCIES)
  46. cmake/Dependencies.cmake:8 (find_package)
  47. CMakeLists.txt:171 (include)
  48.  
  49.  
  50. CMake Warning at /usr/local/share/cmake/Modules/FindBoost.cmake:1390 (message):
  51. New Boost version may have incorrect or missing dependencies and imported
  52. targets
  53. Call Stack (most recent call first):
  54. /usr/local/share/cmake/Modules/FindBoost.cmake:1513 (_Boost_COMPONENT_DEPENDENCIES)
  55. /usr/local/share/cmake/Modules/FindBoost.cmake:2124 (_Boost_MISSING_DEPENDENCIES)
  56. cmake/Dependencies.cmake:8 (find_package)
  57. CMakeLists.txt:171 (include)
  58.  
  59.  
  60. CMake Warning at /usr/local/share/cmake/Modules/FindBoost.cmake:1390 (message):
  61. New Boost version may have incorrect or missing dependencies and imported
  62. targets
  63. Call Stack (most recent call first):
  64. /usr/local/share/cmake/Modules/FindBoost.cmake:1513 (_Boost_COMPONENT_DEPENDENCIES)
  65. /usr/local/share/cmake/Modules/FindBoost.cmake:2124 (_Boost_MISSING_DEPENDENCIES)
  66. cmake/Dependencies.cmake:8 (find_package)
  67. CMakeLists.txt:171 (include)
  68.  
  69.  
  70. CMake Warning at /usr/local/share/cmake/Modules/FindBoost.cmake:1390 (message):
  71. New Boost version may have incorrect or missing dependencies and imported
  72. targets
  73. Call Stack (most recent call first):
  74. /usr/local/share/cmake/Modules/FindBoost.cmake:1513 (_Boost_COMPONENT_DEPENDENCIES)
  75. /usr/local/share/cmake/Modules/FindBoost.cmake:2124 (_Boost_MISSING_DEPENDENCIES)
  76. cmake/Dependencies.cmake:8 (find_package)
  77. CMakeLists.txt:171 (include)
  78.  
  79.  
  80. -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
  81. -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
  82. -- Looking for pthread_create in pthreads
  83. -- Looking for pthread_create in pthreads - not found
  84. -- Looking for pthread_create in pthread
  85. -- Looking for pthread_create in pthread - found
  86. -- Found Threads: TRUE
  87. -- Found Boost: /usr/local/include (found suitable version "1.80.0", minimum required is "1.54") found components: system thread filesystem chrono atomic
  88. CMake Error at cmake/Dependencies.cmake:19 (target_link_libraries):
  89. Cannot specify link libraries for target "-lpthread" which is not built by
  90. this project.
  91. Call Stack (most recent call first):
  92. CMakeLists.txt:171 (include)
  93.  
  94.  
  95. -- Configuring incomplete, errors occurred!
  96.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement