aboutsummaryrefslogtreecommitdiff
path: root/CMAKE
diff options
context:
space:
mode:
authorjulie <julielangou@users.noreply.github.com>2015-09-02 05:32:19 +0000
committerjulie <julielangou@users.noreply.github.com>2015-09-02 05:32:19 +0000
commitd8350cf73f3313b2d94763a2154a5404922b1f83 (patch)
treed365edccdb9b1714bb57aecb26d41123a677913c /CMAKE
parent9c1c8b90a1302ba42639fce4c04ef1cd0cb25378 (diff)
Committing Nico's change about build system improvements for LAPACK
"One of the improvements with the patches is that SOVERSION and VERSION are now properly set and the proper symlinks are created: ``` liblapack.so -> liblapack.so.3 liblapack.so.3 -> liblapack.so.3.5.0 liblapack.so.3.5.0 ``` Since BLAS is shipped with LAPACK and no separate version number is given for BLAS, I applied the same there, too." Tested on Julie's Mac TO DO: To test under Windows ==== Updated OSX RPATH settings In response to CMake 3.0 generating warnings regarding policy CMP0042, the OSX RPATH settings have been updated per recommendations found in the CMake Wiki: http://www.cmake.org/Wiki/CMake_RPATH_handling#Mac_OS_X_and_the_RPATH
Diffstat (limited to 'CMAKE')
-rw-r--r--CMAKE/lapack-config-version.cmake.in8
1 files changed, 0 insertions, 8 deletions
diff --git a/CMAKE/lapack-config-version.cmake.in b/CMAKE/lapack-config-version.cmake.in
deleted file mode 100644
index 2caeb4ab..00000000
--- a/CMAKE/lapack-config-version.cmake.in
+++ /dev/null
@@ -1,8 +0,0 @@
-set(PACKAGE_VERSION "@LAPACK_VERSION@")
-if(NOT ${PACKAGE_FIND_VERSION} VERSION_GREATER ${PACKAGE_VERSION})
- set(PACKAGE_VERSION_COMPATIBLE 1)
- if(${PACKAGE_FIND_VERSION} VERSION_EQUAL ${PACKAGE_VERSION})
- set(PACKAGE_VERSION_EXACT 1)
- endif()
-endif()
-