summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyrus Harrison <cyrush@llnl.gov>2020-06-24 20:19:28 -0700
committerGitHub <noreply@github.com>2020-06-24 22:19:28 -0500
commiteee56295ce5a637c44f382cda00ff9c881124926 (patch)
tree637d0429bab070012aca008167f44bcd26b23260
parent30958649fb49a9600d2a9f9ed78b868d93cbde34 (diff)
downloadspack-eee56295ce5a637c44f382cda00ff9c881124926.tar.gz
spack-eee56295ce5a637c44f382cda00ff9c881124926.tar.bz2
spack-eee56295ce5a637c44f382cda00ff9c881124926.tar.xz
spack-eee56295ce5a637c44f382cda00ff9c881124926.zip
add cond py-mpi4py dep to conduit (#17211)
-rw-r--r--var/spack/repos/builtin/packages/conduit/package.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/conduit/package.py b/var/spack/repos/builtin/packages/conduit/package.py
index 8481ddce82..8996de7d9d 100644
--- a/var/spack/repos/builtin/packages/conduit/package.py
+++ b/var/spack/repos/builtin/packages/conduit/package.py
@@ -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