Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # cmake ..
- -- The Fortran compiler identification is GNU 11.2.0
- -- The C compiler identification is GNU 11.2.0
- -- The CXX compiler identification is GNU 11.2.0
- System is unknown to cmake, create:
- 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
- -- Detecting Fortran compiler ABI info
- System is unknown to cmake, create:
- 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
- -- Detecting Fortran compiler ABI info - done
- -- Check for working Fortran compiler: /usr/bin/f95.exe - skipped
- -- Detecting C compiler ABI info
- System is unknown to cmake, create:
- 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
- -- Detecting C compiler ABI info - done
- -- Check for working C compiler: /usr/bin/cc.exe - skipped
- -- Detecting C compile features
- -- Detecting C compile features - done
- -- Detecting CXX compiler ABI info
- System is unknown to cmake, create:
- 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
- -- Detecting CXX compiler ABI info - done
- -- Check for working CXX compiler: /usr/bin/CC.exe - skipped
- -- Detecting CXX compile features
- -- Detecting CXX compile features - done
- System is unknown to cmake, create:
- 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
- -- Checking whether GFortran version >= 4.8 -- yes
- -- ------------------------------------------------
- -- Looking for Fortran sgemm
- System is unknown to cmake, create:
- 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
- -- Looking for Fortran sgemm - not found
- -- Looking for pthread.h
- System is unknown to cmake, create:
- 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
- -- Looking for pthread.h - found
- -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
- System is unknown to cmake, create:
- 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
- -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
- -- Found Threads: TRUE
- CMake Error at /usr/share/cmake-3.22.1/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
- Could NOT find BLAS (missing: BLAS_LIBRARIES)
- Call Stack (most recent call first):
- /usr/share/cmake-3.22.1/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE)
- /usr/share/cmake-3.22.1/Modules/FindBLAS.cmake:1337 (find_package_handle_standard_args)
- CMakeLists.txt:403 (FIND_PACKAGE)
- -- Configuring incomplete, errors occurred!
- See also "/c/Users/foo/bar/elmerfem/build/CMakeFiles/CMakeOutput.log".
- See also "/c/Users/foo/bar/elmerfem/build/CMakeFiles/CMakeError.log".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement