[genfit] add tags and first version (#21127)

This commit is contained in:
vvolkl 2021-01-18 19:49:58 +01:00 committed by GitHub
parent d996fc080a
commit 93740d5600
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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')