diff options
author | Tim Biermann <tbier@posteo.de> | 2020-04-12 15:17:48 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2020-04-12 15:17:48 +0000 |
commit | 9ceaa6f47fae66fc0435bf0ec4c8ee2bf229409a (patch) | |
tree | ef59784b325adda56fe681bbe38c1ba9a3ec8361 /suitesparse/Pkgfile | |
parent | 67a0591afca2de674329c3f7ef710d355ce13ab6 (diff) | |
download | contrib-9ceaa6f47fae66fc0435bf0ec4c8ee2bf229409a.tar.gz contrib-9ceaa6f47fae66fc0435bf0ec4c8ee2bf229409a.tar.xz |
suitesparse: 5.7.1 -> 5.7.2
Diffstat (limited to 'suitesparse/Pkgfile')
-rw-r--r-- | suitesparse/Pkgfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/suitesparse/Pkgfile b/suitesparse/Pkgfile index 513965b9f..d6f36f912 100644 --- a/suitesparse/Pkgfile +++ b/suitesparse/Pkgfile @@ -4,17 +4,17 @@ # Depends on: chrpath intel-tbb lapack metis name=suitesparse -version=5.7.1 +version=5.7.2 release=1 source=(https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/v$version/$name-$version.tar.gz suitesparse-no-demo.patch) build() { cd SuiteSparse-$version patch -p1 -i ../suitesparse-no-demo.patch - BLAS=-lblas TBB=-ltbb SPQR_CONFIG=-DHAVE_TBB MY_METIS_LIB=/usr/lib/libmetis.so make + BLAS=-lblas LAPACK=-llapack TBB=-ltbb SPQR_CONFIG=-DHAVE_TBB MY_METIS_LIB=/usr/lib/libmetis.so make install -dm755 $PKG/usr/{include,lib} - BLAS=-lblas TBB=-ltbb SPQR_CONFIG=-DHAVE_TBB MY_METIS_LIB=/usr/lib/libmetis.so \ + BLAS=-lblas LAPACK=-llapack TBB=-ltbb SPQR_CONFIG=-DHAVE_TBB MY_METIS_LIB=/usr/lib/libmetis.so \ make INSTALL_LIB=$PKG/usr/lib INSTALL_INCLUDE=$PKG/usr/include install chrpath -d $PKG/usr/lib/* |