diff options
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/R/APKBUILD | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/testing/R/APKBUILD b/testing/R/APKBUILD index e61f9fe356..f17dd9a211 100644 --- a/testing/R/APKBUILD +++ b/testing/R/APKBUILD @@ -3,12 +3,12 @@ # Maintainer: Jakub Jirutka <jakub@jirutka.cz> pkgname=R pkgver=3.3.1 -pkgrel=1 +pkgrel=2 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="$pkgname-mathlib" depends_dev="gcc gfortran icu-dev libjpeg-turbo libpng-dev make openblas-dev pcre-dev>=8.10 readline-dev xz-dev zlib-dev " @@ -52,10 +52,9 @@ build() { --with-tcltk \ --with-x \ || return 1 - make || return 1 - cd src/nmath/standalone - make shared + make || return 1 + make -C src/nmath/standalone } package() { @@ -90,7 +89,7 @@ package() { } mathlib() { - pkgdesc="$pkgdesc (libRmath)" + pkgdesc="Standalone math library from the R project" mkdir -p "$subpkgdir"/usr/lib mv "$pkgdir"/usr/lib/libRmath.so* "$subpkgdir"/usr/lib |
