openblas: update to 0.3.12.

This commit is contained in:
Piraty 2020-11-07 01:13:22 +01:00
parent e6f6297ce3
commit e4a22bf920
No known key found for this signature in database
GPG key ID: 82F2CC796BD07077

View file

@ -1,6 +1,6 @@
# Template file for 'openblas'
pkgname=openblas
version=0.3.9
version=0.3.12
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/OpenBLAS/archive/v${version}.tar.gz"
checksum=17d4677264dfbc4433e97076220adc79b050e4f8a083ea3f853a53af253bc380
checksum=65a7d3a4010a4e3bd5c0baa41a234797cd3a1735449a4a5902129152601dc57b
case "${XBPS_TARGET_MACHINE}" in
armv5*) make_build_args+=" TARGET=ARMV5" ;;