Update package.py (#43764)
This commit is contained in:
parent
ba4859b33d
commit
4362382223
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ def configure_args(self):
|
||||||
or spec.satisfies("^cray-mpich")
|
or spec.satisfies("^cray-mpich")
|
||||||
):
|
):
|
||||||
config_args.append("--with-mpi=mpich3")
|
config_args.append("--with-mpi=mpich3")
|
||||||
elif spec.satisfies("^openmpi"):
|
elif spec.satisfies("^openmpi") or spec.satisfies("^hpcx-mpi"):
|
||||||
config_args.append("--with-mpi=openmpi")
|
config_args.append("--with-mpi=openmpi")
|
||||||
|
|
||||||
if spec.satisfies("^binutils"):
|
if spec.satisfies("^binutils"):
|
||||||
|
|
Loading…
Reference in a new issue