-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfpm.toml
More file actions
24 lines (24 loc) · 731 Bytes
/
fpm.toml
File metadata and controls
24 lines (24 loc) · 731 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
name = "FEM-F"
version = "0.1.0"
license = "MIT"
author = "yaungcn"
maintainer = "yaungcn@outlook.com"
copyright = "Copyright 2023, yaungcn"
[build]
auto-executables = true
auto-tests = true
auto-examples = true
module-naming = false
link = ["openblas"]
[install]
library = false
[fortran]
implicit-typing = false
implicit-external = true # default is false
source-form = "free"
[dependencies]
M_attr = { git = "https://github.com/urbanjost/M_attr.git" }
# M_CLI2 = { git = "https://github.com/urbanjost/M_CLI2.git" }
# toml-f = { git = "https://github.com/toml-f/toml-f.git" }
# test-drive = { git = "https://github.com/fortran-lang/test-drive.git" }
# fortran-lua53 = { git = "https://github.com/interkosmos/fortran-lua53.git" }