Committing Nico's change about build system improvements for LAPACK
authorjulie <julielangou@users.noreply.github.com>
Wed, 2 Sep 2015 05:32:19 +0000 (05:32 +0000)
committerjulie <julielangou@users.noreply.github.com>
Wed, 2 Sep 2015 05:32:19 +0000 (05:32 +0000)
commitd8350cf73f3313b2d94763a2154a5404922b1f83
treed365edccdb9b1714bb57aecb26d41123a677913c
parent9c1c8b90a1302ba42639fce4c04ef1cd0cb25378
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
BLAS/SRC/CMakeLists.txt
CMAKE/lapack-config-version.cmake.in [deleted file]
CMakeLists.txt
SRC/CMakeLists.txt