summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 93c70a6aea7f..aac57649a92f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-mkl
pkgdesc = Language and environment for statistical computing and graphics, linked with Intel's MKL.
pkgver = 3.3.2
- pkgrel = 2
+ pkgrel = 3
url = http://www.r-project.org/
install = r-mkl.install
arch = x86_64
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"