Skip to content

Commit

Permalink
Adds Brion version 3.3.8 (#1522)
Browse files Browse the repository at this point in the history
* Adds version 3.3.8
* And missing 3.3.7 for completeness
* Update Highfive version
  • Loading branch information
NadirRoGue committed Mar 14, 2022
1 parent 070cd30 commit 9dc7aa0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion bluebrain/repo-bluebrain/packages/brion/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ class Brion(CMakePackage):
version('3.3.4', tag='3.3.4', submodules=True)
version('3.3.5', tag='3.3.5', submodules=False)
version('3.3.6', tag='3.3.6', submodules=False)
version('3.3.7', tag='3.3.7', submodules=False)
version('3.3.8', tag='3.3.8', submodules=False)

variant('python', default=False, description='Build Python wrapping')
variant('doc', default=False, description='Build documentation')
Expand All @@ -48,7 +50,8 @@ class Brion(CMakePackage):
depends_on('bzip2')
depends_on('lunchbox', when='@3.1.0')
depends_on('vmmlib', when='@3.1.0')
depends_on('[email protected] +boost', when='@3.3.2:')
depends_on('[email protected] +boost', when='@3.3.8:')
depends_on('[email protected] +boost', when='@3.3.2:3.3.7')
depends_on('[email protected] +boost', when='@3.2.0:3.3.1')
depends_on('[email protected] +boost', when='@3.1.0')
depends_on('mvdtool')
Expand Down

0 comments on commit 9dc7aa0

Please sign in to comment.