[ET Trac] [Einstein Toolkit] #807: dependency problem with standard hdf5 tools within HDF5 thorn
Einstein Toolkit
trac-noreply at einsteintoolkit.org
Mon Apr 16 17:58:41 CDT 2012
#807: dependency problem with standard hdf5 tools within HDF5 thorn
---------------------+------------------------------------------------------
Reporter: knarf | Owner: eschnett
Type: defect | Status: review
Priority: major | Milestone: ET_2012_05
Component: Carpet | Version:
Resolution: | Keywords:
---------------------+------------------------------------------------------
Changes (by eschnett):
* status: new => review
Comment:
{{{
Index: src/make.configuration.defn
===================================================================
--- src/make.configuration.defn (revision 50)
+++ src/make.configuration.defn (working copy)
@@ -2,8 +2,12 @@
# Define standard HDF5 utilities
ALL_UTILS += gif2h5 h52gif h5copy h5debug h5diff h5dump h5import h5jam
h5ls h5mkgrp h5perf_serial h5redeploy h5repack h5repart h5stat h5unjam
-#ALL_UTILS += h5check
+# Install h5check only if it exists
+ifneq ($(wildcard $(HDF5_DIR)/bin/h5check*),)
+ALL_UTILS += h5check
+endif
+
# Ignore some of the utilities that we don't use, e.g. the compiler
# wrappers:
# h5c++ h5cc h5fc
}}}
--
Ticket URL: <https://trac.einsteintoolkit.org/ticket/807#comment:2>
Einstein Toolkit <http://einsteintoolkit.org>
The Einstein Toolkit
More information about the Trac
mailing list