Skip to content

Commit f08669c

Browse files
scivision14NGiestas
andcommitted
In the next release, fpm will support a hdf5 metapackage.
Co-authored-by: 14NGiestas <14NGiestas@users.noreply.github.com>
1 parent 31c2ccd commit f08669c

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

fpm.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,8 @@ auto-tests = false
88
auto-examples = false
99
external-modules = ["hdf5", "h5lt"]
1010

11-
# HDF5 >= 1.10.6
12-
# link = ["hdf5_hl_fortran", "hdf5_fortran", "hdf5_hl", "hdf5"]
13-
14-
# HDF5 < 1.10.6, and distros that rename the old way such as Ubuntu 22.04
15-
link = ["hdf5hl_fortran", "hdf5_fortran", "hdf5_hl", "hdf5"]
11+
[dependencies]
12+
hdf5 = "*"
1613

1714
[install]
1815
library = true

0 commit comments

Comments
 (0)