openblas: update to 0.3.23.

Closes: #43153 [via git-merge-pr]
This commit is contained in:
Gonzalo Tornaría 2023-04-02 16:34:23 -03:00 committed by Andrew J. Hesford
parent 39800f5521
commit 5f94d135af
1 changed files with 4 additions and 5 deletions

View File

@ -1,8 +1,7 @@
# Template file for 'openblas'
pkgname=openblas
reverts="0.3.22_1"
version=0.3.21
revision=2
version=0.3.23
revision=1
build_style=gnu-makefile
make_build_args="HOSTCC=gcc USE_OPENMP=1"
make_install_args="OPENBLAS_INCLUDE_DIR=\$(PREFIX)/include/openblas"
@ -12,9 +11,9 @@ short_desc="Optimized BLAS (Basic Linear Algebra Subprograms) based on GotoBLAS2
maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="BSD-3-Clause"
homepage="https://www.openblas.net/"
changelog="https://raw.githubusercontent.com/xianyi/OpenBLAS/v${version}/Changelog.txt"
changelog="https://raw.githubusercontent.com/xianyi/OpenBLAS/develop/Changelog.txt"
distfiles="https://github.com/xianyi/OpenBLAS/archive/v${version}.tar.gz"
checksum=f36ba3d7a60e7c8bcc54cd9aaa9b1223dd42eaf02c811791c37e8ca707c241ca
checksum=5d9491d07168a5d00116cdc068a40022c3455bf9293c7cb86a65b1054d7e5114
case "$XBPS_TARGET_MACHINE" in
ppc64*) ;;