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:
authorThomas Beck <software@plasmasolutions.de>2016-02-04 20:10:20 +0300
committerThomas Beck <software@plasmasolutions.de>2016-02-04 20:10:20 +0300
commit1da4628c74773bc6913fb139e2895f9d636c4448 (patch)
tree65f8f92120c4ca57ad2e65dee31ed9dd1c48ce7d /build_files
parent55dcdb9bd735046f8f9d2a4c9e6ee0d922ff3d2a (diff)
Install_deps: Disable building tests for OSL
Since we're now on 1.7 we can skip building the OSL testsuite. It was giving various compilation errors on different machines and we don't need them anyway...so just disabling them in the script.
Diffstat (limited to 'build_files')
-rwxr-xr-xbuild_files/build_environment/install_deps.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_files/build_environment/install_deps.sh b/build_files/build_environment/install_deps.sh
index b2fcef18255..ac3a0883875 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -1736,6 +1736,7 @@ compile_OSL() {
cmake_d="$cmake_d -D STOP_ON_WARNING=OFF"
cmake_d="$cmake_d -D BUILDSTATIC=OFF"
cmake_d="$cmake_d -D OSL_BUILD_PLUGINS=OFF"
+ cmake_d="$cmake_d -D OSL_BUILD_TESTS=OFF"
#~ cmake_d="$cmake_d -D ILMBASE_VERSION=$ILMBASE_VERSION"