aboutsummaryrefslogtreecommitdiffhomepage
path: root/lapack
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2011-07-11 17:02:09 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2011-07-11 17:02:09 +0200
commitbdb545ce3b294e28cd264c627ceaae42d26ea5f4 (patch)
treed7f87478e455ed8e5a93c0528483cf0d1bdf50bc /lapack
parent5fdebc2fa581089dc9232a4701e85f89ba9a5bb8 (diff)
enable instalation of blas and lapack libs
Diffstat (limited to 'lapack')
-rw-r--r--lapack/CMakeLists.txt12
1 files changed, 5 insertions, 7 deletions
diff --git a/lapack/CMakeLists.txt b/lapack/CMakeLists.txt
index 96d6a416d..32fd6ad81 100644
--- a/lapack/CMakeLists.txt
+++ b/lapack/CMakeLists.txt
@@ -365,14 +365,12 @@ if(EIGEN_STANDARD_LIBRARIES_TO_LINK_TO)
target_link_libraries(eigen_lapack ${EIGEN_STANDARD_LIBRARIES_TO_LINK_TO})
endif()
-# add_dependencies(lapack eigen_lapack eigen_lapack_static)
-add_dependencies(lapack eigen_lapack_static)
-
-# install(TARGETS eigen_lapack
-# RUNTIME DESTINATION bin
-# LIBRARY DESTINATION lib
-# ARCHIVE DESTINATION lib)
+add_dependencies(lapack eigen_lapack eigen_lapack_static)
+install(TARGETS eigen_lapack eigen_lapack_static
+ RUNTIME DESTINATION bin
+ LIBRARY DESTINATION lib
+ ARCHIVE DESTINATION lib)
# add_subdirectory(testing)
endif(CMAKE_Fortran_COMPILER_WORKS)