summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 348fa6114b8f..896c808bdf11 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=r-mkl
pkgver=3.3.2
-pkgrel=2
+pkgrel=3
pkgdesc="Language and environment for statistical computing and graphics, linked with Intel's MKL."
arch=('x86_64')
license=('GPL')
@@ -103,7 +103,11 @@ build() {
-lifport \
-lpthread \
-lm \
- -ldl"
+ -ldl \
+ -lifcore \
+ -lifport"
+ # Including -lifcore and -lifport twice fixes
+ # compilation of some R packages (e.g. quantreg, igraph)
export CC="icc"
export CXX="icpc"