Skip to content

Commit

Permalink
Add lib64 library location for ZFP since it may exist there instead o…
Browse files Browse the repository at this point in the history
…f lib. (AMReX-Codes#2860)
  • Loading branch information
jrood-nrel authored Jun 29, 2022
1 parent b2b9150 commit e4c83cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/GNUMake/packages/Make.hdf5
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ifeq ($(USE_HDF5_ZFP),TRUE)
ZFP_ABSPATH = $(abspath $(ZFP_HOME))
H5Z_ABSPATH = $(abspath $(H5Z_HOME))
INCLUDE_LOCATIONS += $(ZFP_ABSPATH)/include $(H5Z_ABSPATH)/include
LIBRARY_LOCATIONS += $(ZFP_ABSPATH)/lib $(H5Z_ABSPATH)/lib
LIBRARY_LOCATIONS += $(ZFP_ABSPATH)/lib $(ZFP_ABSPATH)/lib64 $(H5Z_ABSPATH)/lib
LDFLAGS += -Xlinker -rpath -Xlinker $(ZFP_ABSPATH)/lib
endif
endif
Expand Down

0 comments on commit e4c83cf

Please sign in to comment.