forked from ipqa-research/yaeos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
fpm.toml
64 lines (50 loc) · 1.35 KB
/
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
name = "yaeos"
version = "0.3.0"
license = "MPL"
author = "Federico E. Benelli"
maintainer = "[email protected]"
copyright = "Copyright 2023, Federico E. Benelli"
[build]
link = ["lapack"]
auto-executables = true
auto-tests = true
auto-examples = false
module-naming = false
[install]
library = true
[fortran]
implicit-typing = false
implicit-external = true
source-form = "free"
[dependencies]
stdlib = "*"
forbear = {git="https://github.com/szaghi/forbear"}
json-fortran = {git="https://github.com/jacobwilliams/json-fortran"}
forsus = {git="https://github.com/ipqa-research/forsus"}
nlopt-f.git = "https://github.com/grimme-lab/nlopt-f"
[dev-dependencies]
test-drive = {git = "https://github.com/fortran-lang/test-drive"}
[[example]]
name = "benchmarks"
source-dir = "example/extra"
main = "demo.f90"
[[example]]
name = "basics"
source-dir = "example/tutorials"
main = "basics.f90"
[[example]]
name = "saturation_points"
source-dir = "example/tutorials"
main = "saturation_points.f90"
[[example]]
name = "phase_envelope"
source-dir = "example/tutorials"
main = "phase_envelope.f90"
[[example]]
name = "new_alpha_function"
source-dir = "example/tutorials"
main = "new_alpha_function.f90"
[[example]]
name = "huron_vidal"
source-dir = "example/tutorials"
main = "huron_vidal.f90"