-
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
glslang version 13.0.0 #19277
glslang version 13.0.0 #19277
Conversation
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.
@psyinf Thank you for your contribution, it seems like some libraries/components are no longer present in this new version. The Conan hook spotted that mismatch. Could you please check the cpp_info vs what is installed in fact? During the package step, all installed artifacts are listed, so it can give a help. |
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@conan-io/barbarians Anything I can do about the failing builds due to the cmake version on the build-hosts is too low? Since the version is from the upstream package, there is not much I can do here |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
using a single patch instead of fiddling in conanfile deactivated removed modules when building shared library
require newer CMake version
Conan v1 pipeline ❌Failure in build 12 (
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. |
@psyinf That new version requires C++ Filesystem, that's separated distributed: https://en.cppreference.com/w/cpp/filesystem#Notes Please, use the follow workaround to fix it: |
I detected other pull requests that are modifying glslang/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 seems to be superseeded by #19980 |
Specify library name and version: glslang/13.0.0
This introduces version 13.0.0 which did some restructuring and exposes additional headers needed also for this PR.
Unfortunately the patch management concerning the PIC got messy so I decided to move this all to a single patch file
Required by #18996