openblas: update to 0.3.7.

This commit is contained in:
Piraty 2019-08-17 13:52:07 +02:00
parent 5a298b2786
commit e736f78512

View file

@ -1,6 +1,6 @@
# Template file for 'openblas'
pkgname=openblas
version=0.3.6
version=0.3.7
revision=1
wrksrc="OpenBLAS-${version}"
build_style=gnu-makefile
@ -13,7 +13,7 @@ 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=e64c8fe083832ffbc1459ab6c72f71d53afd3b36e8497c922a15a06b72e9002f
checksum=bde136122cef3dd6efe2de1c6f65c10955bbb0cc01a520c2342f5287c28f9379
case "${XBPS_TARGET_MACHINE}" in
armv5*) make_build_args+=" TARGET=ARMV5" ;;