Source: openturns
Severity: normal
Tags: patch
User: [email protected]
Usertags: loong64
X-Debbugs-Cc: [email protected]
Dear Maintainer,
openturns compiled incorrectly on loongarch architecture, the attached patch
solved the above problem and compiled successfully. Please refer to patch to
modify the code.
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
--- openturns-1.21.1/debian/rules 2024-04-18 21:10:50.000000000 +0000
+++ openturns/debian/rules 2024-05-13 02:52:40.370327122 +0000
@@ -29,6 +29,11 @@
test_discardflags := -E \\\"Dlib_.*\\\"
endif
+# On loong64, deactivating Dlib tests (seems to be a bug in Dlib)
+ifeq ($(shell dpkg --print-architecture),loong64)
+ test_discardflags := -E \\\"Dlib_.*\\\"
+endif
+
BUILD_DATE = $(shell date --utc --date="@$(SOURCE_DATE_EPOCH)" "+%a, %d %b %Y
%H:%M:%S %z")
%:
--
debian-science-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers