GenFit: added new package (#20653)
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
This commit is contained in:
parent
385c503d8e
commit
05ab114ff9
1 changed files with 20 additions and 0 deletions
20
var/spack/repos/builtin/packages/genfit/package.py
Normal file
20
var/spack/repos/builtin/packages/genfit/package.py
Normal 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')
|
Loading…
Reference in a new issue