-
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
opencolorio: add version 2.3.0, update dependencies #19549
Conversation
I detected other pull requests that are modifying opencolorio/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. |
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.
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. |
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.
As I'm new to this but thought I'd use a pull request that is changing something I'm using, here is my two cents. Feel free to ignore this as I'm not fully understand, was just wondering why version are fixed in the CMake files anyway.
Also couldn't fully understand how approvals are handled here from reading the contribution guides and just got access today as I started working on an upgrade for OpenImageIO on the weekend. To me the changes look sensible and build locally also. But From looking at it and as a user of OCIO this looks good to me and I'd approve it.
# yaml-cpp | ||
# https://github.com/jbeder/yaml-cpp | ||
-find_package(yaml-cpp 0.7.0 REQUIRED) | ||
+find_package(yaml-cpp 0.8.0 REQUIRED) |
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.
+find_package(yaml-cpp 0.8.0 REQUIRED) | |
+find_package(yaml-cpp REQUIRED) |
I have never used the version parameter in cmake myself, but does it make sense to fix the version here? Maybe someone has a reason to overwrite the version of yaml-cpp etc. and as long as there is no hard reason I'd personally not restrict it to a fixed version maybe.
@@ -138,7 +138,7 @@ endif() | ||
|
||
# minizip-ng | ||
# https://github.com/zlib-ng/minizip-ng | ||
-find_package(minizip-ng 3.0.7 REQUIRED) | ||
+find_package(minizip 3.0.7 REQUIRED) | ||
+find_package(minizip 3.0.9 REQUIRED) |
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.
+find_package(minizip 3.0.9 REQUIRED) | |
+find_package(minizip REQUIRED) |
As above.
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.
@irieger
I'm sorry for missing your comments.
Specify library name and version: opencolorio/*