From a000dc5839e933cc557c421931331055c73403c66f295e0e26d0ca72d526e01e Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 24 Nov 2016 20:19:33 +0000 Subject: [PATCH] Accepting request 441447 from devel:languages:python 1 OBS-URL: https://build.opensuse.org/request/show/441447 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numpy?expand=0&rev=51 --- 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 78b3df8..1cc56fe 100644 --- a/python-numpy.changes +++ b/python-numpy.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Nov 22 15:56:51 UTC 2016 - toddrme2178@gmail.com + +- Fix cblas handling for SLES 12. + ------------------------------------------------------------------- Mon Sep 12 10:50:33 UTC 2016 - dmueller@suse.com diff --git a/python-numpy.spec b/python-numpy.spec index 30cc592..62f3e8d 100644 --- a/python-numpy.spec +++ b/python-numpy.spec @@ -88,7 +88,7 @@ Requires: gcc-gfortran %if %{with_atlas} == 1 Requires: libatlas3-devel %endif -%if 0%{?suse_version} > 1320 || 0%{?suse_version} == 1315 +%if 0%{?is_opensuse} && ( 0%{?suse_version} > 1320 || 0%{?suse_version} == 1315 ) Requires: cblas-devel %endif