edm4hep: add version 0.4.1 (#29542)
* edm4hep: add version 0.4.1 * style
This commit is contained in:
parent
15dbc86177
commit
b08f147cf3
1 changed files with 3 additions and 1 deletions
|
@ -16,6 +16,7 @@ class Edm4hep(CMakePackage):
|
|||
tags = ["hep", "key4hep"]
|
||||
|
||||
version('master', branch='master')
|
||||
version('0.4.1', sha256='122987fd5969b0f1639afa9668ac5181203746d00617ddb3bf8a2a9842758a63')
|
||||
version('0.4', sha256='bcb729cd4a6f5917b8f073364fc950788111e178dd16b7e5218361f459c92a24')
|
||||
version('0.3.2', sha256='b6a28649a4ba9ec1c4423bd1397b0a810ca97374305c4856186b506e4c00f769')
|
||||
version('0.3.1', sha256='eeec38fe7d72d2a72f07a63dca0a34ca7203727f67869c0abf6bef014b8b319b')
|
||||
|
@ -33,7 +34,8 @@ class Edm4hep(CMakePackage):
|
|||
depends_on('python', type='build')
|
||||
|
||||
depends_on('root@6.08:')
|
||||
depends_on('podio@0.14:', when='@0.4:')
|
||||
depends_on('podio@0.14.1:', when='@0.4.1:')
|
||||
depends_on('podio@0.14', when='@0.4')
|
||||
depends_on('podio@0.13.0:0.13', when='@:0.3')
|
||||
depends_on('py-jinja2', type='build')
|
||||
depends_on('py-pyyaml', type='build')
|
||||
|
|
Loading…
Reference in a new issue