-
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
GMP Conan 2.0 compatibilty #15025
GMP Conan 2.0 compatibilty #15025
Conversation
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.
Why do merged commits always cause a GitHub merge failure the first time they execute? Is there a race condition somewhere in the implementation?
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@System-Arch I think recipe is correct. I see regressions in your PR. What do you want to fix? |
Hi @SpaceIm,
The PR attempts to address both of these issues. Thanks |
Ok, automake recipe has been updated and it's now possible to query custom conf for msvc wrappers
For this one there is a nice trick proposed by @jcar87 based on ctest. It requires to add extra stuff in CMakeLists of test package (
At least removal of extra double quotes around |
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.
Hooks produced the following warnings for commit 0c264a8gmp/6.1.2
gmp/6.2.1
gmp/6.2.0
|
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.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Conan v1 pipeline ✔️All green in build 15 (
Conan v2 pipeline (informative, not required for merge) ❌
The v2 pipeline failed. Please, review the errors and note this will be required for pull requests to be merged in the near future. See details:Failure in build 15 (
Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability. |
Specify library name and version: gmp/6.2.1
This pull requests builds upon @SpaceIm's work in PR #14103 and is my effort to help move it forward. I have gmp building with Conan 2.0 on Linux and Windows in my own build environment. Hopefully the fixes will apply with v1 in CCI as well.