Hello community,

here is the log from the commit of package python-sherpa for openSUSE:Factory 
checked in at 2020-01-05 15:22:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sherpa (Old)
 and      /work/SRC/openSUSE:Factory/.python-sherpa.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-sherpa"

Sun Jan  5 15:22:09 2020 rev:2 rq:760916 version:4.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-sherpa/python-sherpa.changes      
2019-12-27 13:44:05.316263235 +0100
+++ /work/SRC/openSUSE:Factory/.python-sherpa.new.6675/python-sherpa.changes    
2020-01-05 15:22:09.317591020 +0100
@@ -1,0 +2,6 @@
+Sat Jan  4 20:12:21 UTC 2020 - Bernhard Wiedemann <bwiedem...@suse.com>
+
+- Add reproducible.patch to disable optimizing for build CPU
+  to make package build reproducible
+
+-------------------------------------------------------------------

New:
----
  reproducible.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-sherpa.spec ++++++
--- /var/tmp/diff_new_pack.56LFHr/_old  2020-01-05 15:22:10.369591548 +0100
+++ /var/tmp/diff_new_pack.56LFHr/_new  2020-01-05 15:22:10.373591550 +0100
@@ -27,6 +27,7 @@
 Source:         
https://github.com/sherpa/sherpa/archive/%{version}.tar.gz#/sherpa-%{version}.tar.gz
 # PATCH-FIX-UPSTREAM config_with_build.patch -- 
https://github.com/sherpa/sherpa/pull/714
 Patch0:         config_with_build.patch
+Patch1:         reproducible.patch
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module numpy-devel}
 BuildRequires:  %{python_module setuptools}

++++++ reproducible.patch ++++++
Index: sherpa-4.12.0/extern/fftw-3.3.8/configure
===================================================================
--- sherpa-4.12.0.orig/extern/fftw-3.3.8/configure
+++ sherpa-4.12.0/extern/fftw-3.3.8/configure
@@ -14506,7 +14506,7 @@ main ()
 }
 _ACEOF
 if ac_fn_c_try_compile "$LINENO"; then :
-  ax_cv_c_flags__mtune_native=yes
+  ax_cv_c_flags__mtune_native=no
 else
   ax_cv_c_flags__mtune_native=no
 fi
Index: sherpa-4.12.0/extern/fftw-3.3.8/m4/ax_cc_maxopt.m4
===================================================================
--- sherpa-4.12.0.orig/extern/fftw-3.3.8/m4/ax_cc_maxopt.m4
+++ sherpa-4.12.0/extern/fftw-3.3.8/m4/ax_cc_maxopt.m4
@@ -73,7 +73,7 @@ if test "$ac_test_CFLAGS" != "set"; then
      CFLAGS="-O3 -fomit-frame-pointer"
 
      # tune for the host by default
-     AX_CHECK_COMPILER_FLAGS(-mtune=native, CFLAGS="$CFLAGS -mtune=native")
+     #AX_CHECK_COMPILER_FLAGS(-mtune=native, CFLAGS="$CFLAGS -mtune=native")
 
      # -malign-double for x86 systems
      AX_CHECK_COMPILER_FLAGS(-malign-double, CFLAGS="$CFLAGS -malign-double")

Reply via email to