Skip to content

Commit 508c741

Browse files
committed
cleanup
1 parent 9b2cfd9 commit 508c741

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pages/spec/metapackages.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,8 @@ dependencies.hdf5 = "*"
113113
HDF5 is supported for Fortran, C and C++ languages. The `pkg-config` backend is employed by `fpm` to find a valid local HDF5 installation, so, please insure that `pkg-config` is also available when using this metapackage.
114114

115115
Both the default and the high-level (`HL`) interfaces are linked against if available.
116-
On Ubuntu, special steps are taken on Ubuntu to ensure `HL` are added. On Ubuntu with oneAPI compilers, CMake HDF5 installations are supported (`apt` versions only support `gfortran`).
116+
- On Ubuntu, special steps are taken to ensure `HL` are added.
117+
- On Ubuntu with oneAPI compilers, `CMake` HDF5 installations are supported (`apt` versions only support `gfortran`).
117118

118119
:::{note}
119120
Codes using HDF5 built with `oneAPI` compilers should not have the `-standard-semantics` flag: it changes module name mangling from `_mp_` to `_MP_` which makes HDF5 modules unavailable.

0 commit comments

Comments
 (0)