summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTao Lin <831611+mirguest@users.noreply.github.com>2021-01-06 16:55:49 +0800
committerGitHub <noreply@github.com>2021-01-06 09:55:49 +0100
commit05ab114ff91c6bd9a4ef7d24566d1ae499ed4ee1 (patch)
tree5b5de8f46eafd41472ee2d16d6f5ba3a767d4daa
parent385c503d8e5d52b6d36b3e83f90f3390460ae0c7 (diff)
downloadspack-05ab114ff91c6bd9a4ef7d24566d1ae499ed4ee1.tar.gz
spack-05ab114ff91c6bd9a4ef7d24566d1ae499ed4ee1.tar.bz2
spack-05ab114ff91c6bd9a4ef7d24566d1ae499ed4ee1.tar.xz
spack-05ab114ff91c6bd9a4ef7d24566d1ae499ed4ee1.zip
GenFit: added new package (#20653)
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
-rw-r--r--var/spack/repos/builtin/packages/genfit/package.py20
1 files changed, 20 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/genfit/package.py b/var/spack/repos/builtin/packages/genfit/package.py
new file mode 100644
index 0000000000..d05a47e5c8
--- /dev/null
+++ b/var/spack/repos/builtin/packages/genfit/package.py
@@ -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')