[Bf-blender-cvs] [313ce5a] master: Install_deps: forgot to cleanup that in latest commits.

Bastien Montagne noreply at git.blender.org
Sun Jul 27 09:15:47 CEST 2014


Commit: 313ce5aa8507f8eb4a423c459e7e7eea63a0926c
Author: Bastien Montagne
Date:   Sun Jul 27 09:14:29 2014 +0200
Branches: master
https://developer.blender.org/rB313ce5aa8507f8eb4a423c459e7e7eea63a0926c

Install_deps: forgot to cleanup that in latest commits.

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

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 ce00372..a4a0755 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -28,7 +28,7 @@ getopt \
 --long source:,install:,tmp:,threads:,help,no-sudo,with-all,with-opencollada,ver-ocio:,ver-oiio:,ver-llvm:,ver-osl:,\
 force-all,force-python,force-numpy,force-boost,force-ocio,force-oiio,force-llvm,force-osl,force-opencollada,\
 force-ffmpeg,skip-python,skip-numpy,skip-boost,skip-ocio,skip-oiio,skip-llvm,skip-osl,skip-ffmpeg,\
-skip-opencollada,required-numpy,libyaml-cpp-ver: \
+skip-opencollada,required-numpy: \
 -- "$@" \
 )
 
@@ -1742,11 +1742,6 @@ install_DEB() {
   PRINT ""
   INFO "Installing dependencies for DEB-based distribution"
   PRINT ""
-  WARNING "Beware of recent Ubuntu/Debian!!!"
-  PRINT "Ubuntu 14.4 and Debian Jessie come with a default libyaml-cpp in 0.5 version, while their ocio package still"
-  PRINT "uses the 0.3 version. You have to use '--libyaml-cpp-ver=0.3' option (else Blender will builds with 0.5,"
-  PRINT "and break when using packaged ocio)..."
-  PRINT ""
   PRINT "`eval _echo "$COMMON_INFO"`"
   PRINT ""




More information about the Bf-blender-cvs mailing list