[packages/highway] - workaround x32 gcc failure

qboosh qboosh at pld-linux.org
Fri Apr 5 20:37:13 CEST 2024


commit 16afce9410d9c07e56c7284c28e4f31ba93a5670
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Fri Apr 5 20:21:52 2024 +0200

    - workaround x32 gcc failure

 highway.spec | 5 +++++
 1 file changed, 5 insertions(+)
---
diff --git a/highway.spec b/highway.spec
index 7b8d6ad..1008972 100644
--- a/highway.spec
+++ b/highway.spec
@@ -88,6 +88,11 @@ Dokumentacja API biblioteki Highway.
 %setup -q
 %patch0 -p1
 
+%ifarch x32
+# gcc 13.2 fails with allocation error
+%{__sed} -i -e '/hwy\/tests\/arithmetic_test.cc/d' CMakeLists.txt
+%endif
+
 %build
 install -d build
 cd build
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/highway.git/commitdiff/16afce9410d9c07e56c7284c28e4f31ba93a5670



More information about the pld-cvs-commit mailing list