hdf5 by default disabled in makefile

This commit is contained in:
Dhanya Maliakal
2017-05-16 14:49:37 +02:00
parent 5e82b50a00
commit 4633c142a8

View File

@ -23,7 +23,7 @@ endif
# HDF5 code: in this case, you need HDF5 libraries
##############################################################
HDF5 = yes
HDF5 = no
HDF5_DIR = /opt/hdf5v1.10.0
ifeq ($(HDF5),yes)