aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@fb53df36-e548-4a1e-8150-ab98cbd5e786>2011-03-10 14:16:10 +0000
committereschnett <eschnett@fb53df36-e548-4a1e-8150-ab98cbd5e786>2011-03-10 14:16:10 +0000
commit24bda08f1123b2a2d1df2b2f5e7ae6dc8750b278 (patch)
tree75ff1451ca70c1929770e80733f122ec64b2df4c
parentbe434be1e3002c1c7cc5d66140318898361c7d90 (diff)
Don't provide the HDF5 compiler wrappers as utilities
git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/HDF5/trunk@35 fb53df36-e548-4a1e-8150-ab98cbd5e786
-rw-r--r--src/make.configuration.defn6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/make.configuration.defn b/src/make.configuration.defn
index b00c73a..5c9bf8e 100644
--- a/src/make.configuration.defn
+++ b/src/make.configuration.defn
@@ -1,7 +1,11 @@
# make.configuration.defn file for thorn HDF5
# Define standard HDF5 utilities
-ALL_UTILS += gif2h5 h52gif h5c++ h5cc h5copy h5debug h5diff h5dump h5fc h5import h5jam h5ls h5mkgrp h5perf_serial h5redeploy h5repack h5repart h5stat h5unjam
+ALL_UTILS += gif2h5 h52gif h5copy h5debug h5diff h5dump h5import h5jam h5ls h5mkgrp h5perf_serial h5redeploy h5repack h5repart h5stat h5unjam
+
+# Ignore some of the utilities that we don't use, e.g. the compiler
+# wrappers:
+# h5c++ h5cc h5fc
# Define this thorn's utilities
ALL_UTILS += hdf5_merge hdf5_extract hdf5_double_to_single