Skip to content

Commit

Permalink
Add rpath to lib64 for ZFP. (AMReX-Codes#2902)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrood-nrel committed Aug 4, 2022
1 parent ed23627 commit 6ebf8ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tools/GNUMake/packages/Make.hdf5
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ ifeq ($(USE_HDF5_ZFP),TRUE)
INCLUDE_LOCATIONS += $(ZFP_ABSPATH)/include $(H5Z_ABSPATH)/include
LIBRARY_LOCATIONS += $(ZFP_ABSPATH)/lib $(ZFP_ABSPATH)/lib64 $(H5Z_ABSPATH)/lib
LDFLAGS += -Xlinker -rpath -Xlinker $(ZFP_ABSPATH)/lib
LDFLAGS += -Xlinker -rpath -Xlinker $(ZFP_ABSPATH)/lib64
endif
endif
endif
Expand Down

0 comments on commit 6ebf8ff

Please sign in to comment.