H5root.build: hdf5_serial added to run-time dependencies

This commit is contained in:
2014-05-15 16:31:48 +02:00
parent f0039c418e
commit 0d479f14fb

View File

@@ -16,7 +16,7 @@ function em.configure() {
}
em.add_to_family 'Tools'
em.set_runtime_dependencies "${COMPILER}" 'root'
em.set_runtime_dependencies "${COMPILER}" 'hdf5_serial' 'root'
em.set_build_dependencies 'autoconf' 'automake' 'libtool' "${COMPILER}" 'hdf5_serial' 'H5hut_serial' 'root'
em.make_all