[packages/highway] - updated x32 workaround
qboosh
qboosh at pld-linux.org
Thu May 22 20:25:46 CEST 2025
commit e6f885f654aad1604d88c865eff00bc2ace9e348
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Thu May 22 20:13:15 2025 +0200
- updated x32 workaround
highway.spec | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/highway.spec b/highway.spec
index e54b202..e80075b 100644
--- a/highway.spec
+++ b/highway.spec
@@ -87,8 +87,9 @@ Dokumentacja API biblioteki Highway.
%setup -q
%ifarch x32
-# gcc 13.2 fails with allocation error
-%{__sed} -i -e '/hwy\/tests\/arithmetic_test.cc/d' CMakeLists.txt
+# gcc 14.2 fails with allocation error
+%{__sed} -i -e '/hwy\/contrib\/bit_pack\/bit_pack_test.cc/d' CMakeLists.txt
+%{__sed} -i -e '/hwy\/tests\/\(shift_test\).cc/d' CMakeLists.txt
%endif
%build
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/highway.git/commitdiff/e6f885f654aad1604d88c865eff00bc2ace9e348
More information about the pld-cvs-commit
mailing list