flecsi: remove ^legion network=gasnet restriction (#41494)

This commit is contained in:
Richard Berger 2023-12-07 19:03:04 -07:00 committed by GitHub
parent a77eca7f88
commit 4ec451cfed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -78,7 +78,6 @@ class Flecsi(CMakePackage, CudaPackage, ROCmPackage):
depends_on("metis@5.1.0:")
depends_on("parmetis@4.0.3:")
depends_on("boost@1.70.0: cxxstd=17 +program_options +stacktrace")
depends_on("legion network=gasnet", when="backend=legion")
# FleCSI@1.x
depends_on("cmake@3.12:", when="@:1")