Package: hdf5 / 1.14.5+repack-4
Metadata
| Package | Version | Patches format | 
|---|---|---|
| hdf5 | 1.14.5+repack-4 | 3.0 (quilt) | 
Patch series
view the series file| Patch | File delta | Description | 
|---|---|---|
| flavor configure option.patch | (download) | 
              HDF5Examples/JAVA/H5D/JavaDatasetExample.sh.in |
                    2 	1 +	1 -	0 !  | 
          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  | 
        
| path_max.diff | (download) | 
              src/H5Fint.c |
                   18 	1 +	17 -	0 !  | 
          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 !  | 
          force the ullong conversion anywhere.  | 
        
| reproducibility.patch | (download) | 
              configure.ac |
                    6 	3 +	3 -	0 !  | 
          ---  | 
        
| no rpath.patch | (download) | 
              bin/h5cc.in |
                    2 	1 +	1 -	0 !  | 
          drop rpath flags from h5cc et al commands See: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1023446#22  | 
        
| java test TestH5Arw_array overflow.patch | (download) | 
              java/test/TestH5Arw.java |
                    2 	1 +	1 -	0 !  | 
          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) | 
              HDF5Examples/JAVA/H5D/JavaDatasetExample.sh.in |
                   24 	0 +	24 -	0 !  | 
          ---  | 
        
| float128.patch | (download) | 
              configure.ac |
                    1 	1 +	0 -	0 !  | 
          [patch] re-add call to ac_check_sizeof([__float128]). fixes #4916. (#4924)  | 
        
| cheat fortranlib_test.patch | (download) | 
              fortran/test/tH5R.F90 |
                    2 	1 +	1 -	0 !  | 
          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 !  | 
          ---  | 
        
