Remove version from py-mpi4py. (#11587)
This commit is contained in:
parent
f4d8b1ee60
commit
cdf4ba81e5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user