Skip to content

Commit

Permalink
brayns: separate conflicting ospray versions (#2061)
Browse files Browse the repository at this point in the history
* brayns: separate conflicting ospray versions

* brayns: remove whitespaces
  • Loading branch information
NadirRoGue committed Jun 26, 2023
1 parent 737d0c8 commit d168fe7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions bluebrain/repo-bluebrain/packages/brayns/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,12 @@ class Brayns(CMakePackage):
depends_on("[email protected]:")
depends_on("[email protected]:")
depends_on("[email protected]:")
depends_on("[email protected]")
depends_on("[email protected]")

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]")
depends_on("[email protected]")
depends_on("glm")
Expand Down

0 comments on commit d168fe7

Please sign in to comment.