forked from pool/gnubg
Accepting request 626043 from games
OBS-URL: https://build.opensuse.org/request/show/626043 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnubg?expand=0&rev=11
This commit is contained in:
commit
a50d37c1cb
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 24 09:19:57 UTC 2018 - bwiedemann@suse.com
|
||||
|
||||
- Disable CPU detection during compile time and assume SSE2 is available everywhere, but AVX is not (boo#1100677)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 18 10:40:48 UTC 2016 - dimstar@opensuse.org
|
||||
|
||||
|
@ -113,7 +113,11 @@ fi
|
||||
%build
|
||||
autoreconf -fi
|
||||
export SUSE_ASNEEDED=1
|
||||
%configure --docdir=%{_docdir}/%{name}
|
||||
simd=no
|
||||
%ifarch %ix86 x86_64
|
||||
simd=sse2
|
||||
%endif
|
||||
%configure --docdir=%{_docdir}/%{name} --enable-simd=$simd
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
|
Loading…
Reference in New Issue
Block a user