Advertisement
foadsf

elmer MSYS2 BLAS error

Apr 1st, 2022
345
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.99 KB | None | 0 0
  1. # cmake ..
  2. -- The Fortran compiler identification is GNU 11.2.0
  3. -- The C compiler identification is GNU 11.2.0
  4. -- The CXX compiler identification is GNU 11.2.0
  5. System is unknown to cmake, create:
  6. Platform/MINGW64_NT-10.0-19044 to use this system, please post your config file on discourse.cmake.org so it can be added to cmake
  7. -- Detecting Fortran compiler ABI info
  8. System is unknown to cmake, create:
  9. Platform/MINGW64_NT-10.0-19044 to use this system, please post your config file on discourse.cmake.org so it can be added to cmake
  10. -- Detecting Fortran compiler ABI info - done
  11. -- Check for working Fortran compiler: /usr/bin/f95.exe - skipped
  12. -- Detecting C compiler ABI info
  13. System is unknown to cmake, create:
  14. Platform/MINGW64_NT-10.0-19044 to use this system, please post your config file on discourse.cmake.org so it can be added to cmake
  15. -- Detecting C compiler ABI info - done
  16. -- Check for working C compiler: /usr/bin/cc.exe - skipped
  17. -- Detecting C compile features
  18. -- Detecting C compile features - done
  19. -- Detecting CXX compiler ABI info
  20. System is unknown to cmake, create:
  21. Platform/MINGW64_NT-10.0-19044 to use this system, please post your config file on discourse.cmake.org so it can be added to cmake
  22. -- Detecting CXX compiler ABI info - done
  23. -- Check for working CXX compiler: /usr/bin/CC.exe - skipped
  24. -- Detecting CXX compile features
  25. -- Detecting CXX compile features - done
  26. System is unknown to cmake, create:
  27. Platform/MINGW64_NT-10.0-19044 to use this system, please post your config file on discourse.cmake.org so it can be added to cmake
  28. -- Checking whether GFortran version >= 4.8 -- yes
  29. -- ------------------------------------------------
  30. -- Looking for Fortran sgemm
  31. System is unknown to cmake, create:
  32. Platform/MINGW64_NT-10.0-19044 to use this system, please post your config file on discourse.cmake.org so it can be added to cmake
  33. -- Looking for Fortran sgemm - not found
  34. -- Looking for pthread.h
  35. System is unknown to cmake, create:
  36. Platform/MINGW64_NT-10.0-19044 to use this system, please post your config file on discourse.cmake.org so it can be added to cmake
  37. -- Looking for pthread.h - found
  38. -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
  39. System is unknown to cmake, create:
  40. Platform/MINGW64_NT-10.0-19044 to use this system, please post your config file on discourse.cmake.org so it can be added to cmake
  41. -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
  42. -- Found Threads: TRUE
  43. CMake Error at /usr/share/cmake-3.22.1/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
  44. Could NOT find BLAS (missing: BLAS_LIBRARIES)
  45. Call Stack (most recent call first):
  46. /usr/share/cmake-3.22.1/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE)
  47. /usr/share/cmake-3.22.1/Modules/FindBLAS.cmake:1337 (find_package_handle_standard_args)
  48. CMakeLists.txt:403 (FIND_PACKAGE)
  49.  
  50.  
  51. -- Configuring incomplete, errors occurred!
  52. See also "/c/Users/foo/bar/elmerfem/build/CMakeFiles/CMakeOutput.log".
  53. See also "/c/Users/foo/bar/elmerfem/build/CMakeFiles/CMakeError.log".
  54.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement