[Bf-blender-cvs] [a63a31dd12e] master: install_deps: removed leftover compile_HDF5 command

Sybren A. Stüvel noreply at git.blender.org
Tue Apr 4 14:52:30 CEST 2017


Commit: a63a31dd12ece94cef9cddd6ce609541ab431a97
Author: Sybren A. Stüvel
Date:   Tue Apr 4 14:50:36 2017 +0200
Branches: master
https://developer.blender.org/rBa63a31dd12ece94cef9cddd6ce609541ab431a97

install_deps: removed leftover compile_HDF5 command

It was a leftover from when Alembic with HDF5 was still officially
supported.

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

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 381330be7d2..c65305703bf 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -2236,9 +2236,6 @@ compile_ALEMBIC() {
     return
   fi
 
-  compile_HDF5
-  PRINT ""
-
   # To be changed each time we make edits that would modify the compiled result!
   alembic_magic=2
   _init_alembic




More information about the Bf-blender-cvs mailing list