install_deps: disable PTex in our OIIO building for now, broken on newest systems.

This commit is contained in:
Bastien Montagne 2017-08-09 18:16:21 +02:00
parent cb02f5250d
commit 6e7e081e3e

@ -1663,6 +1663,9 @@ compile_OIIO() {
INFO "ILMBASE_HOME=$INST/openexr"
fi
# ptex is only needed when nicholas bishop is ready
cmake_d="$cmake_d -D USE_PTEX=OFF"
# Optional tests and cmd tools
cmake_d="$cmake_d -D USE_QT=OFF"
cmake_d="$cmake_d -D USE_PYTHON=OFF"