Skip to content
Snippets Groups Projects
Unverified Commit eee56295 authored by Cyrus Harrison's avatar Cyrus Harrison Committed by GitHub
Browse files

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

parent 30958649
Branches
Tags
No related merge requests found
...@@ -93,6 +93,7 @@ class Conduit(Package): ...@@ -93,6 +93,7 @@ class Conduit(Package):
depends_on("python", when="+python") depends_on("python", when="+python")
extends("python", when="+python") extends("python", when="+python")
depends_on("py-numpy", when="+python", type=('build', 'run')) depends_on("py-numpy", when="+python", type=('build', 'run'))
depends_on("py-mpi4py", when="+python+mpi", type=('build', 'run'))
####################### #######################
# I/O Packages # I/O Packages
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment