aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetIOHDF5/src/make.configuration.defn
blob: 97770b79e34e3af4cee1d570c4dd4996d5eb24ce (plain)
1
2
3
4
5
6
# 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