SHA256
1
0
forked from pool/fflas-ffpack
fflas-ffpack/reproducible.patch
Jan Engelhardt 55f9a526fe Accepting request 622370 from home:bmwiedemann:branches:science
Add reproducible.patch to disable compile-time CPU detection (boo#1100677)

without this patch, /usr/bin/fflas-ffpack-config differed between CPUs

OBS-URL: https://build.opensuse.org/request/show/622370
OBS-URL: https://build.opensuse.org/package/show/science/fflas-ffpack?expand=0&rev=31
2018-07-14 10:44:46 +00:00

15 lines
544 B
Diff

Index: fflas-ffpack-2.3.2/configure.ac
===================================================================
--- fflas-ffpack-2.3.2.orig/configure.ac
+++ fflas-ffpack-2.3.2/configure.ac
@@ -172,9 +172,6 @@ echo "----------------------------------
FF_CHECK_OMP
-# Checks which SIMD optimization flags to use and set SIMD_CFLAGS accordingly
-INSTR_SET
-AC_SUBST(SIMD_FLAGS)
dnl gcc-4.9.2 bug See https://trac.sagemath.org/ticket/17635#comment:178
AS_IF([ test "x$CCNAM" = "xgcc492" ],[REQUIRED_FLAGS="${REQUIRED_FLAGS} -fpermissive"],[])