commit python-numpy for openSUSE:Factory
Hello community, here is the log from the commit of package python-numpy for openSUSE:Factory checked in at 2018-05-16 11:21:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-numpy (Old) and /work/SRC/openSUSE:Factory/.python-numpy.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-numpy" Wed May 16 11:21:50 2018 rev:68 rq:606473 version:1.14.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-numpy/python-numpy.changes 2018-05-06 14:55:50.837402659 +0200 +++ /work/SRC/openSUSE:Factory/.python-numpy.new/python-numpy.changes 2018-05-16 11:21:53.591272741 +0200 @@ -1,0 +2,6 @@ +Thu May 10 16:24:04 UTC 2018 - toddrme2178@gmail.com + +- Fix issues with some targets not having certain versions of + openblas + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-numpy.spec ++++++ --- /var/tmp/diff_new_pack.SQqOKz/_old 2018-05-16 11:21:55.179215073 +0200 +++ /var/tmp/diff_new_pack.SQqOKz/_new 2018-05-16 11:21:55.179215073 +0200 @@ -32,23 +32,32 @@ %if "%flavor" == "standard" %bcond_with hpc + %if 0%{?sle_version} == 120300 && !0%{?is_opensuse} + %bcond_with openblas + %else %ifarch armv6l s390 s390x m68k riscv64 %bcond_with openblas %else %bcond_without openblas %endif + %endif %endif %if "%flavor" == "gnu-hpc" %bcond_without hpc + %bcond_without openblas %endif %if "%flavor" == "gnu7-hpc" %bcond_without hpc + %bcond_without openblas %define c_f_ver 7 %endif -%ifarch s390 +%if 0%{?sle_version} == 120300 +%{?with_openblas:ExclusiveArch: do_not_build} +%endif +%ifarch s390 s390x %{?with_openblas:ExclusiveArch: do_not_build} %endif
participants (1)
-
root@hilbert.suse.de