forked from pool/ugrep
Accepting request 818786 from home:bmwiedemann:branches:utilities
Disable avx - Add reproducible.patch to drop march=native to make package build reproducible (boo#1100677) if avx is wanted for performance, it could use _multibuild but it would also need another patch for reproducibility OBS-URL: https://build.opensuse.org/request/show/818786 OBS-URL: https://build.opensuse.org/package/show/utilities/ugrep?expand=0&rev=6
This commit is contained in:
@@ -24,6 +24,7 @@ License: BSD-3-Clause
|
||||
Group: Productivity/File utilities
|
||||
URL: https://github.com/Genivia/ugrep
|
||||
Source: https://github.com/Genivia/ugrep/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
Patch0: reproducible.patch
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(bzip2)
|
||||
@@ -38,9 +39,11 @@ fuzzy search.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--disable-avx \
|
||||
--enable-color
|
||||
%make_build
|
||||
|
||||
|
Reference in New Issue
Block a user