-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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 <[email protected]> Co-authored-by: Alex Trotta <[email protected]>
- Loading branch information
1 parent
b19de2a
commit 3849e17
Showing
7 changed files
with
269 additions
and
106 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
sha256: "86a5039badc3e6738219a262873a1db5513405e15ece9527b718fcd0fac09bb2" | ||
patches: | ||
"3.0.0": | ||
- patch_file: "patches/fix_xcode_12_configure.patch" | ||
patch_type: "backport" | ||
patch_source: https://github.com/wbhart/mpir/commit/bbc43ca6ae0bec4f64e69c9cd4c967005d6470eb | ||
patch_description: "Fix warnings (turned to errors) that causes XCode 12+ configure to fail" |
This file contains 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
Oops, something went wrong.