From c3f31e8ff78c78c5d221dd55e43aaf6a7915cf31 Mon Sep 17 00:00:00 2001 From: Rmys Date: Sat, 15 Apr 2017 18:45:19 +0300 Subject: [PATCH] lapack-3.7.0:new toolchain --- science/mathematics/lapack/actions.py | 6 ++++-- science/mathematics/lapack/pspec.xml | 11 +++++++++-- 2 files changed, 13 insertions(+), 4 deletions(-) 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