Accepting request 174953 from KDE:Distro:Factory

- Disable SSE3 for all architectures (bnc#814333) (forwarded request 174949 from sumski)

OBS-URL: https://build.opensuse.org/request/show/174953
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/opencv?expand=0&rev=41
This commit is contained in:
Stephan Kulow 2013-05-16 16:12:20 +00:00 committed by Git OBS Bridge
parent 5d07339535
commit 257dc063ce
2 changed files with 16 additions and 0 deletions

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri May 10 09:59:31 UTC 2013 - hrvoje.senjan@gmail.com
- Disable SSE3 for all architectures (bnc#814333)
-------------------------------------------------------------------
Thu May 9 20:53:43 UTC 2013 - hrvoje.senjan@gmail.com
- Disable SSE(2) on non x86_64 architectures, causes crashing
kde#276923, bnc#789173
-------------------------------------------------------------------
Thu Apr 11 16:01:08 EEST 2013 - koprok@nand.bg

View File

@ -131,6 +131,11 @@ cmake -DCMAKE_BUILD_TYPE=Release \
-DWITH_OPENGL=ON \
-DWITH_UNICAP=ON \
-DWITH_XINE=ON \
%ifnarch x86_64
-DENABLE_SSE=0 \
-DENABLE_SSE2=0 \
%endif
-DENABLE_SSE3=0 \
..
make %{?_smp_mflags} VERBOSE=1