mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-03-01 18:26:24 +08:00
now cholmod, umfpack, and superlu uses our own BLAS and LAPACK libs
This commit is contained in:
parent
390724b4b6
commit
444c1bc55b
@ -74,9 +74,9 @@ else()
|
||||
ei_add_property(EIGEN_MISSING_BACKENDS "MPFR C++, ")
|
||||
endif()
|
||||
|
||||
ei_add_test(sparse_llt "" "${SPARSE_LIBS}")
|
||||
ei_add_test(sparse_ldlt "" "${SPARSE_LIBS}")
|
||||
ei_add_test(sparse_lu "" "${SPARSE_LIBS}")
|
||||
ei_add_test(sparse_llt "" "${CHOLMOD_LIBRARIES};eigen_blas;eigen_lapack")
|
||||
ei_add_test(sparse_ldlt "" "${CHOLMOD_LIBRARIES};eigen_blas;eigen_lapack")
|
||||
ei_add_test(sparse_lu "" "${UMFPACK_LIBRARIES};${SUPERLU_LIBRARIES};eigen_blas")
|
||||
ei_add_test(sparse_extra "" "")
|
||||
|
||||
find_package(FFTW)
|
||||
|
Loading…
Reference in New Issue
Block a user