Update XCFun with stable releases (#18784)

* Update XCFun with stable releases

* Fix lint
This commit is contained in:
Roberto Di Remigio 2020-10-11 04:14:15 +02:00 committed by GitHub
parent 0ed8bbe765
commit 7f46c11fda
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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')