Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
penguian committed Aug 5, 2024
1 parent 87b9519 commit f940880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/um/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def _get_linker_args(self, spec, fcm_libname):
ld_flags = [
spec[dep_name].libs.ld_flags,
self._lib_cfg[fcm_libname]["fcm_ld_flags"]]
#The reason for the explicit -rpath is:
# The reason for the explicit -rpath is:
# https://github.com/ACCESS-NRI/spack_packages/issues/14#issuecomment-1653651447
rpaths = ["-Wl,-rpath=" + d for d in spec[dep_name].libs.directories]

Expand Down

0 comments on commit f940880

Please sign in to comment.