From cdf4ba81e5bf14736e5ad736d4ee1785a4040b13 Mon Sep 17 00:00:00 2001 From: Dan Lipsa Date: Mon, 17 Jun 2019 10:59:35 -0400 Subject: Remove version from py-mpi4py. (#11587) --- var/spack/repos/builtin/packages/ascent/package.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/var/spack/repos/builtin/packages/ascent/package.py b/var/spack/repos/builtin/packages/ascent/package.py index 60b02849ed..d837e51010 100644 --- a/var/spack/repos/builtin/packages/ascent/package.py +++ b/var/spack/repos/builtin/packages/ascent/package.py @@ -90,8 +90,7 @@ class Ascent(Package): # MPI ####################### depends_on("mpi", when="+mpi") - # use old version of mpi4py to avoid build issues with cython - depends_on("py-mpi4py@2.0.0:2.9.999", when="+mpi+python+shared") + depends_on("py-mpi4py", when="+mpi+python+shared") ############################# # TPLs for Runtime Features -- cgit v1.2.3-60-g2f50