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

# make sure that the HDF5 Stream Virtual File Driver is available
stream_support := $(shell grep '\#define H5_HAVE_STREAM 1' $(HDF5_INC_DIRS)/H5pubconf.h)

ifeq ($(strip $(stream_support)),)
  $(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