[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [55884] trunk/blender/build_files/ build_environment/install_deps.sh: Raise magic numbers for OSL and OpenCollada ( should have done that much earlier), this will force rebuild of those libs next time, hopefully will solve user 's issues with outdated libs.

Bastien Montagne montagne29 at wanadoo.fr
Sun Apr 7 17:02:34 CEST 2013


Revision: 55884
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=55884
Author:   mont29
Date:     2013-04-07 15:02:34 +0000 (Sun, 07 Apr 2013)
Log Message:
-----------
Raise magic numbers for OSL and OpenCollada (should have done that much earlier), this will force rebuild of those libs next time, hopefully will solve user's issues with outdated libs.

Modified Paths:
--------------
    trunk/blender/build_files/build_environment/install_deps.sh

Modified: trunk/blender/build_files/build_environment/install_deps.sh
===================================================================
--- trunk/blender/build_files/build_environment/install_deps.sh	2013-04-07 14:34:02 UTC (rev 55883)
+++ trunk/blender/build_files/build_environment/install_deps.sh	2013-04-07 15:02:34 UTC (rev 55884)
@@ -948,7 +948,7 @@
 
 compile_OSL() {
   # To be changed each time we make edits that would modify the compiled result!
-  osl_magic=7
+  osl_magic=8
 
   _src=$SRC/OpenShadingLanguage-$OSL_VERSION
   _inst=$INST/osl-$OSL_VERSION
@@ -1040,7 +1040,7 @@
 
 compile_OpenCOLLADA() {
   # To be changed each time we make edits that would modify the compiled results!
-  opencollada_magic=5
+  opencollada_magic=6
 
   _src=$SRC/OpenCOLLADA-$OPENCOLLADA_VERSION
   _inst=$INST/opencollada-$OPENCOLLADA_VERSION




More information about the Bf-blender-cvs mailing list