Package: ismrmrd / 1.4.2.1-6

Metadata

Package Version Patches format
ismrmrd 1.4.2.1-6 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
Disable HTML timestamps.patch | (download)

doc/Doxyfile.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 disable html timestamps.

Reason: makes build reproducible.

Use explicit 64 bit shifts in testsuite.patch | (download)

tests/test_channels.cpp | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 use explicit 64-bit shifts in testsuite.


Add support for multiarch.patch | (download)

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

 add support for multiarch.


remove travis build status.patch | (download)

README.md | 2 0 + 2 - 0 !
1 file changed, 2 deletions(-)

 remove travis build status causing privacy breaches. this is anyway a useless information for debian package documentation
Last-Changed: September 20, 2020

add_static_lib.patch | (download)

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

 add static library


167.patch | (download)

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

 [patch] fix pugixml variable name

This was making the testsuite fail because with new PugiXML the find_package can't be done twice anymore
See: https://github.com/zeux/pugixml/issues/393