scripts/HDF5/H5hut/build: 'vtk' removed as build dependency

This commit is contained in:
2015-03-24 13:36:47 +01:00
parent 15815f6e6a
commit ebc2a121c5

View File

@@ -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