Closed
Conversation
Member
|
Let's wait on these patches and revert instead. Upstream hasn't yet accepted the most recent one and, given the extent of these issues, I'd rather let the fixes settle into a new release rather than trying to squash these bugs with patches. |
|
0.2.23 is to be released this weekend, you can bet I'll run the latest versions of the numpy/scipy testsuites this time in addition to OpenBLAS' own. (And thanks for confirming that this fixes all of sagemath's testsuite errors too) |
Member
|
@tornaria I reverted Void's package pending final upstream testing and a new release. If you want to use this PR to manage the update to 0.3.23, feel free to keep it open. |
|
released 0.3.23 just now |
Contributor
Author
|
I will run sagemath testsuite and report back when I'm done. |
Contributor
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes a bug that affects numpy/scipy/octave/sagemath
See: OpenMathLib/OpenBLAS#3976
Testing the changes
I had >100 test failures in sagemath with 0.3.22_1 that should all be fixed in 0.3.23.
@ahesford