aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-08-11 23:37:14 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-08-15 18:21:11 -0300
commit39b51cfcf223d8a92b56f3c884d41dcc190924ee (patch)
treedcb6af588f3d4f640aea1ba62233155f66d37e3f /community
parent08d9b1aa546b05a03279fb9fc2d2ea5facaebe66 (diff)
community/openblas: upgrade to 0.3.7
Diffstat (limited to 'community')
-rw-r--r--community/openblas/APKBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/community/openblas/APKBUILD b/community/openblas/APKBUILD
index 7befe16d9c7..33550bfa2cb 100644
--- a/community/openblas/APKBUILD
+++ b/community/openblas/APKBUILD
@@ -3,7 +3,7 @@
# Maintainer: Isaac Dunham <ibid.ag@gmail.com>
pkgname=openblas
_pkgname=OpenBLAS
-pkgver=0.3.6
+pkgver=0.3.7
pkgrel=0
pkgdesc="A fast BSD-licensed BLAS based on gotoBLAS2, with LAPACK"
url="http://www.openblas.net"
@@ -11,7 +11,7 @@ arch="all"
license="BSD-3-Clause"
depends_dev="gfortran"
makedepends="$depends_dev perl linux-headers"
-subpackages="$pkgname-dev $pkgname-doc"
+subpackages="$pkgname-static $pkgname-dev $pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/xianyi/$_pkgname/archive/v$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"
@@ -75,7 +75,6 @@ build() {
}
check() {
- cd "$builddir"
CFLAGS= make $_flags CFLAGS="$CFLAGS" tests
}
@@ -85,8 +84,6 @@ package() {
PREFIX="$pkgdir/usr" install
fi
- cd "$builddir"
-
make $_flags PREFIX="$pkgdir/usr" install
# Remove reference to $pkgdir.
@@ -107,4 +104,4 @@ ilp64() {
mv "$pkgdir"/usr/lib/libopenblas64_* "$subpkgdir"/usr/lib/
}
-sha512sums="1ad980176a51f70d8b0b2d158da8c01f30f77b7cf385b24a6340d3c5feb1513bd04b9390487d05cc9557db7dc5f7c135b1688dec9f17ebef35dba884ef7ddee9 openblas-0.3.6.tar.gz"
+sha512sums="9c4898301c675471bbce2bb99b6bbe7c90724784fac06504416d4bd5da3cd4488f727b0a118c9a38ea342daac2af9e32597a847004241cc57de693b58b856262 openblas-0.3.7.tar.gz"