-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathfpm.toml
More file actions
37 lines (30 loc) · 728 Bytes
/
Copy pathfpm.toml
File metadata and controls
37 lines (30 loc) · 728 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
name = "NumDiff"
version = "1.5.1"
author = "Jacob Williams"
maintainer = "Jacob Williams"
copyright = "Copyright (c) 2016-2022, Jacob Williams"
license = "BSD-3"
description = "Modern Fortran Numerical Differentiation Library"
homepage = "https://github.com/jacobwilliams/NumDiff"
[library]
source-dir = "src"
[install]
library = true
[build]
auto-executables = false
auto-examples = false
auto-tests = false
[dev-dependencies]
pyplot-fortran = { git="https://github.com/jacobwilliams/pyplot-fortran.git", tag = "3.2.1" }
[[test]]
name = "dsm_test"
source-dir = "tests"
main = "dsm_test.f90"
[[test]]
name = "test1"
source-dir = "tests"
main = "test1.f90"
[[test]]
name = "test2"
source-dir = "tests"
main = "test2.f90"