You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update internal HDF5 dependency to 1.14.6
This appears to be the first version to build on MSYS2/UCRT64; recent
previous versions fail due to undefined vasprintf(3). The undefined
FLT16_MAX issue can be worked around by invoking cmake with
-DCMAKE_C_FLAGS=-DFLT16_MAX=__FLT16_MAX__ (this may be an HDF5 issue:
gcc does define __FLT16_MAX__ and the _Float16 check passes at
configuration time; see comment in HDF5's config/ConfigureChecks.cmake).
Also, use pkg-config to find external HDF5 package, if necessary, and be
more explicit about the HDF5 version requirement (1.10 or later).
* Replace byacc dependency with bison
Because swig-fortran occasionally asks for it.
0 commit comments