[Bf-blender-cvs] [b7eebc1] master: install_deps: add wave to boost built modules, seems needed by OSL1.6.9...

Bastien Montagne noreply at git.blender.org
Mon Jan 11 09:54:58 CET 2016


Commit: b7eebc190560bd1969ed5b11762ebb3133865c5c
Author: Bastien Montagne
Date:   Mon Jan 11 09:54:12 2016 +0100
Branches: master
https://developer.blender.org/rBb7eebc190560bd1969ed5b11762ebb3133865c5c

install_deps: add wave to boost built modules, seems needed by OSL1.6.9...

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

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 55c7f2a..9f31929 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -630,7 +630,7 @@ NUMPY_SOURCE=( "http://sourceforge.net/projects/numpy/files/NumPy/$NUMPY_VERSION
 
 _boost_version_nodots=`echo "$BOOST_VERSION" | sed -r 's/\./_/g'`
 BOOST_SOURCE=( "http://sourceforge.net/projects/boost/files/boost/$BOOST_VERSION/boost_$_boost_version_nodots.tar.bz2/download" )
-BOOST_BUILD_MODULES="--with-system --with-filesystem --with-thread --with-regex --with-locale --with-date_time"
+BOOST_BUILD_MODULES="--with-system --with-filesystem --with-thread --with-regex --with-locale --with-date_time --with-wave"
 
 OCIO_SOURCE=( "https://github.com/imageworks/OpenColorIO/tarball/v$OCIO_VERSION" )




More information about the Bf-blender-cvs mailing list