libnrm: allow mpi other than mpich (#34232)

This commit is contained in:
eugeneswalker
2022-12-07 11:57:13 -08:00
committed by GitHub
parent 8806e74419
commit 541e75350f

View File

@@ -23,4 +23,4 @@ class Libnrm(AutotoolsPackage):
depends_on("pkgconfig", type="build")
depends_on("libzmq")
depends_on("mpich")
depends_on("mpi")