openblas: update to 0.3.20.

This commit is contained in:
Andrew J. Hesford 2022-07-05 13:08:20 -04:00
parent 4d301c5172
commit 01d610c085

View file

@ -1,8 +1,8 @@
# Template file for 'openblas' # Template file for 'openblas'
pkgname=openblas pkgname=openblas
reverts="0.3.19_1" reverts="0.3.19_1"
version=0.3.18 version=0.3.20
revision=2 revision=1
wrksrc="OpenBLAS-${version}" wrksrc="OpenBLAS-${version}"
build_style=gnu-makefile build_style=gnu-makefile
make_build_args="HOSTCC=gcc USE_OPENMP=1" make_build_args="HOSTCC=gcc USE_OPENMP=1"
@ -15,7 +15,7 @@ license="BSD-3-Clause"
homepage="https://www.openblas.net/" homepage="https://www.openblas.net/"
changelog="https://raw.githubusercontent.com/xianyi/OpenBLAS/v${version}/Changelog.txt" changelog="https://raw.githubusercontent.com/xianyi/OpenBLAS/v${version}/Changelog.txt"
distfiles="https://github.com/xianyi/OpenBLAS/archive/v${version}.tar.gz" distfiles="https://github.com/xianyi/OpenBLAS/archive/v${version}.tar.gz"
checksum=1632c1e8cca62d8bed064b37747e331a1796fc46f688626337362bf0d16aeadb checksum=8495c9affc536253648e942908e88e097f2ec7753ede55aca52e5dead3029e3c
case "$XBPS_TARGET_MACHINE" in case "$XBPS_TARGET_MACHINE" in
ppc64*) ;; ppc64*) ;;