Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit fe4a616

Browse files
authored
steps: add 5.0.2 (#2498)
1 parent c818b85 commit fe4a616

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bluebrain/repo-patches/packages/steps/package.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ class Steps(CMakePackage):
1919
submodules = True
2020

2121
version("develop", branch="master")
22+
version("5.0.2", tag="5.0.2")
2223
version("5.0.1", tag="5.0.1")
2324
version("4.1.0", tag="4.1.0")
2425

@@ -64,7 +65,7 @@ class Steps(CMakePackage):
6465
depends_on("easyloggingpp", when="~bundle")
6566
depends_on("eigen")
6667
depends_on("gmsh", when="+distmesh")
67-
depends_on("gsl", when="+vesicle")
68+
depends_on("gsl", when="@:5.0.1+vesicle")
6869
depends_on("lapack", when="+lapack")
6970
depends_on("likwid", when="+likwid")
7071
depends_on("metis+int64")

0 commit comments

Comments
 (0)