-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfpm.toml
More file actions
35 lines (31 loc) · 705 Bytes
/
fpm.toml
File metadata and controls
35 lines (31 loc) · 705 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
name = "foreig"
version = "VERSION"
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"
[preprocess]
[preprocess.cpp]
[dependencies]
kinds = {git="https://github.com/gha3mi/kinds.git"}
[[test]]
name = "test1"
source-dir = "test"
main = "test1.f90"
[[test]]
name = "benchmark"
source-dir = "test"
main = "benchmark.f90"
[test.dependencies]
fortime = {git="https://github.com/gha3mi/fortime.git"}