Accepting request 760838 from home:bmwiedemann:branches:devel:languages:python:numeric
Add reproducible.patch to disable optimizing for build CPU to make package build reproducible OBS-URL: https://build.opensuse.org/request/show/760838 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-sherpa?expand=0&rev=3
This commit is contained in:
parent
afae7db087
commit
edbc2bdf07
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 4 20:12:21 UTC 2020 - Bernhard Wiedemann <bwiedemann@suse.com>
|
||||||
|
|
||||||
|
- Add reproducible.patch to disable optimizing for build CPU
|
||||||
|
to make package build reproducible
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 8 19:14:59 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
Tue Jan 8 19:14:59 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
||||||
|
|
||||||
|
@ -27,6 +27,7 @@ URL: https://github.com/sherpa/sherpa/
|
|||||||
Source: https://github.com/sherpa/sherpa/archive/%{version}.tar.gz#/sherpa-%{version}.tar.gz
|
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
|
# PATCH-FIX-UPSTREAM config_with_build.patch -- https://github.com/sherpa/sherpa/pull/714
|
||||||
Patch0: config_with_build.patch
|
Patch0: config_with_build.patch
|
||||||
|
Patch1: reproducible.patch
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
BuildRequires: %{python_module numpy-devel}
|
BuildRequires: %{python_module numpy-devel}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
|
26
reproducible.patch
Normal file
26
reproducible.patch
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
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")
|
Loading…
Reference in New Issue
Block a user