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
This commit is contained in:
2018-07-14 10:44:46 +00:00
committed by Git OBS Bridge
parent 06758816f3
commit 55f9a526fe
3 changed files with 21 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ Url: https://linbox-team.github.io/fflas-ffpack/
#Git-Clone: https://github.com/linbox-team/fflas-ffpack
Source: https://github.com/linbox-team/%name/archive/v%version.tar.gz
Patch0: reproducible.patch
BuildRequires: doxygen
BuildRequires: fdupes
BuildRequires: gcc-c++
@@ -79,6 +80,7 @@ the FFLAS-FFPACK API.
%prep
%setup -q
%patch0 -p1
#Do not compile in DATE and TIME
sed '/HTML_TIMESTAMP/s/YES/NO/' -i doc/Doxyfile