]> git.pld-linux.org Git - packages/highway.git/commitdiff
- workaround x32 gcc failure master auto/th/highway-1.1.0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 5 Apr 2024 18:21:52 +0000 (20:21 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 5 Apr 2024 18:21:52 +0000 (20:21 +0200)
highway.spec

index 7b8d6ad4b3660a284adf4857b1abe6848ed3e831..10089727c58d5f907e9cd4390219efece3ec58d9 100644 (file)
@@ -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
This page took 0.241576 seconds and 4 git commands to generate.