mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-24 02:27:59 +02:00
hdf5 by default disabled in makefile
This commit is contained in:
@ -23,7 +23,7 @@ endif
|
|||||||
# HDF5 code: in this case, you need HDF5 libraries
|
# HDF5 code: in this case, you need HDF5 libraries
|
||||||
##############################################################
|
##############################################################
|
||||||
|
|
||||||
HDF5 = yes
|
HDF5 = no
|
||||||
HDF5_DIR = /opt/hdf5v1.10.0
|
HDF5_DIR = /opt/hdf5v1.10.0
|
||||||
|
|
||||||
ifeq ($(HDF5),yes)
|
ifeq ($(HDF5),yes)
|
||||||
|
Reference in New Issue
Block a user