summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorisrael.herraiz2017-05-09 12:02:26 +0200
committerisrael.herraiz2017-05-09 12:02:26 +0200
commitd2308718103e90a388ad44fb9ff75e4b45cca10e (patch)
tree107a44aff042728e6ba8944606ed50e76ebddc7e /PKGBUILD
parentede8cb6200868b3698fc5204cde6b0fbc44b4a0a (diff)
downloadaur-d2308718103e90a388ad44fb9ff75e4b45cca10e.tar.gz
Adding missing option to build package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
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