openimageio: build with openexr 3
ilmbase is replaced by Imath (propagated from openexr_3)
See the following upstream change from 2020 on OpenEXR 3.x support: 6313484e35 (diff-40f1f520160b8fecd67891ee24b54add91856f733ece4bae0c3896adb00452af)
This commit is contained in:
parent
d1145ea84f
commit
b597c38884
@ -3,7 +3,6 @@
|
||||
, boost
|
||||
, cmake
|
||||
, giflib
|
||||
, ilmbase
|
||||
, libjpeg
|
||||
, libpng
|
||||
, libtiff
|
||||
@ -41,7 +40,6 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [
|
||||
boost
|
||||
giflib
|
||||
ilmbase
|
||||
libjpeg
|
||||
libpng
|
||||
libtiff
|
||||
|
@ -34385,7 +34385,9 @@ with pkgs;
|
||||
|
||||
openfx = callPackage ../development/libraries/openfx { };
|
||||
|
||||
openimageio = darwin.apple_sdk_11_0.callPackage ../development/libraries/openimageio { };
|
||||
openimageio = darwin.apple_sdk_11_0.callPackage ../development/libraries/openimageio {
|
||||
openexr = openexr_3;
|
||||
};
|
||||
|
||||
openjump = callPackage ../applications/misc/openjump { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user