openblas: update to 0.3.29.
This commit is contained in:
parent
871d92ee12
commit
4a93e55c1e
@ -1,6 +1,6 @@
|
||||
# Template file for 'openblas'
|
||||
pkgname=openblas
|
||||
version=0.3.28
|
||||
version=0.3.29
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
make_build_args="HOSTCC=gcc USE_OPENMP=1"
|
||||
@ -13,7 +13,7 @@ license="BSD-3-Clause"
|
||||
homepage="https://www.openblas.net/"
|
||||
changelog="https://raw.githubusercontent.com/xianyi/OpenBLAS/develop/Changelog.txt"
|
||||
distfiles="https://github.com/xianyi/OpenBLAS/archive/v${version}.tar.gz"
|
||||
checksum=f1003466ad074e9b0c8d421a204121100b0751c96fc6fcf3d1456bd12f8a00a1
|
||||
checksum=38240eee1b29e2bde47ebb5d61160207dc68668a54cac62c076bb5032013b1eb
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
ppc64*) ;;
|
||||
@ -40,7 +40,7 @@ post_install() {
|
||||
}
|
||||
|
||||
openblas-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
depends="${sourcepkg}>=${version}_${revision} libgomp-devel"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include/openblas
|
||||
|
Loading…
x
Reference in New Issue
Block a user