-
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
libsolace: migrate to Conan v2 #18722
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.
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.
Closing temporarily to avoid unnecessary load on the CI. Will reopen when I'm actively working on the PR again. |
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. |
This comment has been minimized.
This comment has been minimized.
28c6d21
to
4a7564e
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
d7d76c6
to
a4258ae
Compare
Conan v1 pipeline ✔️All green in build 7 (
Conan v2 pipeline ✔️
All green in build 7 ( |
def _patch_sources(self): | ||
replace_in_file(self, os.path.join(self.source_folder, "CMakeLists.txt"), | ||
"include(${CMAKE_BINARY_DIR}/conanbuildinfo.cmake)\nconan_basic_setup()", | ||
"") |
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.
Interesting. It deserves an extra contribution to the upstream. I'll do it later.
I created a PR to the upstream, so we will not need to update the recipe again, in case a new release be available: abbyssoul/libsolace#9 |
TODO
undefined reference to Solace::getBuildVersion()
in test_package'fPIC' option not managed correctly