-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
fpm.toml
55 lines (42 loc) · 882 Bytes
/
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
name = "nc4fortran"
description = "Lightweight object-oriented NetCDF4 interface"
categories = "io"
version = "1.7.1"
[build]
external-modules = ["netcdf"]
link = ["netcdf", "netcdff", "hdf5", "hdf5_hl", "hdf5_fortran", "hdf5hl_fortran"]
[install]
library = true
[[test]]
name = "minimal"
main = "test_minimal.f90"
[[test]]
name = "attributes"
main = "test_attributes.f90"
[[test]]
name = "deflate_write"
main = "test_deflate_write.f90"
[[test]]
name = "deflate_read"
main = "test_deflate_read.f90"
[[test]]
name = "deflate_props"
main = "test_deflate_props.f90"
[[test]]
name = "destructor"
main = "test_destructor.f90"
[[test]]
name = "exist"
main = "test_exist.f90"
[[test]]
name = "scalar"
main = "test_scalar.f90"
[[test]]
name = "shape"
main = "test_shape.f90"
[[test]]
name = "string"
main = "test_string.f90"
[[test]]
name = "version"
main = "test_version.f90"