-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfpm.toml
More file actions
86 lines (68 loc) · 1.83 KB
/
fpm.toml
File metadata and controls
86 lines (68 loc) · 1.83 KB
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
name = "fortime"
version = "0.6.1"
license = "BSD 3-Clause License"
author = "Seyed Ali Ghasemi"
maintainer = "info@gha3mi.com"
copyright = "Copyright 2023-2025, Seyed Ali Ghasemi"
[dependencies]
FACE = {git="https://github.com/szaghi/FACE.git"}
[dev-dependencies]
forunittest = {git="https://github.com/gha3mi/forunittest"}
[build]
auto-executables = false
auto-tests = true
auto-examples = false
module-naming = false
[install]
library = true
[fortran]
implicit-typing = false
implicit-external = false
source-form = "free"
[preprocess]
[preprocess.cpp]
[[example]]
name = "example1"
source-dir = "example"
main = "example1.f90"
[[example]]
name = "example2"
source-dir = "example"
main = "example2.f90"
[[example]]
name = "example3"
source-dir = "example"
main = "example3.f90"
[[example]]
name = "example4"
source-dir = "example"
main = "example4.f90"
[[example]]
name = "example5"
source-dir = "example"
main = "example5.f90"
[[example]]
name = "example6"
source-dir = "example"
main = "example6.f90"
[extra.ford]
project = "ForTime"
version = "0.6.1"
year = "2023-2025"
project_github = "https://github.com/gha3mi/fortime"
author = "Seyed Ali Ghasemi"
email = "info@gha3mi.com"
github = "https://github.com/gha3mi"
license = "BSD 3-Clause"
src_dir = ["src", "example", "test"]
output_dir = "doc"
source = true
incl_src = true
graph = true
coloured_edges = true
search = true
print_creation_date = true
sort = "permission-alpha"
display = ["public", "private", "protected"]
[extra.fortitude.check]
ignore = ["S001", "S061", "C003", "C121"]