forked from dftd4/dftd4
-
Notifications
You must be signed in to change notification settings - Fork 0
/
fpm.toml
26 lines (22 loc) · 770 Bytes
/
fpm.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
name = "dftd4"
version = "3.7.0"
license = "LGPL-3.0-or-later"
maintainer = ["@awvwgk"]
author = ["Eike Caldeweyher", "Sebastian Ehlert", "Stefan Grimme"]
description = "Generally Applicable Atomic-Charge Dependent London Dispersion Correction"
keywords = ["quantum-chemistry", "dispersion-correction"]
copyright = "Copyright 2017-2021 E. Caldeweyher, S. Ehlert, S. Grimme"
[build]
link = ["lapack", "blas"]
auto-tests = false
[dependencies]
mctc-lib.git = "https://github.com/grimme-lab/mctc-lib.git"
mctc-lib.tag = "v0.3.2"
multicharge.git = "https://github.com/grimme-lab/multicharge.git"
multicharge.tag = "v0.3.0"
[dev-dependencies]
mstore.git = "https://github.com/grimme-lab/mstore.git"
mstore.tag = "v0.3.0"
[[test]]
name = "tester"
source-dir = "test/unit"