Skip to content

Commit cc63af0

Browse files
committed
use HDF5 API circa 1.10
1 parent 8226566 commit cc63af0

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

ADApp/pluginSrc/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ include $(TOP)/configure/CONFIG
77
LIBRARY_IOC += NDPlugin
88
DBD += NDPluginSupport.dbd
99

10-
# Use HDF5 API V2
11-
USR_CXXFLAGS_Linux += -DH5Gopen_vers=2
10+
# Use HDF5 API circa v1.10
11+
USR_CXXFLAGS_Linux += -DH5_USE_110_API
1212

1313
# json.hpp requires C++11
1414
NDPluginBadPixel_CXXFLAGS_Linux += -std=c++11

ADApp/pluginTests/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ include $(TOP)/configure/CONFIG
88
SHARED_LIBRARIES=NO
99

1010
# Use HDF5 API V2
11-
USR_CXXFLAGS_Linux += -DH5Dopen_vers=2 -DH5Gcreate_vers=2
12-
USR_CFLAGS_Linux += -DH5Dopen_vers=2 -DH5Gcreate_vers=2
11+
USR_CXXFLAGS_Linux += -DH5_USE_110_API
1312

1413
ifeq ($(SHARED_LIBRARIES), YES)
1514
USR_CXXFLAGS_WIN32 += -DH5_BUILT_AS_DYNAMIC_LIB

0 commit comments

Comments
 (0)