From 0d479f14fb1169fa0bada02b0f05d3bfe5847f3c Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 15 May 2014 16:31:48 +0200 Subject: [PATCH] H5root.build: hdf5_serial added to run-time dependencies --- scripts/H5root.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/H5root.build b/scripts/H5root.build index f6e99c4..9fac909 100755 --- a/scripts/H5root.build +++ b/scripts/H5root.build @@ -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