summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoberto Di Remigio <robertodr@users.noreply.github.com>2020-10-11 04:14:15 +0200
committerGitHub <noreply@github.com>2020-10-10 21:14:15 -0500
commit7f46c11fda79f1c073c9b452f1e7a16a5135c0d9 (patch)
tree487f836043b6a720304c048c1a9e95de90bf2f47
parent0ed8bbe765cd1fbbc804f0efb3a282bb96bf2363 (diff)
downloadspack-7f46c11fda79f1c073c9b452f1e7a16a5135c0d9.tar.gz
spack-7f46c11fda79f1c073c9b452f1e7a16a5135c0d9.tar.bz2
spack-7f46c11fda79f1c073c9b452f1e7a16a5135c0d9.tar.xz
spack-7f46c11fda79f1c073c9b452f1e7a16a5135c0d9.zip
Update XCFun with stable releases (#18784)
* Update XCFun with stable releases * Fix lint
-rw-r--r--var/spack/repos/builtin/packages/xcfun/package.py16
1 files changed, 10 insertions, 6 deletions
diff --git a/var/spack/repos/builtin/packages/xcfun/package.py b/var/spack/repos/builtin/packages/xcfun/package.py
index 7369702279..2656f3204c 100644
--- a/var/spack/repos/builtin/packages/xcfun/package.py
+++ b/var/spack/repos/builtin/packages/xcfun/package.py
@@ -10,17 +10,21 @@ class Xcfun(CMakePackage):
"""Exchange-Correlation functionals with arbitrary order derivatives."""
homepage = "https://github.com/dftlibs/xcfun"
- url = "https://github.com/dftlibs/xcfun/archive/v2.0.0a4.tar.gz"
+ url = "https://github.com/dftlibs/xcfun/archive/v2.1.0.tar.gz"
maintainers = ['robertodr', 'bast']
- version('2.0.0a6',
- sha256='a51086490890393439f98c5e3e4e1622908fe934bbc5063b1d4363cc4c15496d')
- version('2.0.0a2',
- sha256='f29e80fdb5c8089fb0eeb7827659111005cb13eb42bf75fcb0c034f6bd067c31')
+ version('2.1.0',
+ sha256='64aac8c933cc129ce6326f3827e342abfd10b94ea4a302aaca9f10d342ad7656')
+ version('2.0.2',
+ sha256='b79a71861a9e1d0e33c1be89b34f6f052d430cd495a7df982c407ad0140c1dcd')
+ version('2.0.1',
+ sha256='719383c3fffdd5da5b005f56ffd97457b0b2fb48317e955263ef5384d53ddfca')
+ version('2.0.0',
+ sha256='34398e935c522d0b55e1803fd6116e7cd40677d1add8894ef08362361705cf25')
extends('python')
- depends_on('cmake@3.11:', type='build')
+ depends_on('cmake@3.14:', type='build')
depends_on('python@3:')
depends_on('py-pybind11')
depends_on('py-numpy')