-
Notifications
You must be signed in to change notification settings - Fork 2k
add extra-cmake-modules 6.2.0 #24057
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
Conversation
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 3 (
Conan v2 pipeline ✔️
All green in build 2 (
|
@ericLemanissier sorry for the ping, I'm not quite sure who to ask for a review 😂 |
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.
This PR has been automatically merged due to |
* (#24165) remove ericLemanissier from the authorized_users and reviewers * (#24163) [libprotobuf-mutator] Compatible with Conan 2.x * Protobug mutator compatible with Conan 2.x Signed-off-by: Uilian Ries <uilianries@gmail.com> * Add version 1.3 Signed-off-by: Uilian Ries <uilianries@gmail.com> * Enforce protobuf link Signed-off-by: Uilian Ries <uilianries@gmail.com> * update abseil usage Signed-off-by: Uilian Ries <uilianries@gmail.com> * consume all libs in tests Signed-off-by: Uilian Ries <uilianries@gmail.com> * define cxx language in cmakelists Signed-off-by: Uilian Ries <uilianries@gmail.com> * static-library on Windows Signed-off-by: Uilian Ries <uilianries@gmail.com> * Exclude examples from CMakeLists.txt The upstream uses EXCLUDE_FROM_ALL CMake feature to avoid building examples by default, however, CMake still parses the example cmake file and requires more external dependencies like expat. Signed-off-by: Uilian Ries <uilianries@gmail.com> * Do not build shared on Windows Signed-off-by: Uilian Ries <uilianries@gmail.com> --------- Signed-off-by: Uilian Ries <uilianries@gmail.com> * (#24060) elfutils: Bump gettext to version 0.22.5 to support GCC 14 * (#24176) [sioclient] Build static libraries in Windows Signed-off-by: Uilian Ries <uilianries@gmail.com> * (#24174) meson: add version 1.4.1 * (#24175) ada: add version 2.8.0 * (#24057) add extra-cmake-modules 6.2.0 * add cmaes * Update config.yml * Remove trailing whitespace * Apply linter comments * undo copy paste error * Remove unused imports * change name * add line break * Set layout src_folder arg * Adjust hook warnings and fix find_package * fix missing requirement * Set minimum conan version to 2 * Undo conan minimum requirement * Add patch to remove pc and exports * Remove patch, remove cmake and pc through conanfile * only get openmp on mac and linux * disable openmp on windows for now * Add test workflow * Revert "Add test workflow" This reverts commit eb34bdc. * Add patch for eigen and for windows compile options * Revert "Add patch for eigen and for windows compile options" This reverts commit ebc0e0b. * Apply patch to fix windows build * Add empty new line at the end * Set c++ standard to 11 in test_package * Add second example and validate profile to have at least c++11 * Apply openmp settings from #24577 * Add eigen to requires array * Add is_msvc to imports * Undo openmp suggestions * Cleanup * Simplify test_package * Apply suggestions from code review Co-authored-by: Uilian Ries <uilianries@gmail.com> * Simplify, remove Windows support * Use libcmaesConfig.cmake as cmake file name * Update recipes/cmaes/all/conanfile.py * Update recipes/cmaes/all/test_package/CMakeLists.txt --------- Signed-off-by: Uilian Ries <uilianries@gmail.com> Co-authored-by: ericLemanissier <ericLemanissier@users.noreply.github.com> Co-authored-by: Uilian Ries <uilianries@gmail.com> Co-authored-by: Jordan Williams <jordan@jwillikers.com> Co-authored-by: toge <toge.mail@gmail.com> Co-authored-by: Gary Wang <git@blumia.net> Co-authored-by: Abril Rincón Blanco <git@rinconblanco.es> Co-authored-by: Abril Rincón Blanco <abrilrb@jfrog.com>
Specify library name and version: extra-cmake-modules/6.2.0
I'm updating this because I'm interested in using it in one of my own projects (and maybe other projects as well). If everything goes well, I might also attempt to add some other libraries from KDE Framework 6 (currently interested in
karchive
,kimageformats
andkconfig
).