aboutsummaryrefslogtreecommitdiff
path: root/src/make.configuration.defn
blob: ae1afdfdc8a808d525a19e4134e657a629a2151a (plain)
1
2
3
4
5
6
7
# make.configuration.defn for IOStreamedHDF5
# $Header$

# make sure that the HDF5 Stream Virtual File Driver is available
ifeq ($(strip $(HAVE_HDF5_STREAM_VFD)),)
  $(error 'IOStreamedHDF5 requires an HDF5 installation with built-in Stream Virtual File Driver. Please reconfigure with an appropriate HDF5 installation or remove IOStreamedHDF5 from ThornList !')
endif