summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvvolkl <valentin.volkl@cern.ch>2021-01-18 19:49:58 +0100
committerGitHub <noreply@github.com>2021-01-18 12:49:58 -0600
commit93740d560037c260aa818c0c45cb48980b366079 (patch)
tree71529cc81084fe63c089613b9e586b4870aff6f6
parentd996fc080a39b3182754d639d2fa86cd53c913d6 (diff)
downloadspack-93740d560037c260aa818c0c45cb48980b366079.tar.gz
spack-93740d560037c260aa818c0c45cb48980b366079.tar.bz2
spack-93740d560037c260aa818c0c45cb48980b366079.tar.xz
spack-93740d560037c260aa818c0c45cb48980b366079.zip
[genfit] add tags and first version (#21127)
-rw-r--r--var/spack/repos/builtin/packages/genfit/package.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/genfit/package.py b/var/spack/repos/builtin/packages/genfit/package.py
index d05a47e5c8..c52e5294b4 100644
--- a/var/spack/repos/builtin/packages/genfit/package.py
+++ b/var/spack/repos/builtin/packages/genfit/package.py
@@ -10,11 +10,14 @@ class Genfit(CMakePackage):
"""GenFit is a tracking framework in particle and nuclear physics."""
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"
maintainers = ['mirguest']
+ tags = ["hep"]
+
version('master', branch='master')
+ version('02-00-00', sha256='0bfd5dd152ad0573daa4153a731945824e0ce266f844988b6a8bebafb7f2dacc')
depends_on('root')