-
Notifications
You must be signed in to change notification settings - Fork 1
/
fpm.toml
70 lines (56 loc) · 1.22 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
63
64
65
66
67
68
69
70
name = "fordiff"
version = "0.1.1"
author = "Seyed Ali Ghasemi"
maintainer = "info@gha3mi.com"
copyright = "Copyright (c) 2023, Seyed Ali Ghasemi"
license = "BSD-3"
[build]
auto-executables = false
auto-tests = false
auto-examples = false
module-naming = false
[install]
library = true
[fortran]
implicit-typing = false
implicit-external = false
source-form = "free"
[dependencies]
kinds = {git="https://github.com/gha3mi/kinds.git"}
forunittest = {git="https://github.com/gha3mi/forunittest.git"}
[[test]]
name = "test1"
source-dir = "test"
main = "test1.f90"
[[test]]
name = "test2"
source-dir = "test"
main = "test2.f90"
[[test]]
name = "test3"
source-dir = "test"
main = "test3.f90"
[[test]]
name = "test4"
source-dir = "test"
main = "test4.f90"
[[test]]
name = "test5"
source-dir = "test"
main = "test5.f90"
[[test]]
name = "test6"
source-dir = "test"
main = "test6.f90"
[[example]]
name = "demo1"
source-dir = "example"
main = "demo1.f90"
[[example]]
name = "demo2"
source-dir = "example"
main = "demo2.f90"
[[example]]
name = "demo3"
source-dir = "example"
main = "demo3.f90"