diff --git a/science/mathematics/lapack/actions.py b/science/mathematics/lapack/actions.py
index 3c9f57085a..67e3b78d46 100644
--- a/science/mathematics/lapack/actions.py
+++ b/science/mathematics/lapack/actions.py
@@ -22,11 +22,13 @@ def setup():
shelltools.makedirs("build")
shelltools.cd("build")
- options = "-DBUILD_SHARED_LIBS=ON \
+ options = "-DCMAKE_INSTALL_LIBDIR=lib \
+ -DBUILD_SHARED_LIBS=ON \
-DBUILD_TESTING=OFF"
if get.buildTYPE() == "static":
- options = "-DBUILD_SHARED_LIBS=OFF \
+ options = "-DCMAKE_INSTALL_LIBDIR=lib \
+ -DBUILD_SHARED_LIBS=OFF \
-DBUILD_TESTING=OFF"
cmaketools.configure(options, sourceDir="..")
diff --git a/science/mathematics/lapack/pspec.xml b/science/mathematics/lapack/pspec.xml
index 18e6402bfe..e44badf0fd 100644
--- a/science/mathematics/lapack/pspec.xml
+++ b/science/mathematics/lapack/pspec.xml
@@ -12,13 +12,13 @@
library
Linear Algebra PACKage
LAPACK is a standard library for numerical linear algebra. LAPACK provides routines for solving systems of simultaneous linear equations, least-squares solutions of linear systems of equations, eigenvalue problems, and singular value problems.
- http://www.netlib.org/lapack/lapack-3.5.0.tgz
+ http://www.netlib.org/lapack/lapack-3.7.0.tgz
libgfortran
cmake
- lapack-sharedlib.patch
+
@@ -78,6 +78,13 @@
+
+ 2017-04-15
+ 3.7.0
+ Release Bump
+ Pisi Linux Community
+ admin@pisilinux.org
+
2016-06-09
3.5.0