M. Zhou

Results 27 issues of M. Zhou

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=996702 Let me quote the message: ``` Dear Maintainer, the function fp16_ieee_from_fp32_value() fails to pass tests on i386 arch, resulting in missing packages https://buildd.debian.org/status/package.php?p=fp16 I think the problem here is...

Debian has upgraded it's fontforge python version to 3.X . So in the next update we will be able to get rid of python2. As discussed previously, this tool should...

The fonts used by us day to day are not specifically designed for printing images. In order to improve the result of character art, custom font is a doable solution,...

feature
symbols

Generally we cannot overlap several characters together, but those "combining characters" can. https://en.wikipedia.org/wiki/Combining_character https://www.compart.com/en/unicode/combining If chafa makes use of those special characters, more details will be added to the result....

feature
symbols
research
quality

### Description Fix build failure for s390x and hppa. Fixes https://github.com/oneapi-src/oneTBB/issues/776 - [x] - git commit message contains an appropriate signed-off-by string _(see [CONTRIBUTING.md](https://github.com/oneapi-src/oneTBB/blob/master/CONTRIBUTING.md#pull-requests) for details)_ ### Type of change...

https://buildd.debian.org/status/fetch.php?pkg=onetbb&arch=s390x&ver=2021.5.0-4&stamp=1644791435&raw=0 ``` FAILED: src/tbb/CMakeFiles/tbb.dir/itt_notify.cpp.o /usr/bin/c++ -D__TBB_BUILD -D__TBB_USE_ITT_NOTIFY -I//src/tbb/../../include -g -O2 -ffile-prefix-map=/=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -flifetime-dse=1 -Wall -Wextra -Werror -Wfatal-errors -flto -pthread -std=c++11 -MD -MT src/tbb/CMakeFiles/tbb.dir/itt_notify.cpp.o...

bug

When compiling with gcc on ia64 architecture, the `__TBB_machine_fetchadd4` will be left undefined. https://github.com/oneapi-src/oneTBB/blob/master/src/tbb/tools_api/ittnotify_config.h#L327-L331 Why not replace the `TODO` comment with the fallback implementation? ``` #define __TBB_machine_fetchadd4(addr, val) __sync_fetch_and_add(addr, val)...

bug

http://debomatic-amd64.debian.net/distribution#experimental/sleef/3.3-1/buildlog ``` /usr/bin/ctest --force-new-ctest-process -j8 Test project //obj-x86_64-linux-gnu Start 1: gnuabi_compatibility_SSE2 Start 2: gnuabi_compatibility_AVX Start 3: gnuabi_compatibility_AVX2 Start 4: gnuabi_compatibility_AVX512F Start 5: gnuabi_compatibility_AVX512F_masked Start 6: naivetestdp_1 Start 7: naivetestdp_2 Start...

dft

BLIS provides compat code for the BLAS/CBLAS API, which means we can use BLIS as an binary-compatible alternative to the reference BLAS/CBLAS. However, symlinking `libblis.so.*` into `libblas.so.*` and `libcblas.so.*` is...

enhancement

``` Compiling src/lapack/util/app/qutinc/front/flamec/FLASH_Apply_Q_UT_inc.c Compiling src/lapack/util/app/qutinc/front/flamec/FLASH_Apply_Q_UT_inc_create_workspace.c Compiling src/lapack/util/app/qutinc/front/flamec/FLA_Apply_Q_UT_inc_internal.c Compiling src/lapack/util/app/qutinc/front/flamec/FLA_Apply_Q_UT_inc_lhfc.c Compiling src/lapack/util/app/qutinc/lnfc/flamec/FLA_Apply_Q_UT_inc_lnfc_blk_var1.c Compiling src/lapack/util/app/qutinc/lhfc/flamec/FLA_Apply_Q_UT_inc_lhfc_blk_var1.c Compiling src/lapack/util/app/qutinc/front/flamec/FLA_Apply_Q_UT_inc_lnfc.c Archiving lib/x86_64-unknown-linux-gnu/libflame.a make: execvp: /usr/bin/env: Argument list too long make: *** [Makefile:542: lib/x86_64-unknown-linux-gnu/libflame.a] Error 127...