-
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
libvault: fix import of Version + decrease min Visual Studio Version + many small fixes #19488
libvault: fix import of Version + decrease min Visual Studio Version + many small fixes #19488
Conversation
Last PR of libvault is #14498, far before v2 pipeline. There might be more fixes needed to pass this pipeline. |
This comment has been minimized.
This comment has been minimized.
it's already handled by CMakeToolchain
This comment has been minimized.
This comment has been minimized.
libvault shared, msvc:
Ok so the problem on Windows is that there is a |
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 8 (
Conan v2 pipeline ✔️
All green in build 8 ( |
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! One question about one of the lines of the CMake patch, otherwise looks nice
Thanks a lot as well for the detailed PR message, helps a lot :)
Is there still anything preventing this PR to be accepted and merged? |
@RubenRBS @uilianries could you review this one please? |
I detected other pull requests that are modifying libvault/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. |
@RubenRBS @uilianries could you accept this PR please? It's been 3 months :( |
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
…l Studio Version + many small fixes * fix import of Version * use export_conandata_patches for patches * remove useless VirtualBuildEnv * bump libcurl * remove useless catch2 in requirements * add package_type * fix min Visual Studio/msvc version * no self.info in validate() * remove useless CMakeLists * add a layout * add libm to system libs on Linux & FreeBSD only * final cleanup * fix traits of requirements * cleanup * do not manually set CMAKE_OSX_DEPLOYMENT_TARGET it's already handled by CMakeToolchain * bump libcurl * use version range for libcurl * fix dll name to avoid conflict with Vault.dll system lib on Windows * fix patch for 0.52.0
from conan import Version
was illegal and breaks in conan 2.0.10)export_conandata_patches()
VirtualBuildEnv
generator (there is no build requirements in this recipe