Attempt static linking of BLAS

pull/12/head
Izaak Beekman 8 years ago
parent 3578761921
commit ce8b054cdb
No known key found for this signature in database
GPG Key ID: A93CE70D8021BD0F

@ -280,7 +280,7 @@ endif()
#------------------------------
# Find Linear Algebra Libraries
#------------------------------
#set(BLA_STATIC 1)
set(BLA_STATIC ON)
find_package(BLAS REQUIRED)
find_package(LAPACK REQUIRED)
add_definitions(-DHAVE_LAPACK)

Loading…
Cancel
Save