forked from pool/givaro
Jan Engelhardt
75d9f629a6
Add reproducible.patch to disable compile-time CPU detection (boo#1100677) OBS-URL: https://build.opensuse.org/request/show/622366 OBS-URL: https://build.opensuse.org/package/show/science/givaro?expand=0&rev=20
21 lines
783 B
Diff
21 lines
783 B
Diff
Author: Bernhard M. Wiedemann <bwiedemann suse de>
|
|
Date: 2018-07-13
|
|
|
|
disable compile-time CPU detection because of
|
|
https://bugzilla.opensuse.org/show_bug.cgi?id=1100677
|
|
|
|
Index: givaro-4.0.4/configure.ac
|
|
===================================================================
|
|
--- givaro-4.0.4.orig/configure.ac
|
|
+++ givaro-4.0.4/configure.ac
|
|
@@ -156,9 +156,6 @@ echo "----------------------------------
|
|
echo " START GIVARO CONFIG "
|
|
echo "-----------------------------------------------"
|
|
|
|
-# Checks which SIMD optimization flags to use and set SIMD_CFLAGS accordingly
|
|
-INSTR_SET
|
|
-AC_SUBST(SIMD_FLAGS)
|
|
|
|
# Veltkamp Split in modular-extended.inl requires to use the SSE floating point multiplier and not the fp87
|
|
# This is by default on x86_64 but not on i386.
|