diff options
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/scr/package.py | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/var/spack/repos/builtin/packages/scr/package.py b/var/spack/repos/builtin/packages/scr/package.py index 9f6bdc2015..b10b74ca97 100644 --- a/var/spack/repos/builtin/packages/scr/package.py +++ b/var/spack/repos/builtin/packages/scr/package.py @@ -84,14 +84,14 @@ class Scr(CMakePackage): depends_on("spath@0.2.0", 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:") - depends_on("kvtree@1.3.0", when="@3.0.0:") - depends_on("rankstr@0.1.0", when="@3.0.0:") - depends_on("redset@0.2.0", when="@3.0.0:") - depends_on("shuffile@0.2.0", when="@3.0.0:") - depends_on("spath@0.2.0", when="@3.0.0:") - depends_on("dtcmp@1.1.4", when="@3.0.0:") + depends_on("axl@0.6.0", when="@3.0.0") + depends_on("er@0.2.0", when="@3.0.0") + depends_on("kvtree@1.3.0", when="@3.0.0") + depends_on("rankstr@0.1.0", when="@3.0.0") + depends_on("redset@0.2.0", when="@3.0.0") + depends_on("shuffile@0.2.0", when="@3.0.0") + depends_on("spath@0.2.0", when="@3.0.0") + depends_on("dtcmp@1.1.4", when="@3.0.0") depends_on("axl@0.5.0:", when="@3.0rc2") depends_on("er@0.1.0:", when="@3.0rc2") |