dftd4: add v3.2.0, v3.1.0 and v3.0.0 (#25145)

This commit is contained in:
Sebastian Ehlert 2021-07-30 16:56:40 +02:00 committed by GitHub
parent d02d683126
commit 771e73dfa4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,11 +10,13 @@ class Dftd4(MesonPackage):
"""Generally Applicable Atomic-Charge Dependent London Dispersion Correction""" """Generally Applicable Atomic-Charge Dependent London Dispersion Correction"""
homepage = "https://www.chemie.uni-bonn.de/pctc/mulliken-center/software/dftd4" homepage = "https://www.chemie.uni-bonn.de/pctc/mulliken-center/software/dftd4"
url = "https://github.com/dftd4/dftd4/releases/download/v3.2.0/dftd4-3.2.0-source.tar.xz"
git = "https://github.com/dftd4/dftd4.git" git = "https://github.com/dftd4/dftd4.git"
version("main", branch="main") version("main", branch="main")
version("3.1.0", tag="v3.1.0") version("3.2.0", "cef505e091469aa9b8f008ee1756545bb87b02760bb2c7ca54854e20ba8c590a")
version("3.0.0", tag="v3.0.0") version("3.1.0", "b652aa7cbf8d087c91bcf80f2d5801459ecf89c5d4176ebb39e963ee740ed54b")
version("3.0.0", "a7539d68d48d851bf37b79e37ea907c9da5eee908d0aa58a0a7dc15f04f8bc35")
variant("openmp", default=True, description="Use OpenMP parallelisation") variant("openmp", default=True, description="Use OpenMP parallelisation")
variant("python", default=False, description="Build Python extension module") variant("python", default=False, description="Build Python extension module")