Skip to content

Commit

Permalink
brayns, py-brayns, deployment: new version of Brayns (#2128)
Browse files Browse the repository at this point in the history
* brayns: add new version

* py-brayns: add new version

* applications_viz: remove unused versions

* brayns: remove whitespace
  • Loading branch information
NadirRoGue committed Sep 22, 2023
1 parent 179bf38 commit 06d0530
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 0 additions & 2 deletions bluebrain/deployment/environments/applications_viz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@ spack:
specs:
- brayns
- [email protected]
- [email protected]
- py-bcsb
- py-brayns
- [email protected]
- [email protected]
- py-brayns-circuit-studio-backend
- brion +python
- ultraliser ^hdf5~mpi
5 changes: 4 additions & 1 deletion bluebrain/repo-bluebrain/packages/brayns/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ class Brayns(CMakePackage):
version("3.1.2", tag="3.1.2")
version("3.2.0", tag="3.2.0")
version("3.2.1", tag="3.2.1")
version("3.2.2", tag="3.2.2")

depends_on("[email protected]:", type="build")
depends_on("[email protected]:", type="build")
Expand All @@ -32,7 +33,9 @@ class Brayns(CMakePackage):
depends_on("[email protected]", when="@:3.2.0")
depends_on("[email protected]", when="@:3.2.0")

depends_on("[email protected]:", when="@3.2.1:")
depends_on("[email protected]", when="@3.2.1")

depends_on("[email protected]", when="@3.2.2:")

depends_on("[email protected]")
depends_on("[email protected]")
Expand Down
1 change: 1 addition & 0 deletions bluebrain/repo-bluebrain/packages/py-brayns/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ class PyBrayns(PythonPackage):
version("3.1.2", tag="3.1.2")
version("3.2.0", tag="3.2.0")
version("3.2.1", tag="3.2.1")
version("3.2.2", tag="3.2.2")

depends_on("py-setuptools", type=("build"))
depends_on("[email protected]:", type=("build", "run"))
Expand Down

0 comments on commit 06d0530

Please sign in to comment.