Bug#1071019: openturns: please add support for loong64
wuruilong
wuruilong at loongson.cn
Wed Aug 14 07:19:17 BST 2024
Source: openturns
Version: 1.23-4
Followup-For: Bug #1071019
X-Debbugs-Cc: wuruilong at loongson.cn
Dear Maintainer,
Local verification of the openturns software after the patch is merged in does still compile incorrectly. After analyzing and creating a patch on the latest software, the error was solved. And also verified on another machine, if there is any problem please feel free to contact me.
wuruilong
-------------- next part --------------
--- openturns-1.23/debian/rules 2024-06-16 11:57:15.000000000 +0000
+++ openturns/debian/rules 2024-08-14 01:19:55.481181578 +0000
@@ -29,9 +29,9 @@
test_discardflags := -E \\\"Dlib_.*|OptimizationAlgorithm_std\\\"
endif
# On loong64, deactivating Dlib tests (seems to be a bug in Dlib)
ifeq ($(shell dpkg --print-architecture),loong64)
- test_discardflags := -E \\\"Dlib_.*\\\"
+ test_discardflags := -E \\\"Dlib_.*|OptimizationAlgorithm_std\\\"
endif
# On armel, deactivating EfficientGlobalOptimization test (can be quite sensitive)
More information about the debian-science-maintainers
mailing list