openblas: update to 0.3.9.

Closes: #19988 [via git-merge-pr]
This commit is contained in:
Daniel Eyßer 2020-03-09 21:52:40 +01:00 committed by Piraty
parent be4ff36f76
commit 41b464022b

View file

@ -1,6 +1,6 @@
# Template file for 'openblas'
pkgname=openblas
version=0.3.7
version=0.3.9
revision=1
wrksrc="OpenBLAS-${version}"
build_style=gnu-makefile
@ -12,8 +12,8 @@ maintainer="Julien Dehos <dehos@lisic.univ-littoral.fr>"
license="BSD-3-Clause"
homepage="https://www.openblas.net/"
changelog="https://raw.githubusercontent.com/xianyi/OpenBLAS/v${version}/Changelog.txt"
distfiles="https://github.com/xianyi/${pkgname}/archive/v${version}.tar.gz"
checksum=bde136122cef3dd6efe2de1c6f65c10955bbb0cc01a520c2342f5287c28f9379
distfiles="https://github.com/xianyi/OpenBLAS/archive/v${version}.tar.gz"
checksum=17d4677264dfbc4433e97076220adc79b050e4f8a083ea3f853a53af253bc380
case "${XBPS_TARGET_MACHINE}" in
armv5*) make_build_args+=" TARGET=ARMV5" ;;
@ -29,7 +29,7 @@ case "${XBPS_TARGET_MACHINE}" in
esac
post_extract() {
sed -i 's#OPENBLAS_INCLUDE_DIR := .*$#OPENBLAS_INCLUDE_DIR := $(PREFIX)/include/openblas#' Makefile.install
vsed -i 's#OPENBLAS_INCLUDE_DIR := .*$#OPENBLAS_INCLUDE_DIR := $(PREFIX)/include/openblas#' Makefile.install
}
post_install() {
@ -43,7 +43,7 @@ openblas-devel_package() {
vmove usr/include/openblas
vmove usr/lib/cmake
vmove usr/lib/pkgconfig
vmove usr/lib/libopenblas*.a*
vmove "usr/lib/*.a"
vmove usr/lib/libopenblas.so
}
}