Skip to content

Commit

Permalink
Fix openmpi package py file - remove tab
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherwharrop-noaa committed Jun 26, 2024
1 parent e52d5b2 commit 750b452
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/spack-stack/openmpi.package.py.patch.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

if spec.satisfies("+pmi"):
config_args.append("--with-pmi={0}".format(spec["slurm"].prefix))
+ config_args.append("--with-pmi-libdir=/usr/lib/aarch64-linux-gnu")
+ config_args.append("--with-pmi-libdir=/usr/lib/aarch64-linux-gnu")
else:
config_args.extend(self.with_or_without("pmi"))

2 changes: 1 addition & 1 deletion docker/spack-stack/openmpi.package.py.patch.x86_64
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

if spec.satisfies("+pmi"):
config_args.append("--with-pmi={0}".format(spec["slurm"].prefix))
+ config_args.append("--with-pmi-libdir=/usr/lib/x86_64-linux-gnu")
+ config_args.append("--with-pmi-libdir=/usr/lib/x86_64-linux-gnu")
else:
config_args.extend(self.with_or_without("pmi"))

0 comments on commit 750b452

Please sign in to comment.