Package: mia / 2.4.3-5

Metadata

Package Version Patches format
mia 2.4.3-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
path_max.patch | (download)

mia/core/test_core.cc | 5 5 + 0 - 0 !
1 file changed, 5 insertions(+)

 define path_max if the system headers don't
mia_243_scoped_lock_no_copy.patch | (download)

mia/core/parallelcxx11.hh | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 remove copy-operations from scoped lock
 This makes sure that no double-unlocking can happen
mia_243_check_help_xml_success.patch | (download)

mia/core/cmdlineparser.cc | 6 5 + 1 - 0 !
1 file changed, 5 insertions(+), 1 deletion(-)

 throw exception if writing help-xml fails
correct_depenency_handling.patch | (download)

cmake/macros.cmake | 64 0 + 64 - 0 !
doc/MiaDoctools.cmake | 14 9 + 5 - 0 !
2 files changed, 9 insertions(+), 69 deletions(-)

 correct the dependencies to alliviate a parallel build failure
 If more threads are available then targets to be build the old
 dependency chain might invoke building of the man page and the
 nipype interface at the same time wich may result in running two
 instances of building the helper xml files first and as a result a race
 condition occurs that sometimes lets the build fail because the
 xml helper file is empty. 
hdf5_correct_hid.patch | (download)

addons/hdf5/hdf5mia.cc | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 correct possible truncat of hid_t that may now be 64 bit