From 24bda08f1123b2a2d1df2b2f5e7ae6dc8750b278 Mon Sep 17 00:00:00 2001 From: eschnett Date: Thu, 10 Mar 2011 14:16:10 +0000 Subject: 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 --- src/make.configuration.defn | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3