[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [57886] trunk/blender/build_files/ build_environment/install_deps.sh: Patch [#35897] install_deps: add OpenEXR to ldconfig by Gavin Howard, thanks.

Bastien Montagne montagne29 at wanadoo.fr
Sun Jun 30 18:21:00 CEST 2013


Revision: 57886
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=57886
Author:   mont29
Date:     2013-06-30 16:20:59 +0000 (Sun, 30 Jun 2013)
Log Message:
-----------
Patch [#35897] install_deps: add OpenEXR to ldconfig by Gavin Howard, thanks.

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-06-30 13:35:00 UTC (rev 57885)
+++ trunk/blender/build_files/build_environment/install_deps.sh	2013-06-30 16:20:59 UTC (rev 57886)
@@ -1142,6 +1142,9 @@
   fi
 
   _with_built_openexr=true
+
+  # Just always run it, much simpler this way!
+  _need_openexr_ldconfig=true
 }
 
 #### Build OIIO ####
@@ -3135,6 +3138,9 @@
 if [ $_need_oiio_ldconfig == true ]; then
   sudo sh -c "echo \"$INST/oiio/lib\" > /etc/ld.so.conf.d/oiio.conf"
 fi
+if [ $_need_openexr_ldconfig == true ]; then
+  sudo sh -c "echo \"$INST/openexr/lib\" > /etc/ld.so.conf.d/openexr.conf"
+fi
 sudo /sbin/ldconfig  # XXX OpenSuse does not include sbin in command path with sudo!!!
 INFO ""
 




More information about the Bf-blender-cvs mailing list