File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed
Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,19 @@ edition.workspace = true
1515
1616[features ]
1717default = []
18- mpio = [" dep:mpi-sys" , " hdf5-sys/mpio" ]
19- lzf = [" dep:lzf-sys" , " dep:errno" ]
20- blosc = [" dep:blosc-sys" ]
18+ # Compile and statically link bundled HDF5 library.
2119static = [" hdf5-sys/static" ]
20+ # Enable zlib compression filter.
2221zlib = [" hdf5-sys/zlib" ]
22+ # Enable LZF compression filter.
23+ lzf = [" dep:lzf-sys" , " dep:errno" ]
24+ # Enable blosc compression filters.
25+ blosc = [" dep:blosc-sys" ]
26+ # Enable MPI support.
27+ mpio = [" dep:mpi-sys" , " hdf5-sys/mpio" ]
28+ # Enable complex number type support.
2329complex = [" hdf5-types/complex" ]
30+ # Enable float16 type support.
2431f16 = [" hdf5-types/f16" ]
2532
2633# The features with version numbers such as 1.10.3, 1.12.0 are metafeatures
You can’t perform that action at this time.
0 commit comments