-
-
Notifications
You must be signed in to change notification settings - Fork 47
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
numpy v1.19.0 #195
numpy v1.19.0 #195
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 ( |
Missing
|
Do we know if this is still needed, @isuruf? numpy-feedstock/recipe/meta.yaml Lines 31 to 32 in 3f4b2e9
|
Based on the results of trying to remove it in #196, I'd say that it's not needed anymore (i.e. ppc64le builds & tests run through without this on both netlib & openblas) |
I would strongly recommend updating openblas to 0.3.10. NumPy released 0.19 with a slightly older commit since 0.3.10 came out too late in the release cycle to update. The latest version fixes some bugs for other architectures and also no longer segfaults with PyPy on linux64 |
Yeah I think that is what @h-vetinari is trying in PR ( #196 ). Though we are seeing some failures as noted in comment ( #196 (comment) ). |
@conda-forge-admin, please restart ci |
Why do the ppc64le runs show numpy1.16? Is that just an artifact or is that really the version? |
@isuruf any ideas how to move forward on getting numpy 1.19 onto conda-forge? |
There's something wrong with the openmp version of openblas. Switching the default to the pthreads version fixed it. |
It is very likely that the current package version for this feedstock is out of date.
Notes for merging this PR:
Checklist before merging this PR:
license_file
is packagedNote that the bot will stop issuing PRs if more than 3 Version bump PRs generated by the bot are open. If you don't want to package a particular version please close the PR.
NEW: If you want these PRs to be merged automatically, make an issue with
@conda-forge-admin,
please add bot automerge
in the title and merge the resulting PR. This command will add our new bot automerge feature to your feedstock!If this PR was opened in error or needs to be updated please add the
bot-rerun
label to this PR. The bot will close this PR and schedule another one. If you do not have permissions to add this label, you can use the phrase@conda-forge-admin, please rerun bot
in a PR comment to have theconda-forge-admin
add it for you.This PR was created by the regro-cf-autotick-bot.
The regro-cf-autotick-bot is a service to automatically track the dependency graph, migrate packages, and propose package version updates for conda-forge. If you would like a local version of this bot, you might consider using rever. Rever is a tool for automating software releases and forms the backbone of the bot's conda-forge PRing capability. Rever is both conda (
conda install -c conda-forge rever
) and pip (pip install re-ver
) installable.Finally, feel free to drop us a line if there are any issues!
This PR was generated by https://circleci.com/gh/regro/circle_worker/25043, please use this URL for debugging