[Bf-blender-cvs] [9ba99eb] alembic_pointcache: Install Alembic in $INST path directly, use the subfolder created by Alembic build files themselves.

Lukas Tönne noreply at git.blender.org
Thu Oct 16 16:54:20 CEST 2014


Commit: 9ba99ebd95f5f78a923ce79d88f7f5ae609996bf
Author: Lukas Tönne
Date:   Thu Oct 16 16:40:21 2014 +0200
Branches: alembic_pointcache
https://developer.blender.org/rB9ba99ebd95f5f78a923ce79d88f7f5ae609996bf

Install Alembic in $INST path directly, use the subfolder created by
Alembic build files themselves.

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

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 1fba4ed..190b819 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -1829,7 +1829,9 @@ EOF
     cd blender_build
 
     # XXX Alembic cmake doesn't take these as options
-    export ALEMBIC_INSTALL_PREFIX=$_inst
+    # XXX Alembic creates a subfolder itself ... rather than fix their
+    # stupid build files, just expect this here by using $INST as prefix
+    export ALEMBIC_INSTALL_PREFIX=$INST
     export CMAKE_BUILD_TYPE=Release
 
     cmake_d="-D BUILD_SHARED_LIBS=ON"




More information about the Bf-blender-cvs mailing list