Skip to content

Commit

Permalink
Merge pull request idaholab#26006 from loganharbour/remove_patchelf
Browse files Browse the repository at this point in the history
  • Loading branch information
loganharbour authored Nov 9, 2023
2 parents 81c558a + 2729576 commit bda7b77
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions framework/app.mk
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,9 @@ install_lib_%: %
@cp $< $(la_installed) # Copy the library archive file
@cp $(source_dir)/$(libname) $(libdst) # Copy the library file
@$(call patch_la,$(la_installed),$(lib_install_dir))
ifneq (,$(findstring darwin,$(libmesh_HOST)))
@$(call patch_rpath,$(libdst),../$(lib_install_suffix/.))
endif
@$(call patch_relink,$(libdst),$(libpath_pcre),$(libname_pcre))
@$(call patch_relink,$(libdst),$(libpath_framework),$(libname_framework))
# These lines are critical in that they are a catch-all for nested applications. (e.g. These will properly remap MOOSE and the modules
Expand Down

0 comments on commit bda7b77

Please sign in to comment.