mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
Revert "openblas: update to 0.3.22."
Version 0.3.22 apparently breaks Octave:
https://github.com/xianyi/OpenBLAS/issues/3976
This reverts commit 0ef7a0ec7c
.
This commit is contained in:
parent
716f425d40
commit
fce6c95ff8
1 changed files with 4 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
||||||
# Template file for 'openblas'
|
# Template file for 'openblas'
|
||||||
pkgname=openblas
|
pkgname=openblas
|
||||||
reverts="0.3.19_1"
|
reverts="0.3.22_1"
|
||||||
version=0.3.22
|
version=0.3.21
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args="HOSTCC=gcc USE_OPENMP=1"
|
make_build_args="HOSTCC=gcc USE_OPENMP=1"
|
||||||
make_install_args="OPENBLAS_INCLUDE_DIR=\$(PREFIX)/include/openblas"
|
make_install_args="OPENBLAS_INCLUDE_DIR=\$(PREFIX)/include/openblas"
|
||||||
|
@ -14,7 +14,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=7fa9685926ba4f27cfe513adbf9af64d6b6b63f9dcabb37baefad6a65ff347a7
|
checksum=f36ba3d7a60e7c8bcc54cd9aaa9b1223dd42eaf02c811791c37e8ca707c241ca
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
ppc64*) ;;
|
ppc64*) ;;
|
||||||
|
|
Loading…
Add table
Reference in a new issue