aboutsummaryrefslogtreecommitdiffstats
path: root/testing/R/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/R/APKBUILD')
-rw-r--r--testing/R/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/R/APKBUILD b/testing/R/APKBUILD
index e030b02cc8..85bf9dbf0b 100644
--- a/testing/R/APKBUILD
+++ b/testing/R/APKBUILD
@@ -3,13 +3,13 @@
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=R
pkgver=3.3.0
-pkgrel=4
+pkgrel=5
pkgdesc="Language and environment for statistical computing"
url="https://www.r-project.org"
arch="x86_64 x86"
license="GPL-2 GPL-3 LGPL-2.1"
depends=""
-depends_dev="gcc gfortran icu-dev lapack-dev libjpeg-turbo libpng-dev make
+depends_dev="gcc gfortran icu-dev libjpeg-turbo libpng-dev make openblas-dev
pcre-dev>=8.10 readline-dev xz-dev zlib-dev
"
makedepends="$depends_dev bzip2-dev cairo-dev curl-dev>=7.28 libxmu-dev
@@ -47,7 +47,7 @@ build() {
--enable-R-shlib \
--enable-java \
--without-recommended-packages \
- --with-blas \
+ --with-blas=openblas \
--with-cairo \
--with-ICU \
--with-jpeglib \