Source: yorick-ynfft Severity: normal Tags: patch X-Debbugs-Cc: wuruil...@loongson.cn User: debian-loonga...@lists.debian.org Usertags: loong64
Dear Maintainer, yorick-ynfft compiled incorrectly on loongarch, attachment patch solved the problem. Please merge the attached patch into the repository. wuruilong -- System Information: Debian Release: trixie/sid APT prefers unreleased APT policy: (500, 'unreleased'), (500, 'unstable') Architecture: loong64 (loongarch64) Kernel: Linux 5.10.0-60.96.0.126.oe2203.loongarch64 (SMP w/32 CPU threads) Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash Init: unable to detect
--- yorick-ynfft-1.0.3/debian/rules 2016-02-15 09:22:37.000000000 +0000 +++ yorick-ynfft/debian/rules 2024-06-26 11:24:23.786443041 +0000 @@ -21,7 +21,7 @@ override_dh_auto_test: # tests take too long on the mips buildd -ifeq (,$(filter $(DEB_HOST_ARCH), mips)) +ifeq (,$(filter $(DEB_HOST_ARCH), loong64 mips)) $(MAKE) tests endif