From ebc2a121c51b2d9dcbf4aee3cc4f47cddcf4d30a Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Tue, 24 Mar 2015 13:36:47 +0100 Subject: [PATCH] scripts/HDF5/H5hut/build: 'vtk' removed as build dependency --- scripts/HDF5/H5hut/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/HDF5/H5hut/build b/scripts/HDF5/H5hut/build index a689248..4420013 100755 --- a/scripts/HDF5/H5hut/build +++ b/scripts/HDF5/H5hut/build @@ -36,7 +36,7 @@ function em.install() { em.add_to_family 'HDF5' em.set_runtime_dependencies "${COMPILER}" "${MPI}" 'hdf5' -em.set_build_dependencies "autoconf" "automake" "libtool" "${COMPILER}" "${MPI}" "vtk" "hdf5" +em.set_build_dependencies "autoconf" "automake" "libtool" "${COMPILER}" "${MPI}" "hdf5" em.set_docfiles 'AUTHORS' 'COPYING' em.make_all