[Bf-blender-cvs] [ee90bad] master: Install Deps: Use OSL 1.7.3, latest bugfix release.

Thomas Dinges noreply at git.blender.org
Sat Jul 2 18:07:40 CEST 2016


Commit: ee90badbd5b3cfc398f9c793a04a1df71ea042b7
Author: Thomas Dinges
Date:   Sat Jul 2 18:07:20 2016 +0200
Branches: master
https://developer.blender.org/rBee90badbd5b3cfc398f9c793a04a1df71ea042b7

Install Deps: Use OSL 1.7.3, latest bugfix release.

===================================================================

M	build_files/build_environment/install_deps.sh

===================================================================

diff --git a/build_files/build_environment/install_deps.sh b/build_files/build_environment/install_deps.sh
index e380362..068ac66 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -321,7 +321,7 @@ LLVM_FORCE_REBUILD=false
 LLVM_SKIP=false
 
 # OSL needs to be compiled for now!
-OSL_VERSION="1.7.1"
+OSL_VERSION="1.7.3"
 OSL_VERSION_MIN=$OSL_VERSION
 OSL_FORCE_BUILD=false
 OSL_FORCE_REBUILD=false
@@ -1742,7 +1742,7 @@ compile_OSL() {
   fi
 
   # To be changed each time we make edits that would modify the compiled result!
-  osl_magic=20
+  osl_magic=21
   _init_osl
 
   # Clean install if needed!




More information about the Bf-blender-cvs mailing list