hoppet: add new package (#26297)
Co-authored-by: Harald Minde Hansen <hahansen@office.dyndns.cern.ch>
This commit is contained in:
parent
eff5bd4005
commit
9c8041b8e4
19
var/spack/repos/builtin/packages/hoppet/package.py
Normal file
19
var/spack/repos/builtin/packages/hoppet/package.py
Normal file
@ -0,0 +1,19 @@
|
||||
# Copyright 2013-2021 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 Hoppet(AutotoolsPackage):
|
||||
"""A Fortran 95 package for carrying out QCD DGLAP evolution and other
|
||||
common manipulations of parton distribution functions (PDFs)."""
|
||||
|
||||
homepage = "https://hoppet.hepforge.org/"
|
||||
url = "https://github.com/gavinsalam/hoppet/archive/refs/tags/hoppet-1.2.0.tar.gz"
|
||||
|
||||
tags = ['heps']
|
||||
maintainers = ['haralmha']
|
||||
|
||||
version('1.2.0', sha256='6e00eb56a4f922d03dfceba7b389a3aaf51f277afa46d7b634d661e0797e8898')
|
Loading…
Reference in New Issue
Block a user