summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexander Phinikarides2020-02-16 23:13:35 +0200
committerAlexander Phinikarides2020-02-16 23:13:35 +0200
commite70469ffd5eb6d947d6ac881b4f1766afc77c1c3 (patch)
tree0647c2dcbb43335a103c91dc5180171ad907c37e /PKGBUILD
parentb7a6580d4c84653c6dbac3292a8c2bb2dbc3071d (diff)
downloadaur-e70469ffd5eb6d947d6ac881b4f1766afc77c1c3.tar.gz
update build libraries
Signed-off-by: Alexander Phinikarides <alexisph@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index db789c1c99ee..d453ef4fb156 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=r-mkl
pkgver=3.6.2
-pkgrel=2
+pkgrel=3
pkgdesc="Language and environment for statistical computing and graphics, linked to the Intel(R) MKL."
arch=('x86_64')
license=('GPL')
@@ -154,7 +154,7 @@ build() {
LIBnn=lib
# Place Intel's basic math library prior to GLIBC libm
- sed -i "s/\(^\| \)-lm\( \|$\)/\1-limf -lm\2/g" {./,etc/}Makeconf
+ # sed -i "s/\(^\| \)-lm\( \|$\)/\1-limf -lm\2/g" {./,etc/}Makeconf
# Build the package
make