-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathfpm.toml
More file actions
43 lines (35 loc) · 809 Bytes
/
fpm.toml
File metadata and controls
43 lines (35 loc) · 809 Bytes
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
name = "forinv"
version = "VERSION"
author = "Seyed Ali Ghasemi"
maintainer = "info@gha3mi.com"
copyright = "Copyright 2023, Seyed Ali Ghasemi"
license = "LICENSE"
[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]
macros = ["PURE"]
[dependencies]
forsvd = {git="https://github.com/gha3mi/forsvd.git"}
fortime = {git="https://github.com/gha3mi/fortime.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"