Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2017-08-09 19:16:21 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2017-08-09 19:16:21 +0300
commit6e7e081e3ea57aae59d34a713c818a0166e51280 (patch)
tree8ae4813f59b281a8f1af89d5573b52eb47b8a94f /build_files
parentcb02f5250d235cebf518604eea2349b003f15317 (diff)
install_deps: disable PTex in our OIIO building for now, broken on newest systems.
Diffstat (limited to 'build_files')
-rwxr-xr-xbuild_files/build_environment/install_deps.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/build_files/build_environment/install_deps.sh b/build_files/build_environment/install_deps.sh
index b2aa6978a47..9e5d38133ae 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -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"