Mathieu Malaterre

Results 170 comments of Mathieu Malaterre

> We kind of intentionally didn't include all options in the manpages I figured something like this. /debian hat on/Debian will enter freeze next year, so I wanted to have...

Here is the status as of git 20220120 (commit 0647da4) * https://buildd.debian.org/status/fetch.php?pkg=jpeg-xl&arch=s390x&ver=0.7.0%7Egit20220120.0647da4%2Bds-4&stamp=1643635642&raw=0

For reference, I also see https://github.com/libjxl/libjxl/issues/518

@eustas I see milestone "1.0" is this accurate ? or are you planning on fixing test suite on big-endian arch also for 0.7 release ? Eg: * https://buildd.debian.org/status/fetch.php?pkg=jpeg-xl&arch=ppc64&ver=0.7.0%7Egit20220805.980c90f-3&stamp=1661438440&raw=0

In case this issue is ever considered. I'd like to also suggest the following approach as was done in related highway project: * https://github.com/google/highway/issues/486 So the patch would be more...

One last comment, the following would also need to be addressed for consistency. Something like: ``` Index: libjxl/lib/CMakeLists.txt =================================================================== --- libjxl.orig/lib/CMakeLists.txt +++ libjxl/lib/CMakeLists.txt @@ -39,7 +39,7 @@ set(JPEGXL_INTERNAL_FLAGS # WARN_FLAGS...

I've briefly browse through the report, the first thing that pops up is the direct reference to NM module. I must admit I never realized negative value for Spacing Between...

@mrc-sys > If it´s possible to avoid the crash in a better way, I would prefer the better solution. But for now I have not found this better solution and...

@Leengit the smartpointer implementation in GDCM reproduce the behavior of ITK smartpointer. So I suspect the issue is also in the GDCM codebase. I believe this can be fixed at...

``` $ cat ilmbase.patch From: Helmut Grohne Subject: compile build tools with the build architecture compiler Index: ilmbase-2.2.0/configure.ac =================================================================== --- ilmbase-2.2.0.orig/configure.ac +++ ilmbase-2.2.0/configure.ac @@ -28,6 +28,7 @@ AC_PROG_LN_S AC_PROG_LIBTOOL AC_PROG_MAKE_SET...