summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabien Bruneval <bruneval@users.noreply.github.com>2024-05-17 13:45:26 +0200
committerGitHub <noreply@github.com>2024-05-17 05:45:26 -0600
commitad1e3231e5041c12916a089ca3bb14111b014359 (patch)
treee643ead011d9400345bb1f4b6e13289042467c1e
parent2ef7eb1826046350b497a7405b29b59836d03b76 (diff)
downloadspack-ad1e3231e5041c12916a089ca3bb14111b014359.tar.gz
spack-ad1e3231e5041c12916a089ca3bb14111b014359.tar.bz2
spack-ad1e3231e5041c12916a089ca3bb14111b014359.tar.xz
spack-ad1e3231e5041c12916a089ca3bb14111b014359.zip
libcint: add v6.1.2, v5.5.0 (#44239)
Co-authored-by: Fabien Bruneval <fabien.bruneval@.cea.fr>
-rw-r--r--var/spack/repos/builtin/packages/libcint/package.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/libcint/package.py b/var/spack/repos/builtin/packages/libcint/package.py
index 8273d63b38..4578518dcc 100644
--- a/var/spack/repos/builtin/packages/libcint/package.py
+++ b/var/spack/repos/builtin/packages/libcint/package.py
@@ -11,13 +11,15 @@ class Libcint(CMakePackage):
homepage = "https://github.com/sunqm/libcint"
url = "https://github.com/sunqm/libcint/archive/v3.0.4.tar.gz"
- maintainers("mfherbst")
+ maintainers("mfherbst", "bruneval")
license("BSD-2-Clause")
#
# Versions
#
+ version("6.1.2", sha256="8287e1eaf2b8c8e19eb7a8ea92fd73898f0884023c503b84624610400adb25c4")
+ version("5.5.0", sha256="c822a9a454587d935287de0f64a2c2cf5338323a554a3f34bcfb4a2892daf477")
version("5.3.0", sha256="9d4fae074b53a8ce0335e2672d423deca2bda6df8020352e59d23c17a0c1239d")
version("5.2.0", sha256="f9dba1040c445ee81ae5a2a59d9f1291fc0406edad0fb5ea37fceb66c2ef7799")
version("5.1.3", sha256="a239275a0464360c904fd06e67d2e76ef1147e04bc634befb40c67d3e79b3638")