scr: fix @develop dependency versions (#42379)

This commit is contained in:
Elsa Gonsiorowski, PhD 2024-02-05 03:15:19 -05:00 committed by GitHub
parent 7fbd4afaaa
commit 1711b6dee1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -75,14 +75,14 @@ class Scr(CMakePackage):
# SCR legacy is anything 2.x.x or earlier
# SCR components is anything 3.x.x or later
depends_on("axl@0.7.1", when="@3.0.1:")
depends_on("er@0.2.0", when="@3.0.1:")
depends_on("kvtree@1.3.0", when="@3.0.1:")
depends_on("rankstr@0.1.0", when="@3.0.1:")
depends_on("redset@0.2.0", when="@3.0.1:")
depends_on("shuffile@0.2.0", when="@3.0.1:")
depends_on("spath@0.2.0 +mpi", when="@3.0.1:")
depends_on("dtcmp@1.1.4", when="@3.0.1:")
depends_on("axl@0.7.1", when="@3.0.1")
depends_on("er@0.2.0", when="@3.0.1")
depends_on("kvtree@1.3.0", when="@3.0.1")
depends_on("rankstr@0.1.0", when="@3.0.1")
depends_on("redset@0.2.0", when="@3.0.1")
depends_on("shuffile@0.2.0", when="@3.0.1")
depends_on("spath@0.2.0 +mpi", when="@3.0.1")
depends_on("dtcmp@1.1.4", when="@3.0.1")
depends_on("axl@0.6.0", when="@3.0.0")
depends_on("er@0.2.0", when="@3.0.0")