-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
Suggestion: depend on gmp instead of mpir #90
Suggestion: depend on gmp instead of mpir #90
Conversation
…nda-forge-pinning 2024.07.21.12.07.45
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 ( |
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 do have some suggestions for making it better though... For recipe/meta.yaml:
|
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 ( |
@conda-forge-admin, please rerender |
Let's go ahead with this clean-up since #91 likely won't go in for awhile |
@@ -13,8 +13,7 @@ source: | |||
sha256: 837f233256c3319f2a35a6a80d94eafe47b43791ef4c6f9e9871061341ac8e28 | |||
|
|||
build: | |||
number: 0 | |||
skip: true # [win and vc<14] |
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.
No longer needed.
@@ -23,4 +23,4 @@ export IGRAPH_CMAKE_EXTRA_ARGS=" | |||
-DLAPACK_LIBRARIES=\"${PREFIX}/lib/liblapack${SHLIB_EXT}\" | |||
" | |||
|
|||
${PYTHON} -m pip install --no-deps --ignore-installed . -vvv | |||
${PYTHON} -m pip install --no-deps --no-build-isolation --ignore-installed . -vvv |
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.
A bit of extra safety (so pip
doesn't try to install build deps).
…nda-forge-pinning 2024.09.02.15.16.22
Hi! This is the friendly conda-forge automerge bot! Commits were made to this PR after the |
Hi! This is the friendly conda-forge automerge bot! I considered the following status checks when analyzing this PR:
Thus the PR was passing and merged! Have a great day! |
I noticed that this recipe depends on
mpir
instead ofgmp
. The package 'mpir' is deprecated and unmaintained. Use 'gmp' instead.This PR makes this change.
Notes and instructions for merging this PR:
gmp
.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. Feel free to drop us a line if there are any issues! This PR was generated by - please use this URL for debugging.