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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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