mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
community/openblas: upgrade to 0.3.7
This commit is contained in:
parent
08d9b1aa54
commit
39b51cfcf2
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user