From 7f46c11fda79f1c073c9b452f1e7a16a5135c0d9 Mon Sep 17 00:00:00 2001 From: Roberto Di Remigio Date: Sun, 11 Oct 2020 04:14:15 +0200 Subject: Update XCFun with stable releases (#18784) * Update XCFun with stable releases * Fix lint --- var/spack/repos/builtin/packages/xcfun/package.py | 16 ++++++++++------ 1 file 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') -- cgit v1.2.3-70-g09d2