-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfpm.toml
75 lines (60 loc) · 1.15 KB
/
fpm.toml
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
name = "specfunc_fullerton"
version = "0.1.0"
license = "MIT"
author = "Arjen Markus"
maintainer = "[email protected]"
copyright = "2022 Arjen Markus"
[[library]]
source-dir="src"
[[test]]
name="test_airy"
source-dir="test/airy"
main="test_airy.f90"
[[test]]
name="test_bessel_i0"
source-dir="test/bessel_i0"
main="test_i0.f90"
[[test]]
name="test_bessel_i1"
source-dir="test/bessel_i1"
main="test_i1.f90"
[[test]]
name="test_bessel_k0"
source-dir="test/bessel_k0"
main="test_k0.f90"
[[test]]
name="test_bessel_k1"
source-dir="test/bessel_k1"
main="test_k1.f90"
[[test]]
name="test_bessel_knu"
source-dir="test/bessel_knu"
main="test_knu.f90"
[[test]]
name="test_beta"
source-dir="test/beta"
main="test_beta.f90"
[[test]]
name="test_complex"
source-dir="test/complex"
main="test_complex.f90"
[[test]]
name="test_ei"
source-dir="test/ei"
main="test_ei.f90"
[[test]]
name="test_gamma"
source-dir="test/gamma"
main="test_gamma.f90"
[[test]]
name="test_inv_ci"
source-dir="test/inv_ci"
main="test_inv_ci.f90"
[[test]]
name="test_misc_exp"
source-dir="test/misc_exp"
main="test_misc_exp.f90"
[[test]]
name="test_poch"
source-dir="test/poch"
main="test_poch.f90"