Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
flavor-configure-option.patch | Add option --with-flavor=<flavor-name> to configure so that '_<flavor-name>' is appended to each built library, .e.g. libhdf5_<flavor-name>.so. This we can avoid library name collisions when installing both serial and $mpi flavors of the libraries: * serial is built with no flavor name * $mpi parallel versions use --with-flavor=$mpi =================================================================== |
Gilles Filippini <pini@debian.org> | no | |||
path_max.diff | avoid the issue of PATH_MAX not being available on Hurd. Call realpath() the POSIX way, with NULL as second parameter so that the returned string is dynamically allocated. This way there is no more need for the strdup() call. =================================================================== |
Gilles Filippini <pini@debian.org> | no | debian upstream | ||
ullong_force.diff | force the ullong conversion anywhere.=================================================================== | Sylvestre Ledru <sylvestre.ledru@scilab-enterprises.com> | no | |||
reproducibility.patch | =================================================================== | no | ||||
no-rpath.patch | drop rpath flags from h5cc et al commands See: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1023446#22 =================================================================== |
no | ||||
java-test-TestH5Arw_array-overflow.patch | Fix array overflow DIM_X=8 DIM128_Y=128 The dataset has 8x128 values, which matches the array's firt two dimensions. Each value is a 128 bit float. Because 128 bits = 16 bytes, the third dimension of the array should be 16. =================================================================== |
no | ||||
java_use-system-jars.patch | =================================================================== | no | ||||
float128.patch | [PATCH] Re-add call to AC_CHECK_SIZEOF([__float128]). Fixes #4916. (#4924) | Orion Poplawski <orion@nwra.com> | no | 2024-10-04 | ||
cheat-fortranlib_test.patch | Temporary patch to cheat the fortranlib_test which fails badly on 32 bit architectures. This is upstream issue https://github.com/HDFGroup/hdf5/issues/4926. =================================================================== |
no | ||||
fortran_gmtime64.patch | =================================================================== | no |