Accepting request 515828 from home:oertel:branches:GNOME:Factory
- on i586, disable sse2 for the moment, otherwise the package fails in the testsuite on the "box" test OBS-URL: https://build.opensuse.org/request/show/515828 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/graphene?expand=0&rev=10
This commit is contained in:
parent
876706ab64
commit
04f83e5a73
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 10 01:57:07 CEST 2017 - ro@suse.de
|
||||||
|
|
||||||
|
- on i586, disable sse2 for the moment, otherwise the package
|
||||||
|
fails in the testsuite on the "box" test
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Mar 4 08:47:33 UTC 2017 - zaitor@opensuse.org
|
Sat Mar 4 08:47:33 UTC 2017 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
@ -81,12 +81,14 @@ This subpackage contains the development files for the Graphene library.
|
|||||||
# meson errors out without a utf8 LANG set
|
# meson errors out without a utf8 LANG set
|
||||||
# https://github.com/mesonbuild/meson/issues/1085
|
# https://github.com/mesonbuild/meson/issues/1085
|
||||||
export LANG=C.UTF-8
|
export LANG=C.UTF-8
|
||||||
|
M_OPTIONS=""
|
||||||
%ifarch i586
|
%ifarch i586
|
||||||
# on i586, the compiler drops 'libm' and then g-ir-scanner fails to resolve it
|
# on i586, the compiler drops 'libm' and then g-ir-scanner fails to resolve it
|
||||||
# See gh#ebassie/graphene#82
|
# See gh#ebassie/graphene#82
|
||||||
export SUSE_ASNEEDED=0
|
export SUSE_ASNEEDED=0
|
||||||
|
M_OPTIONS="-Denable-sse2=false"
|
||||||
%endif
|
%endif
|
||||||
%meson
|
%meson $M_OPTIONS
|
||||||
%meson_build
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user