Package: libminc / 2.4.06-3

Metadata

Package Version Patches format
libminc 2.4.06-3 3.0 (quilt)

Patch series

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

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

 build using system findpackage.cmake files

Last-Changed: Mon Aug 24 22:36:21 CDT 2015
Forwarded-Upstream: No

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.

0002 initialize_arrays_in_tests.patch | (download)

testdir/multidim_test.c | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 initialize arrays in tests

in C it can not be assumed that the arrays are initialaized to a sane
value when they are declared on the stack, hence initialiaze the 
dimension to zero (this also makes the compiler fill the whole struct
with zeros.

0003 disable dimension test.patch | (download)

testdir/CMakeLists.txt | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 disable the minc2 dimension tests, fails on bigendian

Bug: https://github.com/BIC-MNI/libminc/issues/100

This is a temporary measure to get reverese dependencies like ITK
forward. ITK needs this new version and doesn't run on bigendian 
anyway.

0004 Fix setting of LIBMINC_USE_FILE_CONFIG to be correct.patch | (download)

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

 fix setting of libminc_use_file_config to be correct for debian.


0005 Disable setting RPATH.patch | (download)

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

 disable setting rpath.


0006 fixes gcc 15.patch | (download)

libcommon/ParseArgv.c | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fixes-gcc-15

Add argument types to function declarators, required for C23.