From 1160152cdfd907cb99b0564b4ea0ec2e270458aa632f0cf256631eadb1aa5578 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Sun, 21 Jan 2018 14:48:24 +0000 Subject: [PATCH] Accepting request 567770 from devel:languages:python OBS-URL: https://build.opensuse.org/request/show/567770 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numpy?expand=0&rev=63 --- python-numpy.changes | 5 +++++ python-numpy.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-numpy.changes b/python-numpy.changes index 0dadf48..ef2d308 100644 --- a/python-numpy.changes +++ b/python-numpy.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jan 19 16:17:22 CET 2018 - ro@suse.de + +- add s390 to the ifarch conditional to build without openblas + ------------------------------------------------------------------- Wed Jan 10 09:04:47 UTC 2018 - adrian@suse.de diff --git a/python-numpy.spec b/python-numpy.spec index 4bbf976..de292ff 100644 --- a/python-numpy.spec +++ b/python-numpy.spec @@ -32,7 +32,7 @@ ExclusiveArch: do_not_build %if "%flavor" == "standard" %bcond_with hpc - %ifarch armv6l s390x + %ifarch armv6l s390 s390x %bcond_with openblas %else %bcond_without openblas