Index: release/datafiles/splash.png =================================================================== Cannot display: file marked as a binary type. svn:mime-type = image/png Index: build_files/build_environment/install_deps.sh =================================================================== --- build_files/build_environment/install_deps.sh (revision 57831) +++ build_files/build_environment/install_deps.sh (working copy) @@ -1142,6 +1142,9 @@ fi _with_built_openexr=true + + # Just always run it, much simpler this way! + _need_openexr_ldconfig=true } #### Build OIIO #### @@ -3135,6 +3138,9 @@ if [ $_need_oiio_ldconfig == true ]; then sudo sh -c "echo \"$INST/oiio/lib\" > /etc/ld.so.conf.d/oiio.conf" fi +if [ $_need_openexr_ldconfig == true ]; then + sudo sh -c "echo \"$INST/openexr/lib\" > /etc/ld.so.conf.d/openexr.conf" +fi sudo /sbin/ldconfig # XXX OpenSuse does not include sbin in command path with sudo!!! INFO ""