chaplin: add new package (#23866)
This commit is contained in:
parent
ec00d68ba1
commit
27e9f02d32
1 changed files with 22 additions and 0 deletions
22
var/spack/repos/builtin/packages/chaplin/package.py
Normal file
22
var/spack/repos/builtin/packages/chaplin/package.py
Normal file
|
@ -0,0 +1,22 @@
|
|||
# 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 Chaplin(AutotoolsPackage):
|
||||
"""The FORTRAN library CHAPLIN enables you to numerically
|
||||
evaluate Harmonic polylogarithms up to weight 4 for any
|
||||
complex argument."""
|
||||
|
||||
homepage = "https://chaplin.hepforge.org"
|
||||
url = "https://chaplin.hepforge.org/code/chaplin-1.2.tar"
|
||||
|
||||
tags = ['hep']
|
||||
|
||||
maintainers = ['vvolkl']
|
||||
|
||||
version('1.2', sha256='f17c2d985fd4e4ce36cede945450416d3fa940af68945c91fa5d3ca1d76d4b49')
|
Loading…
Reference in a new issue