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

Commit 4661749

Browse files
authored
py-libsonata-mpi: prepare v0.0.2 (#2257)
1 parent a6f64ed commit 4661749

File tree

1 file changed

+4
-4
lines changed
  • bluebrain/repo-bluebrain/packages/py-libsonata-mpi

1 file changed

+4
-4
lines changed

bluebrain/repo-bluebrain/packages/py-libsonata-mpi/package.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ class PyLibsonataMpi(PythonPackage):
1414
url = "https://github.com/BlueBrain/libsonata-mpi-v0.0.0.tar.gz"
1515

1616
version("develop", branch="main", get_full_repo=True, submodules=True)
17+
18+
version("0.0.2", tag="v0.0.2", submodules=True)
1719
version("0.0.1", tag="0.0.1", submodules=True)
1820

1921
depends_on("cmake@3.18:", type="build")
2022

23+
depends_on("hdf5+mpi", type=("build", "link"))
2124
depends_on("py-mpi4py", type=("build", "link", "run"))
22-
depends_on("highfive+mpi", type=("build", "link"))
23-
depends_on("py-libsonata@0.1.24.1:", type="run")
24-
25-
depends_on("py-pybind11@2.11.1:")
25+
depends_on("py-libsonata@0.1.25:", type="run")
2626

2727
depends_on("py-setuptools", type="build")
2828
depends_on("py-setuptools-scm", type="build")

0 commit comments

Comments
 (0)