[Bf-blender-cvs] [3758828] master: Install_deps: update magic build numbers of OIIO and OSL.

Bastien Montagne noreply at git.blender.org
Fri Feb 5 12:05:08 CET 2016


Commit: 3758828d339401cefc69406f0b8f9487ee22ecc2
Author: Bastien Montagne
Date:   Fri Feb 5 12:03:58 2016 +0100
Branches: master
https://developer.blender.org/rB3758828d339401cefc69406f0b8f9487ee22ecc2

Install_deps: update magic build numbers of OIIO and OSL.

Please remember to change those each time you update building code and there is no version change.
Otherwise poeple re-running the script won't get the updated builds.

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

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 280f9e3..2f8714b 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -1454,7 +1454,7 @@ clean_OIIO() {
 
 compile_OIIO() {
   # To be changed each time we make edits that would modify the compiled result!
-  oiio_magic=15
+  oiio_magic=16
   _init_oiio
 
   # Clean install if needed!
@@ -1682,7 +1682,7 @@ clean_OSL() {
 
 compile_OSL() {
   # To be changed each time we make edits that would modify the compiled result!
-  osl_magic=19
+  osl_magic=20
   _init_osl
 
   # Clean install if needed!




More information about the Bf-blender-cvs mailing list