You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(conan-io#15221) update libjpeg dependency to libjpeg/9e to be compatible with existing libtiff/4.3.0 dependency which itself depends on libjpeg/9e (and not libjpeg/9d)
Description
openscenegraph/3.6.5 depends on libjeg/9d AND libtiff/4.3.0
but libtiff/4.3.0 depends on libjeg/9e
conan install for a recipe that requires openscenegraph/3.6.5 will fail because there is no libtiff/4.3.0 with libjeg/9d in its requirements
this is solved by invoking --build=libtiff but it would be nice to update the openscenegraph requirements to include libjeg/9e instead of libjeg/9d
Thank you !
Package and Environment Details
Conan profile
[settings]
os=Windows
arch=x86_64
compiler=Visual Studio
compiler.version=16
build_type=Debug
arch_build=x86_64
os_build=Windows
[options]
[build_requires]
[env]
Steps to reproduce
conan install -r conancenter ..
CMakeLists.txt
conanfile.txt
Logs
Click to expand log
The text was updated successfully, but these errors were encountered: