-
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
highfive: add v2.5.1 and v2.6.2 #13988
Conversation
This comment has been minimized.
This comment has been minimized.
Need to wait for #13992. |
I noticed that v2.5.1, v2.6.0 and v2.6.1 are now available. Once #13992 is merged, I am thinking of pushing a commit to drop v2.5.0 and add v2.5.1 and v2.6.1. |
@uilianries I think I am a bit in a loop due to mismatches in zlib versions. Now that #13992 has been merged, boost and hdf5 both require zlib 1.2.13, while opencv still requires zlib 1.2.12. Bumping zlib to 1.2.13 for opencv leads to the following warnings on my machine (which I suspect would cause Conan's CI to fail)
Should we maybe consider changing the default for |
I detected other pull requests that are modifying highfive/all recipe: This message is automatically generated by https://github.com/ericLemanissier/conan-center-conflicting-prsso don't hesitate to report issues/improvements there. |
This comment has been minimized.
This comment has been minimized.
It looks like you local conan cache is a touch stale #13905 should already be fix for instance |
This comment has been minimized.
This comment has been minimized.
Needed for conan-io#13988 and conan-io#14281
@@ -27,7 +27,7 @@ class HighFiveConan(ConanFile): | |||
"with_boost": True, | |||
"with_eigen": True, | |||
"with_xtensor": True, | |||
"with_opencv": True, | |||
"with_opencv": False, |
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.
I was holding off since we usually dont change these but this matches upstream https://github.com/BlueBrain/HighFive/blob/577a2552357ddd9ba9ed412452ea5406747033b4/CMakeLists.txt#L23
So it's acceptable to me
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 for looking into the opencv/jaspar deps issue.
I can submit another PR once #13159 is solved to set with_opencv
back to True.
This comment has been minimized.
This comment has been minimized.
Conan v1 pipelineAll green in build 7 ( |
* jasper: Bump dependencies Needed for #13988 and #14281 * block failing config + update imports * fix extra del * tix typo * update save to new helper * Update recipes/jasper/all/conanfile.py Co-authored-by: SpaceIm <30052553+SpaceIm@users.noreply.github.com> Co-authored-by: SpaceIm <30052553+SpaceIm@users.noreply.github.com>
Specify library name and version: highfive/2.x.x
Add version 2.5.1 and 2.6.2