Skip to content

Commit

Permalink
Merge pull request #238 from flux-framework/update-package/flux-pmix-…
Browse files Browse the repository at this point in the history
…2024-09-11

Update from update-package/flux-pmix-2024-09-11
  • Loading branch information
vsoch authored Sep 11, 2024
2 parents ec798ef + 1053e60 commit 4567129
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/flux-pmix/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ def add_pluginpath(self):

def setup_run_environment(self, env):
spec = self.spec
env.prepend_path("FLUX_SHELL_RC_PATH", join_path(self.prefix, "etc/flux/shell/lua.d"))
env.prepend_path("FLUX_SHELL_RC_PATH", join_path(self.prefix.etc, "flux/shell/lua.d"))
if spec.satisfies("@0.3.0:"):
env.prepend_path(
"FLUX_PMI_CLIENT_SEARCHPATH", join_path(self.prefix, "flux/upmi/plugins")
"FLUX_PMI_CLIENT_SEARCHPATH", join_path(self.prefix.lib, "flux/upmi/plugins")
)

0 comments on commit 4567129

Please sign in to comment.