Package: hdf5 / 1.14.6+repack-1~exp17

Metadata

Package Version Patches format
hdf5 1.14.6+repack-1~exp17 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
flavor cmake option.patch | (download)

CMakeInstallation.cmake | 4 2 + 2 - 0 !
CMakeLists.txt | 26 21 + 5 - 0 !
c++/src/CMakeLists.txt | 11 8 + 3 - 0 !
config/cmake/libh5cc.in | 2 1 + 1 - 0 !
config/libhdf5.fpc.in | 2 1 + 1 - 0 !
config/libhdf5.pc.in | 2 1 + 1 - 0 !
fortran/src/CMakeLists.txt | 6 3 + 3 - 0 !
hl/c++/src/CMakeLists.txt | 2 1 + 1 - 0 !
hl/fortran/src/CMakeLists.txt | 2 1 + 1 - 0 !
hl/src/CMakeLists.txt | 2 1 + 1 - 0 !
src/CMakeLists.txt | 6 3 + 3 - 0 !
src/libhdf5.settings.cmake.in | 1 1 + 0 - 0 !
12 files changed, 44 insertions(+), 22 deletions(-)

---
path_max.diff | (download)

src/H5Fint.c | 18 1 + 17 - 0 !
1 file changed, 1 insertion(+), 17 deletions(-)

 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.
ullong_force.diff | (download)

src/H5T.c | 2 0 + 2 - 0 !
src/H5Tconv_integer.c | 2 0 + 2 - 0 !
2 files changed, 4 deletions(-)

 force the ullong conversion anywhere.
reproducibility.patch | (download)

src/H5build_settings.cmake.c.in | 2 1 + 1 - 0 !
src/libhdf5.settings.cmake.in | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

---
java test TestH5Arw_array overflow.patch | (download)

java/test/TestH5Arw.java | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 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.
java_use system jars.patch | (download)

CMakeLists.txt | 6 3 + 3 - 0 !
java/test/CMakeLists.txt | 2 1 + 1 - 0 !
2 files changed, 4 insertions(+), 4 deletions(-)

---
cheat fortranlib_test.patch | (download)

fortran/test/tH5R.F90 | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 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.
fortran_gmtime64.patch | (download)

config/cmake/ConfigureChecks.cmake | 1 1 + 0 - 0 !
configure.ac | 1 1 + 0 - 0 !
fortran/src/H5_ff.F90 | 9 9 + 0 - 0 !
fortran/src/H5config_f.inc.cmake | 6 6 + 0 - 0 !
fortran/src/H5config_f.inc.in | 3 3 + 0 - 0 !
5 files changed, 20 insertions(+)

---
pkgconfig plugindir.patch | (download)

config/libhdf5.fpc.in | 2 2 + 0 - 0 !
config/libhdf5.pc.in | 2 2 + 0 - 0 !
2 files changed, 4 insertions(+)

---
tests timeout.patch | (download)

CTestConfig.cmake | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
helpers args.patch | (download)

config/cmake/libh5cc.in | 8 6 + 2 - 0 !
1 file changed, 6 insertions(+), 2 deletions(-)

---
pkgconfig requires.patch | (download)

src/CMakeLists.txt | 8 7 + 1 - 0 !
1 file changed, 7 insertions(+), 1 deletion(-)

---