-
Notifications
You must be signed in to change notification settings - Fork 2k
capnproto: conan v2 support #12938
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
capnproto: conan v2 support #12938
Conversation
I detected other pull requests that are modifying capnproto/all recipe: This message is automatically generated by https://github.com/ericLemanissier/conan-center-conflicting-prs so don't hesitate to report issues/improvements there. |
This comment has been minimized.
This comment has been minimized.
Hooks produced the following warnings for commit 03077b8capnproto/0.9.1
|
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 03077b8capnproto/0.10.1
|
This comment has been minimized.
This comment has been minimized.
Hooks produced the following warnings for commit 03077b8capnproto/0.10.0
|
03077b8
to
4d082b2
Compare
This comment has been minimized.
This comment has been minimized.
Hooks produced the following warnings for commit e414287capnproto/0.9.1
|
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. |
This comment has been minimized.
This comment has been minimized.
Hooks produced the following warnings for commit 1530a86capnproto/0.10.0
|
Conan v1 pipelineAll green in build 8 (
Conan v2 pipeline (informative, not required for merge)Failure in build 7 (
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. |
Hooks produced the following warnings for commit 205081acapnproto/0.8.0
capnproto/0.9.1
capnproto/0.10.1
capnproto/0.7.0
capnproto/0.10.0
|
@ericLemanissier @uilianries @prince-chrismc @SSE4 @jwillikers Could you review please? This one is so old that I'm afraid nobody will ever look at it due to is failed label. |
cmake.install() | ||
else: | ||
with tools.chdir(os.path.join(self._source_subfolder, "c++")): | ||
autotools = self._configure_autotools() | ||
with chdir(self, os.path.join(self.source_folder, "c++")): |
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.
Could this be the source folder? it's always true with exception to the license copy 🤔 maybe that would let the autotools helpers work? (not sure how that breaks CMake stuff though)
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.
You can experiment if you want, changing source folder in layout doesn't change anything, you would have to completly change source() instead.
* conan v2 support * fix cross-build from windows to *nix * more conan v2 stuff * workaround in test package for 1 profile
…-index * 'develop' of octocat.dlogics.com:datalogics/conan-center-index: (259 commits) Allow empty keys in dlproject.yaml for merging tasks (conan-io#15093) [libjpeg] Update sha256 for 9e (conan-io#15123) faac: add Visual Studio support + drop 1.28 (conan-io#14103) gmp: conan v2 support (conan-io#14982) rapidyaml: add version 0.5.0 (conan-io#15122) m4: use positional arguments when calling self.run() (conan-io#15091) catch2.x.x: Fix test_package for v2 (conan-io#12938) capnproto: conan v2 support (conan-io#15097) http_parser: modernize (conan-io#15096) perlinnoise: add recipe (conan-io#15088) Make openexr v2 compatible (conan-io#15056) qt5: Apple OSs don't require CROSS_COMPILE option (conan-io#14974) libxshmfence: generate gcc11 binaries (conan-io#14903) arrow: remove patch for CMake (conan-io#14874) faac: conan v2 support (conan-io#13896) [gcc] Migrate recipe to conan v2, add gfortran to compilation Revert "(conan-io#14221) [config] Use larger resources to build cppfront packages" (conan-io#14953) (conan-io#15086) openh264: fix tools legacy (conan-io#15085) Make xkeyboard-config v2 compatible (conan-io#15089) Raise required_conan_version for xorg/system ...
This PR needs an update of openssl recipe due to conan-io/conan#12106