Accepting request 1138991 from home:Andreas_Schwab:Factory
- Do not require SIMD support when it does not exist OBS-URL: https://build.opensuse.org/request/show/1138991 OBS-URL: https://build.opensuse.org/package/show/graphics/libjpeg-turbo?expand=0&rev=151
This commit is contained in:
parent
3b2538be6e
commit
c702e10456
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 15 15:56:37 UTC 2024 - Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
- Do not require SIMD support when it does not exist
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 1 20:58:26 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Mon Jan 1 20:58:26 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -145,7 +145,8 @@ MYCFLAGS="$MYCFLAGS -O0 -g"
|
|||||||
%endif
|
%endif
|
||||||
%ifarch armv6l armv6hl
|
%ifarch armv6l armv6hl
|
||||||
-DWITH_SIMD=FALSE \
|
-DWITH_SIMD=FALSE \
|
||||||
%else
|
%endif
|
||||||
|
%ifarch x86_64 %{ix86} aarch64 ppc64le
|
||||||
-DREQUIRE_SIMD=TRUE \
|
-DREQUIRE_SIMD=TRUE \
|
||||||
%endif
|
%endif
|
||||||
-DCMAKE_SHARED_LINKER_FLAGS="$MYLDFLAGS" \
|
-DCMAKE_SHARED_LINKER_FLAGS="$MYLDFLAGS" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user