summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/chaplin/package.py
blob: 1222145bf703f3ff36342580245080a5a4958582 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 2013-2022 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.package 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')