aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetIOHDF5/src/make.configuration.defn
blob: 08542579e13961fba069e14499865207e7501f01 (plain)
1
2
3
4
5
6
7
8
9
# Main make.configuration.defn file for thorn CarpetIOHDF5   -*-Makefile-*-

# Ensure that HDF5 is available
ifeq ($(strip $(HAVE_HDF5)), )
    $(error Configuration error: The CarpetIOHDF5 thorn requires HDF5.  Please configure with HDF5, or remove the CarpetIOHDF5 thorn from the ThornList.)
endif

# add the Carpet HDF5-to-ASCII converter/slicer
ALL_UTILS += hdf5toascii_slicer