Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Revert "openblas: update to 0.3.22."
@ 2023-04-01  2:43 ahesford
  2023-04-01 11:21 ` [PR PATCH] [Merged]: " ahesford
  0 siblings, 1 reply; 2+ messages in thread
From: ahesford @ 2023-04-01  2:43 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1499 bytes --]

There is a new pull request by ahesford against master on the void-packages repository

https://github.com/ahesford/void-packages openblahhhhhhhhh
https://github.com/void-linux/void-packages/pull/43154

Revert "openblas: update to 0.3.22."
Just staging here until the LLVM builds settle down...

Version 0.3.22 apparently breaks Octave:

    https://github.com/xianyi/OpenBLAS/issues/3976

This reverts commit 0ef7a0ec7c6b126d63cfb9f485786f0ef772b516.

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**|**briefly**|**NO**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/43154.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-openblahhhhhhhhh-43154.patch --]
[-- Type: text/x-diff, Size: 1371 bytes --]

From 163c1ca2c2aa29c3cc092f47a71456f5c0cd5c5a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
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*) ;;

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: Revert "openblas: update to 0.3.22."
  2023-04-01  2:43 [PR PATCH] Revert "openblas: update to 0.3.22." ahesford
@ 2023-04-01 11:21 ` ahesford
  0 siblings, 0 replies; 2+ messages in thread
From: ahesford @ 2023-04-01 11:21 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1337 bytes --]

There's a merged pull request on the void-packages repository

Revert "openblas: update to 0.3.22."
https://github.com/void-linux/void-packages/pull/43154

Description:
Just staging here until the LLVM builds settle down...

Version 0.3.22 apparently breaks Octave:

    https://github.com/xianyi/OpenBLAS/issues/3976

This reverts commit 0ef7a0ec7c6b126d63cfb9f485786f0ef772b516.

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**|**briefly**|**NO**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-04-01 11:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-01  2:43 [PR PATCH] Revert "openblas: update to 0.3.22." ahesford
2023-04-01 11:21 ` [PR PATCH] [Merged]: " ahesford

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).