add cond py-mpi4py dep to conduit (#17211)

This commit is contained in:
Cyrus Harrison
2020-06-24 20:19:28 -07:00
committed by GitHub
parent 30958649fb
commit eee56295ce

View File

@@ -93,6 +93,7 @@ class Conduit(Package):
depends_on("python", when="+python")
extends("python", when="+python")
depends_on("py-numpy", when="+python", type=('build', 'run'))
depends_on("py-mpi4py", when="+python+mpi", type=('build', 'run'))
#######################
# I/O Packages