[packages/gf-complete: 2/2] - disable sse and avx on ix86
baggins
baggins at pld-linux.org
Tue Jan 7 22:41:49 CET 2025
commit 2ef3a3284df75d2f7d72d8db6db6ebc0a03048a6
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Tue Jan 7 23:38:40 2025 +0100
- disable sse and avx on ix86
gf-complete.spec | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/gf-complete.spec b/gf-complete.spec
index a2a61a4..f3d610c 100644
--- a/gf-complete.spec
+++ b/gf-complete.spec
@@ -68,6 +68,10 @@ Statyczna biblioteka %{name}.
%{__autoheader}
%{__automake}
%configure \
+%ifarch %{ix86}
+ --disable-sse \
+ --disabl-avx \
+%endif
%{!?with_static_libs:--disable-static}
%{__make}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gf-complete.git/commitdiff/2ef3a3284df75d2f7d72d8db6db6ebc0a03048a6
More information about the pld-cvs-commit
mailing list