From b920e522184bd2b297b51e865ecd31e69e89439e Mon Sep 17 00:00:00 2001 From: Dhanya Maliakal Date: Thu, 27 Jul 2017 12:31:12 +0200 Subject: [PATCH] default no for hdf5 and rest --- Makefile.include | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.include b/Makefile.include index e90fd9bf2..0212697fc 100755 --- a/Makefile.include +++ b/Makefile.include @@ -24,7 +24,7 @@ endif # HDF5 code: in this case, you need HDF5 libraries ############################################################## -HDF5 = yes +HDF5 = no HDF5_DIR = /opt/hdf5v1.10.0 ifeq ($(HDF5),yes)