-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathfpm.toml
More file actions
138 lines (112 loc) · 2.9 KB
/
fpm.toml
File metadata and controls
138 lines (112 loc) · 2.9 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
name = "forsolver"
description = "A Fortran library for linear and nonlinear solvers"
version = "VERSION"
author = "Seyed Ali Ghasemi"
maintainer = "info@gha3mi.com"
homepage = "https://github.com/gha3mi/forsolver"
copyright = "Copyright (c) 2023-2025, 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"
[preprocess]
[preprocess.cpp]
[dependencies]
fordiff = {git="https://github.com/gha3mi/fordiff.git"}
forunittest = {git="https://github.com/gha3mi/forunittest.git"}
[[test]]
name = "test_solver1"
source-dir = "test"
main = "test_solver1.f90"
[[test]]
name = "test_solver2"
source-dir = "test"
main = "test_solver2.f90"
[[test]]
name = "test_solver3"
source-dir = "test"
main = "test_solver3.f90"
[[test]]
name = "test_solver4"
source-dir = "test"
main = "test_solver4.f90"
[[test]]
name = "test_solver5"
source-dir = "test"
main = "test_solver5.f90"
[[test]]
name = "test_solver6"
source-dir = "test"
main = "test_solver6.f90"
[[test]]
name = "test_solver7"
source-dir = "test"
main = "test_solver7.f90"
[[test]]
name = "test_solver8"
source-dir = "test"
main = "test_solver8.f90"
[[test]]
name = "test_solver9"
source-dir = "test"
main = "test_solver9.f90"
[[test]]
name = "test_solver10"
source-dir = "test"
main = "test_solver10.f90"
[[test]]
name = "test_solver11"
source-dir = "test"
main = "test_solver11.f90"
[[test]]
name = "test_solver12"
source-dir = "test"
main = "test_solver12.f90"
[[test]]
name = "test_solver13"
source-dir = "test"
main = "test_solver13.f90"
[[test]]
name = "test_solver14"
source-dir = "test"
main = "test_solver14.f90"
[[test]]
name = "test_solver15"
source-dir = "test"
main = "test_solver15.f90"
[[test]]
name = "test_solver16"
source-dir = "test"
main = "test_solver16.f90"
[[test]]
name = "test_solver17"
source-dir = "test"
main = "test_solver17.f90"
[extra.ford]
project = "ForSolver"
year = "2023-2025"
project_github = "https://github.com/gha3mi/forsolver"
author = "Seyed Ali Ghasemi"
email = "info@gha3mi.com"
github = "https://github.com/gha3mi"
license = "BSD 3-Clause"
src_dir = ["src", "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", "C071", "C131", "C003"]