summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorisrael.herraiz2017-05-09 12:02:26 +0200
committerisrael.herraiz2017-05-09 12:02:26 +0200
commitd2308718103e90a388ad44fb9ff75e4b45cca10e (patch)
tree107a44aff042728e6ba8944606ed50e76ebddc7e
parentede8cb6200868b3698fc5204cde6b0fbc44b4a0a (diff)
downloadaur-d2308718103e90a388ad44fb9ff75e4b45cca10e.tar.gz
Adding missing option to build package
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 079a6429e3ed..640c9b3da55f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = suitesparse-mkl
pkgdesc = A collection of sparse matrix libraries (compiled with the Intel MKL lib)
pkgver = 4.5.4
- pkgrel = 1
+ pkgrel = 2
url = http://faculty.cse.tamu.edu/davis/suitesparse.html
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index b14f7ce64fe9..b6597550bac7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=suitesparse-mkl
pkgver=4.5.4
-pkgrel=1
+pkgrel=2
pkgdesc="A collection of sparse matrix libraries (compiled with the Intel MKL lib)"
url="http://faculty.cse.tamu.edu/davis/suitesparse.html"
arch=('i686' 'x86_64')
@@ -40,7 +40,8 @@ package() {
source /opt/intel/mkl/bin/mklvars.sh intel64
source /opt/intel/composerxe/linux/bin/compilervars.sh intel64
export BLAS="-L/opt/intel/mkl/lib/intel64 -lmkl_rt"
-
+ export LAPACK="-L/opt/intel/mkl/lib/intel64 -lmkl_rt"
+
TBB=-ltbb SPQR_CONFIG=-DHAVE_TBB MY_METIS_LIB=/usr/lib/libmetis.so \
make INSTALL_LIB="${pkgdir}"/usr/lib INSTALL_INCLUDE="${pkgdir}"/usr/include install