From 163c1ca2c2aa29c3cc092f47a71456f5c0cd5c5a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 31 Mar 2023 13:46:17 -0400 Subject: [PATCH] Revert "openblas: update to 0.3.22." Version 0.3.22 apparently breaks Octave: https://github.com/xianyi/OpenBLAS/issues/3976 This reverts commit 0ef7a0ec7c6b126d63cfb9f485786f0ef772b516. --- srcpkgs/openblas/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/openblas/template b/srcpkgs/openblas/template index 6310d955f537..c51bd98e2963 100644 --- a/srcpkgs/openblas/template +++ b/srcpkgs/openblas/template @@ -1,8 +1,8 @@ # Template file for 'openblas' pkgname=openblas -reverts="0.3.19_1" -version=0.3.22 -revision=1 +reverts="0.3.22_1" +version=0.3.21 +revision=2 build_style=gnu-makefile make_build_args="HOSTCC=gcc USE_OPENMP=1" make_install_args="OPENBLAS_INCLUDE_DIR=\$(PREFIX)/include/openblas" @@ -14,7 +14,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=7fa9685926ba4f27cfe513adbf9af64d6b6b63f9dcabb37baefad6a65ff347a7 +checksum=f36ba3d7a60e7c8bcc54cd9aaa9b1223dd42eaf02c811791c37e8ca707c241ca case "$XBPS_TARGET_MACHINE" in ppc64*) ;;