From 313ce5aa8507f8eb4a423c459e7e7eea63a0926c Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Sun, 27 Jul 2014 09:14:29 +0200 Subject: Install_deps: forgot to cleanup that in latest commits. --- build_files/build_environment/install_deps.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'build_files') diff --git a/build_files/build_environment/install_deps.sh b/build_files/build_environment/install_deps.sh index ce00372ff2c..a4a0755d478 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 "" -- cgit v1.2.3