Package: libminc / 2.3.00-3.1

Metadata

Package Version Patches format
libminc 2.3.00-3.1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
build using system find dot cmake | (download)

CMakeLists.txt | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 build using system findpackage.cmake files

The sources contain an older copy of FindNETCDF.cmake.
We delete that in debian/rules to use the system-supplied
version, but also require this patch so that the newer
variable HDF5_C_LIBRARIES is used.



fix uselibminc cmake | (download)

CMakeLists.txt | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
use system nifti | (download)

CMakeLists.txt | 10 2 + 8 - 0 !
1 file changed, 2 insertions(+), 8 deletions(-)

---
fix endian issues label data.patch | (download)

libsrc2/m2util.c | 83 65 + 18 - 0 !
libsrc2/volume.c | 4 1 + 3 - 0 !
2 files changed, 66 insertions(+), 21 deletions(-)

 [patch] fix endian issues with label data.


Use system FindHDF5 CMake module.patch | (download)

CMakeLists.txt | 5 3 + 2 - 0 !
cmake-modules/FindHDF5.cmake | 81 0 + 81 - 0 !
2 files changed, 3 insertions(+), 83 deletions(-)

 use system findhdf5 cmake module.


hdf5 1.10 support.patch | (download)

libsrc/hdf_convenience.c | 133 79 + 54 - 0 !
libsrc/hdf_convenience.h | 1 1 + 0 - 0 !
libsrc/minc.h | 8 7 + 1 - 0 !
libsrc/minc_compat.c | 9 2 + 7 - 0 !
4 files changed, 89 insertions(+), 62 deletions(-)

 don't assume hid_t === int since this is no longer true
 in HDF5 1.10.
 This is a backport of upstream commits d99dd01 and 92ba4fa related
 to issue #74 [1].
 .
 [1] https://github.com/BIC-MNI/libminc/issues/74