-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
mpir: migrate to Conan v2 #18903
mpir: migrate to Conan v2 #18903
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
19b668d
to
7f2ff3d
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
1 similar comment
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
I added |
This comment has been minimized.
This comment has been minimized.
I pushed the fixes for apple-clang to my branch here: https://github.com/Ahajha/conan-center-index/tree/migrate/mpir Essentially, two things:
|
# Conflicts: # recipes/mpir/all/conanfile.py
This comment has been minimized.
This comment has been minimized.
Conan v1 pipeline ✔️All green in build 15 (
Conan v2 pipeline ✔️
All green in build 15 (
|
Hooks produced the following warnings for commit 81b98c7mpir/3.0.0@#3d95ef96fba920b00d01f19c221055b5
|
Thanks a lot, @Ahajha! 🎉 |
Any way to help push this over the line? GMP is broken on Windows and MPIR is the only alternative but stuck in conan v1. This essentially blocks me upgrading to conan v2 which is incredibly annoying. |
@RubenRBS @jcar87 Friendly ping for a review. This package is a dependency for a few other GNU projects on CCI. |
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. I'll wait for Rubén's final review.
@@ -1,4 +1,10 @@ | |||
sources: | |||
"3.0.0": | |||
url: "http://mpir.org/mpir-3.0.0.zip" | |||
sha256: "6277d3cc36ff39c98e4d4cc17b46b5a6ff42a22d30a4130b2d49255f98dd8c1f" | |||
url: "https://github.com/wbhart/mpir/archive/refs/tags/mpir-3.0.0.tar.gz" |
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.
Author commented about the website change here wbhart/mpir#298
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.
Matches with wbhart/mpir@bbc43ca 👍
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.
Thanks a lot
* mpir: migrate to Conan v2 * mpir: fix apple-clang issue * mpir: get rid of vs_ide_version() use * Update recipes/mpir/all/conanfile.py * Update recipes/mpir/all/conanfile.py * mpir: fix apple arch detection * mpir: remove unused import * mpir: add libtool build dependency * Add missing commas * Backport XCode 12+ configure fix * mpir: fix to_apple_arch() --------- Co-authored-by: James <memsharded@gmail.com> Co-authored-by: Alex Trotta <alext@glodonusa.com>
* mpir: migrate to Conan v2 * mpir: fix apple-clang issue * mpir: get rid of vs_ide_version() use * Update recipes/mpir/all/conanfile.py * Update recipes/mpir/all/conanfile.py * mpir: fix apple arch detection * mpir: remove unused import * mpir: add libtool build dependency * Add missing commas * Backport XCode 12+ configure fix * mpir: fix to_apple_arch() --------- Co-authored-by: James <memsharded@gmail.com> Co-authored-by: Alex Trotta <alext@glodonusa.com>
.