GenFit: added new package (#20653)

Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
This commit is contained in:
Tao Lin 2021-01-06 16:55:49 +08:00 committed by GitHub
parent 385c503d8e
commit 05ab114ff9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,20 @@
# Copyright 2013-2020 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
from spack import *
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"
git = "https://github.com/GenFit/GenFit.git"
maintainers = ['mirguest']
version('master', branch='master')
depends_on('root')