summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Volkl <valentin.volkl@cern.ch>2021-05-24 08:47:52 +0200
committerGitHub <noreply@github.com>2021-05-24 08:47:52 +0200
commit27e9f02d3274d2c95f9a2b663bb52cc7e085b92a (patch)
tree7c06401c1f9fd8fa0dabc0ff729997fdad05d401
parentec00d68ba14fc782a7c9f654b5e5fc3980d209c1 (diff)
downloadspack-27e9f02d3274d2c95f9a2b663bb52cc7e085b92a.tar.gz
spack-27e9f02d3274d2c95f9a2b663bb52cc7e085b92a.tar.bz2
spack-27e9f02d3274d2c95f9a2b663bb52cc7e085b92a.tar.xz
spack-27e9f02d3274d2c95f9a2b663bb52cc7e085b92a.zip
chaplin: add new package (#23866)
-rw-r--r--var/spack/repos/builtin/packages/chaplin/package.py22
1 files changed, 22 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/chaplin/package.py b/var/spack/repos/builtin/packages/chaplin/package.py
new file mode 100644
index 0000000000..c788b9c15d
--- /dev/null
+++ b/var/spack/repos/builtin/packages/chaplin/package.py
@@ -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')