Debian Patches
Status for ismrmrd/1.14.3-3
| Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
|---|---|---|---|---|---|---|
| Disable-HTML-timestamps.patch | Disable HTML timestamps. | Ghislain Antony Vaillant <ghisvail@gmail.com> | no | 2015-11-18 | ||
| Add-support-for-multiarch.patch | Add support for multiarch. | Ghislain Antony Vaillant <ghisvail@gmail.com> | no | 2016-11-11 | ||
| remove-travis-build-status.patch | Remove travis build status causing privacy breaches. This is anyway a useless information for debian package documentation | Nilesh Patra <npatra974@gail.com> | no | |||
| add_static_lib.patch | Add static library | Andreas Tille <tille@debian.org> | no | 2020-10-18 | ||
| locale.patch | Make failing test passing by setting locale to C ( export LC_ALL=en_US.UTF-8 in d/rules does not solve the problem ) | Andreas Tille <tille@debian.org> | no | 2025-10-18 | ||
| struct-padding.patch | pad the ISMRMRD_WaveformHeader. This change makes sure that the ISMRMRD_Waveform has the same size and elements offsets, be it on 64-bit or 32-bit aligned platforms. This change fixes the following issue caught on i386, and possibly other 32-bit architectures: . In file included from /build/reproducible-path/ismrmrd-1.14.3/libsrc/waveform.cpp:7: /build/reproducible-path/ismrmrd-1.14.3/include/ismrmrd/waveform.h:51:46: error: static assertion failed: ISMRMRD_WaveformHeader is not 40 bytes 51 | static_assert(sizeof(ISMRMRD_WaveformHeader) == 40, "ISMRMRD_WaveformHeader is not 40 bytes"); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /build/reproducible-path/ismrmrd-1.14.3/include/ismrmrd/waveform.h:51:46: note: the comparison reduces to '(36 == 40)' /build/reproducible-path/ismrmrd-1.14.3/include/ismrmrd/waveform.h:53:55: error: static assertion failed: ISMRMRD WaveformHeader flags offset is not correct 53 | static_assert(offsetof(ISMRMRD_WaveformHeader, flags) == 8, "ISMRMRD WaveformHeader flags offset is not correct"); | ^ /build/reproducible-path/ismrmrd-1.14.3/include/ismrmrd/waveform.h:53:55: note: the comparison reduces to '(4 == 8)' |
Étienne Mollier <emollier@debian.org> | yes | debian | 2025-11-28 |
