[genfit] add tags and first version (#21127)
This commit is contained in:
parent
d996fc080a
commit
93740d5600
@ -10,11 +10,14 @@ class Genfit(CMakePackage):
|
|||||||
"""GenFit is a tracking framework in particle and nuclear physics."""
|
"""GenFit is a tracking framework in particle and nuclear physics."""
|
||||||
|
|
||||||
homepage = "https://github.com/GenFit/GenFit"
|
homepage = "https://github.com/GenFit/GenFit"
|
||||||
url = "https://github.com/GenFit/GenFit/archive/master.zip"
|
url = "https://github.com/GenFit/GenFit/archive/02-00-00.tar.gz"
|
||||||
git = "https://github.com/GenFit/GenFit.git"
|
git = "https://github.com/GenFit/GenFit.git"
|
||||||
|
|
||||||
maintainers = ['mirguest']
|
maintainers = ['mirguest']
|
||||||
|
|
||||||
|
tags = ["hep"]
|
||||||
|
|
||||||
version('master', branch='master')
|
version('master', branch='master')
|
||||||
|
version('02-00-00', sha256='0bfd5dd152ad0573daa4153a731945824e0ce266f844988b6a8bebafb7f2dacc')
|
||||||
|
|
||||||
depends_on('root')
|
depends_on('root')
|
||||||
|
Loading…
Reference in New Issue
Block a user