openblas: update to 0.3.13.

This commit is contained in:
Olaf Mersmann 2021-01-01 21:55:35 +01:00 committed by Érico Nogueira Rolim
parent 17b18ed14a
commit 7195b3d47a

View file

@ -1,7 +1,7 @@
# Template file for 'openblas'
pkgname=openblas
version=0.3.12
revision=2
version=0.3.13
revision=1
wrksrc="OpenBLAS-${version}"
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/v${version}/Changelog.txt"
distfiles="https://github.com/xianyi/OpenBLAS/archive/v${version}.tar.gz"
checksum=65a7d3a4010a4e3bd5c0baa41a234797cd3a1735449a4a5902129152601dc57b
checksum=79197543b17cc314b7e43f7a33148c308b0807cd6381ee77f77e15acf3e6459e
case "${XBPS_TARGET_MACHINE}" in
armv5*) make_build_args+=" TARGET=ARMV5" ;;