-
-
Notifications
You must be signed in to change notification settings - Fork 179
Add a patch to pin openblas <0.3.26 for older scipy builds #642
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
I think the approach is correct, but this is touching a lot of builds (even though the addition of a constraint for a package that didn't exist at the time these builds were published should be pretty harmless). Not sure what the best way to handle this is. CC @conda-forge/core. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM aside from some comment nits.
recipe/patch_yaml/scipy.yaml
Outdated
@@ -0,0 +1,26 @@ | |||
# 2024/01 -- hmaarrfk | |||
# scipy version 1.20.0 build 2 was patched |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# scipy version 1.20.0 build 2 was patched | |
# scipy version 1.12.0 build 2 was patched |
recipe/patch_yaml/scipy.yaml
Outdated
--- | ||
|
||
# 2024/01 -- hmaarrfk | ||
# scipy version 1.20.0 build 2 was patched |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# scipy version 1.20.0 build 2 was patched | |
# scipy version 1.12.0 build 2 was patched |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thx!
fd95c89
to
ac954e7
Compare
Any comments? This is hitting scipy installs quite widely so I think we should do it (e.g. someone who's not able to update to 1.12, which is the only version that's fixed ATM) |
merge away! |
xref: conda-forge/scipy-feedstock#266 (comment)
cc: @h-vetinari
diff: https://gist.github.com/hmaarrfk/b69c7844166efc7cd61f98ae2a4548d5
Checklist
generate_patch_json.py
if absolutely necessary.pre-commit run -a
and ensured all files pass the linting checks.python show_diff.py
and posted the output as part of the PR.