Replies: 3 comments 4 replies
-
SuiteSparse is using the cmake command, |
Beta Was this translation helpful? Give feedback.
-
Wow, that made a difference. I also had to add -DLAPACK_LIBRARIES configuration option. THANK YOU!!! |
Beta Was this translation helpful? Give feedback.
-
Makes sense! Thank you |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have blas/lapack libraries residing here: /home/myUserName/Libraries/Lapack/lib/ :
libcblas.a liblapack.a librefblas.a libtmglib.a
SuiteSparse returns this error when builidng it (~/Libraries/CMake/cmake-4.0.2-linux-x86_64/bin/cmake -DSUITESPARSE_USE_64BIT_BLAS=ON -DCMAKE_INSTALL_PREFIX=.. ..)
--
-- Looking for 64-BLAS: /home/myUserName/Libraries/Lapack/lib/
CMake Error at /home/myUserName/Libraries/CMake/cmake-4.0.2-linux-x86_64/share/cmake-4.0/Modules/FindPackageHandleStandardArgs.cmake:227 (message):
Could NOT find BLAS (missing: BLAS_LIBRARIES)
The blas library is there (libcblas.a), so why can't SuiteSparse find it?
Beta Was this translation helpful? Give feedback.
All reactions