Remove version from py-mpi4py. (#11587)

This commit is contained in:
Dan Lipsa 2019-06-17 10:59:35 -04:00 committed by Elizabeth Fischer
parent f4d8b1ee60
commit cdf4ba81e5

View File

@ -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