summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexander Phinikarides2016-11-28 12:36:37 +0200
committerAlexander Phinikarides2016-11-28 12:36:37 +0200
commit847eee8a2e53aba826e6f761cf380abb3dc8b7bb (patch)
tree87d9ebf1f8b0d3bfc0de71e2cf9451c7f90e5596 /PKGBUILD
parent1d91b7f93433c8944b7f4d81832dc9cf626938cf (diff)
downloadaur-847eee8a2e53aba826e6f761cf380abb3dc8b7bb.tar.gz
link needed libs to be used with ifort
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 896c808bdf11..f9dec3177bcc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=r-mkl
pkgver=3.3.2
-pkgrel=3
+pkgrel=4
pkgdesc="Language and environment for statistical computing and graphics, linked with Intel's MKL."
arch=('x86_64')
license=('GPL')
@@ -89,7 +89,7 @@ build() {
source /opt/intel/composerxe/linux/bin/compilervars.sh ${_intel_arch}
_intel_cc_opt=" -O3 -qno-opt-matmul -xHost -m64 -qopenmp -ipo -fp-model precise -fp-model source -qopt-mem-layout-trans=2 -diag-disable=188,308"
export MAIN_LDFLAGS=" -qopenmp"
- export FLIBS=" -lgfortran"
+ export FLIBS=" -lgfortran -lifcore -lifport"
_mkllibs=" -L${MKLROOT}/lib/${_intel_arch} \
-l${_intel_lib} \