We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31c2ccd commit f08669cCopy full SHA for f08669c
fpm.toml
@@ -8,11 +8,8 @@ auto-tests = false
8
auto-examples = false
9
external-modules = ["hdf5", "h5lt"]
10
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"]
+[dependencies]
+hdf5 = "*"
16
17
[install]
18
library = true
0 commit comments