-
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
h5pp: conan v2 support #17395
h5pp: conan v2 support #17395
Conversation
This comment has been minimized.
This comment has been minimized.
Hooks produced the following warnings for commit daec5cah5pp/1.8.6
h5pp/1.9.0
h5pp/1.8.5
h5pp/1.8.4
h5pp/1.8.3
|
This comment has been minimized.
This comment has been minimized.
Hooks produced the following warnings for commit 2d3b178h5pp/1.8.4
|
This reverts commit 2d3b178.
Conan v1 pipeline ✔️All green in build 5 (
Conan v2 pipeline ❌
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 5 (
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. |
I detected other pull requests that are modifying h5pp/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. |
* Updated for conan v2 compatibility * Moved conan v1 tests * Added src_folder to basic_layout. Should fix E9012(conan-missing-layout-src-folder). * Added patches to let older h5pp versions support a wider range of hdf5 versions. * hdf5/1.14.0 now works from h5pp/1.8.3 to the latest h5pp/1.11.0 * older versions of hdf5 should still work in case the user overrides * Sorted conandata.yml and removed blank lines * Brought changes from the other PR: #17395 * Addressed linter warnings related to the new patches in conandata.yml * Fixed patch field format in conandata.yml * changed self.output.warn to self.output.warning * Add zlib/1.2.13 as a transitive dependency for h5pp >= v1.10.0 * Added a patch_source field to the h5pp commit where this fix was first introduced
* Updated for conan v2 compatibility * Moved conan v1 tests * Added src_folder to basic_layout. Should fix E9012(conan-missing-layout-src-folder). * Added patches to let older h5pp versions support a wider range of hdf5 versions. * hdf5/1.14.0 now works from h5pp/1.8.3 to the latest h5pp/1.11.0 * older versions of hdf5 should still work in case the user overrides * Sorted conandata.yml and removed blank lines * Brought changes from the other PR: conan-io#17395 * Addressed linter warnings related to the new patches in conandata.yml * Fixed patch field format in conandata.yml * changed self.output.warn to self.output.warning * Add zlib/1.2.13 as a transitive dependency for h5pp >= v1.10.0 * Added a patch_source field to the h5pp commit where this fix was first introduced
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. |
Is this PR still relevant after #17459? Thanks! |
I guess not ;) |
closes #17394