Skip to content

Commit e4c83cf

Browse files
authored
Add lib64 library location for ZFP since it may exist there instead of lib. (AMReX-Codes#2860)
1 parent b2b9150 commit e4c83cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/GNUMake/packages/Make.hdf5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ ifeq ($(USE_HDF5_ZFP),TRUE)
2727
ZFP_ABSPATH = $(abspath $(ZFP_HOME))
2828
H5Z_ABSPATH = $(abspath $(H5Z_HOME))
2929
INCLUDE_LOCATIONS += $(ZFP_ABSPATH)/include $(H5Z_ABSPATH)/include
30-
LIBRARY_LOCATIONS += $(ZFP_ABSPATH)/lib $(H5Z_ABSPATH)/lib
30+
LIBRARY_LOCATIONS += $(ZFP_ABSPATH)/lib $(ZFP_ABSPATH)/lib64 $(H5Z_ABSPATH)/lib
3131
LDFLAGS += -Xlinker -rpath -Xlinker $(ZFP_ABSPATH)/lib
3232
endif
3333
endif

0 commit comments

Comments
 (0)