Skip to content

Commit

Permalink
steps: add 5.0.2 (#2498)
Browse files Browse the repository at this point in the history
  • Loading branch information
tristan0x authored Aug 29, 2024
1 parent c818b85 commit fe4a616
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bluebrain/repo-patches/packages/steps/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ class Steps(CMakePackage):
submodules = True

version("develop", branch="master")
version("5.0.2", tag="5.0.2")
version("5.0.1", tag="5.0.1")
version("4.1.0", tag="4.1.0")

Expand Down Expand Up @@ -64,7 +65,7 @@ class Steps(CMakePackage):
depends_on("easyloggingpp", when="~bundle")
depends_on("eigen")
depends_on("gmsh", when="+distmesh")
depends_on("gsl", when="+vesicle")
depends_on("gsl", when="@:5.0.1+vesicle")
depends_on("lapack", when="+lapack")
depends_on("likwid", when="+likwid")
depends_on("metis+int64")
Expand Down

0 comments on commit fe4a616

Please sign in to comment.