aboutsummaryrefslogtreecommitdiff
path: root/src/make.configuration.defn
blob: 1027aa1a74f6458875344452b9d71a4391c03efe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# make.configuration.defn for IOHDF5Util
# $Header$

# make sure that IOHDF5Util was configured with HDF5
ifeq ($(strip $(HDF5_LIBS)),)
  $(error "IOHDF5Util requires HDF5. Please configure with HDF5 or remove IOHDF5Util from Thornlist !")
endif

# make sure that IOHDF5Util was configured with PUGH
ifeq ($(findstring CactusPUGH/PUGH,$(THORNS)),)
  $(error "IOHDF5Util requires PUGH. Please add CactusPUGH/PUGH or remove IOHDF5Util from Thornlist !")
endif