On Mon, 24 Oct 2016 14:49:29 +0200 Dominik 'Rathann' Mierzejewski <dominik@xxxxxxxxxxxxxx> wrote: > On Monday, 24 October 2016 at 14:45, Dan Horák wrote: > > On Mon, 24 Oct 2016 14:30:42 +0200 > > Dominik 'Rathann' Mierzejewski <dominik@xxxxxxxxxxxxxx> wrote: > > > > > On Monday, 24 October 2016 at 11:46, Dan Horák wrote: > > > > On Mon, 3 Oct 2016 17:57:47 +0200 > > > > Dan Horák <dan@xxxxxxxx> wrote: > > > > > > > > > On Mon, 3 Oct 2016 17:25:39 +0200 > > > > > Dominik 'Rathann' Mierzejewski <dominik@xxxxxxxxxxxxxx> wrote: > > > > > > > > > > > On Monday, 03 October 2016 at 10:43, Dan Horák wrote: > > > [...] > > > > > > > Could we disable the test-suite for alternative arches > > > > > > > until there is proper upstream fix? Quite a number of > > > > > > > packages/builds are blocked on python-matplotlib > > > > > > > currently. > > > > > > > > > > > > Which arches are we talking about? s390x, ppc64(le)? > > > > > > Anything else? > > > > > > > > > > plus aarch64, question can be whether to make the list > > > > > "positive" %ifnarch arm, x86 then skip test results > > > > > or "negative" with %ifarch aarch64 ppc64 s390 ... > > > > > > > > how about using > > > > > > > > diff --git a/python-matplotlib.spec b/python-matplotlib.spec > > > > index 14d096b..bf30b5b 100644 > > > > --- a/python-matplotlib.spec > > > > +++ b/python-matplotlib.spec > > > > @@ -5,7 +5,11 @@ > > > > %endif > > > > %global __provides_exclude_from .*/site-packages/.*\\.so$ > > > > %global with_html 0 > > > > +%ifarch %{power64} s390x > > > > +%global run_tests 0 > > > > +%else > > > > %global run_tests 1 > > > > +%endif > > > > > > > > # On RHEL 7 onwards, don't build with wx: > > > > %if 0%{?rhel} >= 7 > > > > > > > > until there is a better solution? Currently the missing > > > > python-matplotlib blocks a number of other packages and we need > > > > something before ppc koji will merge with primary. > > > > > > That's fine, feel free to make this change yourself. > > > > ok, new build will land in koji in a moment > > Thank you. done with python-matplotlib-2.0.0-0.3.b4.fc26 > > any objection if I would apply it to the f25 branch too? > > No objection. > > > I suppose it should stay on matplotlib 1.5.x > > I was hoping to backport 2.0.0 to F25 as well, but I didn't have time > to do it before Alpha or even Beta Freeze. Also, considering upstream > has not released 2.0.0 yet, I guess I'll stick with 1.5.x on F25. I've tried with python-matplotlib-1.5.2-0.3.rc2.fc25 [1] but it now fails in the test-suite on x86_64 - http://koji.fedoraproject.org/koji/taskinfo?taskID=16187221 Maybe we need to disable the test-suite globally ... Dan [1] http://pkgs.fedoraproject.org/cgit/rpms/python-matplotlib.git/commit/?h=f25&id=6afee769845272a53d23a5b01cb73bc1d06bfa80 _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx