Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ADApp/pluginSrc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ include $(TOP)/configure/CONFIG
LIBRARY_IOC += NDPlugin
DBD += NDPluginSupport.dbd

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

# json.hpp requires C++11
NDPluginBadPixel_CXXFLAGS_Linux += -std=c++11
Expand Down
3 changes: 1 addition & 2 deletions ADApp/pluginTests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ include $(TOP)/configure/CONFIG
SHARED_LIBRARIES=NO

# Use HDF5 API V2
USR_CXXFLAGS_Linux += -DH5Dopen_vers=2 -DH5Gcreate_vers=2
USR_CFLAGS_Linux += -DH5Dopen_vers=2 -DH5Gcreate_vers=2
USR_CXXFLAGS_Linux += -DH5_USE_110_API

ifeq ($(SHARED_LIBRARIES), YES)
USR_CXXFLAGS_WIN32 += -DH5_BUILT_AS_DYNAMIC_LIB
Expand Down
Loading