[Bf-blender-cvs] [939503a] master: Install_deps: Raise openexr/ilmbase magic numbers, looks to be needed...

Bastien Montagne noreply at git.blender.org
Mon Jul 28 21:14:04 CEST 2014


Commit: 939503ac83ae37cb30e477b5ff9645639e1f5ef4
Author: Bastien Montagne
Date:   Mon Jul 28 21:09:30 2014 +0200
Branches: master
https://developer.blender.org/rB939503ac83ae37cb30e477b5ff9645639e1f5ef4

Install_deps: Raise openexr/ilmbase magic numbers, looks to be needed...

Btw, if someone can explain me why OPENEXR_FORCE_REBUILD does not work like
all other force options... :/

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

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 a4a0755..7b6076c 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -965,12 +965,11 @@ clean_ILMBASE() {
 
 compile_ILMBASE() {
   # To be changed each time we make edits that would modify the compiled result!
-  ilmbase_magic=8
+  ilmbase_magic=9
   _init_ilmbase
 
   # Clean install if needed!
   magic_compile_check ilmbase-$ILMBASE_VERSION $ilmbase_magic
-
   if [ $? -eq 1 -o $OPENEXR_FORCE_REBUILD == true ]; then
     clean_ILMBASE
     rm -rf $_openexr_inst
@@ -1052,7 +1051,7 @@ clean_OPENEXR() {
 
 compile_OPENEXR() {
   # To be changed each time we make edits that would modify the compiled result!
-  openexr_magic=12
+  openexr_magic=13
 
   # Clean install if needed!
   magic_compile_check openexr-$OPENEXR_VERSION $openexr_magic




More information about the Bf-blender-cvs mailing list