All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] python-numpy: remove the python 2.x version of the recipe
@ 2019-08-12 13:49 Alexander Kanavin
  2019-08-12 13:49 ` [PATCH 2/4] python3-numpy: update to 1.17.0 Alexander Kanavin
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Alexander Kanavin @ 2019-08-12 13:49 UTC (permalink / raw)
  To: openembedded-core

The 1.17.0 release of NumPy no longer supports Python 2.x.

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 meta/conf/distro/include/maintainers.inc               |  1 -
 .../python-numpy/python-numpy_1.16.3.bb                | 10 ----------
 2 files changed, 11 deletions(-)
 delete mode 100644 meta/recipes-devtools/python-numpy/python-numpy_1.16.3.bb

diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc
index 5cf9c7a8e80..c713c811ffa 100644
--- a/meta/conf/distro/include/maintainers.inc
+++ b/meta/conf/distro/include/maintainers.inc
@@ -588,7 +588,6 @@ RECIPE_MAINTAINER_pn-puzzles = "Anuj Mittal <anuj.mittal@intel.com>"
 RECIPE_MAINTAINER_pn-python = "Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>"
 RECIPE_MAINTAINER_pn-python-native = "Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>"
 RECIPE_MAINTAINER_pn-python-nose = "Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>"
-RECIPE_MAINTAINER_pn-python-numpy = "Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>"
 RECIPE_MAINTAINER_pn-python-scons = "Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>"
 RECIPE_MAINTAINER_pn-python-scons-native = "Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>"
 RECIPE_MAINTAINER_pn-python-setuptools = "Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>"
diff --git a/meta/recipes-devtools/python-numpy/python-numpy_1.16.3.bb b/meta/recipes-devtools/python-numpy/python-numpy_1.16.3.bb
deleted file mode 100644
index a1133dad41c..00000000000
--- a/meta/recipes-devtools/python-numpy/python-numpy_1.16.3.bb
+++ /dev/null
@@ -1,10 +0,0 @@
-inherit setuptools
-require python-numpy.inc
-
-RDEPENDS_${PN}_class-target_append = " \
-    ${PYTHON_PN}-subprocess \
-"
-
-do_install_append(){
-        rm ${D}/${bindir}/f2py
-}
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [PATCH 2/4] python3-numpy: update to 1.17.0
  2019-08-12 13:49 [PATCH 1/4] python-numpy: remove the python 2.x version of the recipe Alexander Kanavin
@ 2019-08-12 13:49 ` Alexander Kanavin
  2019-08-13  8:34   ` Richard Purdie
  2019-08-12 13:49 ` [PATCH 3/4] python-scons: remove the python 2.x version of the recipe Alexander Kanavin
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 11+ messages in thread
From: Alexander Kanavin @ 2019-08-12 13:49 UTC (permalink / raw)
  To: openembedded-core

Rebase files/0001-Don-t-search-usr-and-so-on-for-libraries-by-default-.patch

License-Update: clarified license for numpy/core/src/multiarray/dragon4.c (it is MIT)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 ...-and-so-on-for-libraries-by-default-.patch | 47 ++++++++-----------
 ...up.py-remove-the-detection-of-x86-ta.patch | 32 +++++++++++++
 .../python-numpy/python-numpy.inc             |  9 ++--
 ...umpy_1.16.3.bb => python3-numpy_1.17.0.bb} |  0
 4 files changed, 57 insertions(+), 31 deletions(-)
 create mode 100644 meta/recipes-devtools/python-numpy/files/0001-numpy-random-setup.py-remove-the-detection-of-x86-ta.patch
 rename meta/recipes-devtools/python-numpy/{python3-numpy_1.16.3.bb => python3-numpy_1.17.0.bb} (100%)

diff --git a/meta/recipes-devtools/python-numpy/files/0001-Don-t-search-usr-and-so-on-for-libraries-by-default-.patch b/meta/recipes-devtools/python-numpy/files/0001-Don-t-search-usr-and-so-on-for-libraries-by-default-.patch
index 8fe0d1a27ee..98a97058312 100644
--- a/meta/recipes-devtools/python-numpy/files/0001-Don-t-search-usr-and-so-on-for-libraries-by-default-.patch
+++ b/meta/recipes-devtools/python-numpy/files/0001-Don-t-search-usr-and-so-on-for-libraries-by-default-.patch
@@ -1,4 +1,4 @@
-From c14554c7e2fff8dd559dfb41e7dd11392c6f85e3 Mon Sep 17 00:00:00 2001
+From 672a75c8417ce08db9e31fc415ec445479231d5a Mon Sep 17 00:00:00 2001
 From: Alexander Kanavin <alex.kanavin@gmail.com>
 Date: Thu, 10 Dec 2015 13:20:30 +0200
 Subject: [PATCH] Don't search /usr and so on for libraries by default to
@@ -10,14 +10,14 @@ Signed-off-by: Ross Burton <ross.burton@intel.com>
 Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
 
 ---
- numpy/distutils/system_info.py | 50 ++++------------------------------
- 1 file changed, 6 insertions(+), 44 deletions(-)
+ numpy/distutils/system_info.py | 42 ++++------------------------------
+ 1 file changed, 5 insertions(+), 37 deletions(-)
 
 diff --git a/numpy/distutils/system_info.py b/numpy/distutils/system_info.py
-index 2424943..bf56a6d 100644
+index ba2b1f4..f94dce1 100644
 --- a/numpy/distutils/system_info.py
 +++ b/numpy/distutils/system_info.py
-@@ -274,51 +274,13 @@ if sys.platform == 'win32':
+@@ -278,45 +278,13 @@ if sys.platform == 'win32':
              add_system_root(os.path.join(conda_dir, 'Library'))
  
  else:
@@ -45,31 +45,24 @@ index 2424943..bf56a6d 100644
 -            default_x11_include_dirs.extend(['/usr/lib/X11/include',
 -                                             '/usr/include/X11'])
 -
--    import subprocess as sp
--    tmp = None
--    try:
--        # Explicitly open/close file to avoid ResourceWarning when
--        # tests are run in debug mode Python 3.
--        tmp = open(os.devnull, 'w')
--        p = sp.Popen(["gcc", "-print-multiarch"], stdout=sp.PIPE,
--                     stderr=tmp)
--    except (OSError, DistutilsError):
--        # OSError if gcc is not installed, or SandboxViolation (DistutilsError
--        # subclass) if an old setuptools bug is triggered (see gh-3160).
--        pass
--    else:
--        triplet = str(p.communicate()[0].decode().strip())
--        if p.returncode == 0:
--            # gcc supports the "-print-multiarch" option
--            default_x11_lib_dirs += [os.path.join("/usr/lib/", triplet)]
--            default_lib_dirs += [os.path.join("/usr/lib/", triplet)]
--    finally:
--        if tmp is not None:
--            tmp.close()
+-    with open(os.devnull, 'w') as tmp:
+-        try:
+-            p = subprocess.Popen(["gcc", "-print-multiarch"], stdout=subprocess.PIPE,
+-                         stderr=tmp)
+-        except (OSError, DistutilsError):
+-            # OSError if gcc is not installed, or SandboxViolation (DistutilsError
+-            # subclass) if an old setuptools bug is triggered (see gh-3160).
+-            pass
+-        else:
+-            triplet = str(p.communicate()[0].decode().strip())
+-            if p.returncode == 0:
+-                # gcc supports the "-print-multiarch" option
+-                default_x11_lib_dirs += [os.path.join("/usr/lib/", triplet)]
+-                default_lib_dirs += [os.path.join("/usr/lib/", triplet)]
 +    default_lib_dirs = libpaths(['/deadir/lib'], platform_bits)
 +    default_include_dirs = ['/deaddir/include']
 +    default_src_dirs = ['.', '/deaddir/src']
-+
+ 
 +    default_x11_lib_dirs = libpaths(['/deaddir/lib'], platform_bits)
 +    default_x11_include_dirs = ['/deaddir/include']
  
diff --git a/meta/recipes-devtools/python-numpy/files/0001-numpy-random-setup.py-remove-the-detection-of-x86-ta.patch b/meta/recipes-devtools/python-numpy/files/0001-numpy-random-setup.py-remove-the-detection-of-x86-ta.patch
new file mode 100644
index 00000000000..ebb2a6f9df1
--- /dev/null
+++ b/meta/recipes-devtools/python-numpy/files/0001-numpy-random-setup.py-remove-the-detection-of-x86-ta.patch
@@ -0,0 +1,32 @@
+From b881e0b2ba9cf1a4aa351a1c1ea90b1e1776ce21 Mon Sep 17 00:00:00 2001
+From: Alexander Kanavin <alex.kanavin@gmail.com>
+Date: Mon, 12 Aug 2019 15:37:36 +0200
+Subject: [PATCH] numpy/random/setup.py: remove the detection of x86 targets
+ via uname()
+
+This was badly breaking compilation for ARM targets (and possibly
+other non-x86 targets); if -msse2 is desirable for x86 builds it has
+to be passed through another channel.
+
+Upstream-Status: Inappropriate [oe-core specific]
+Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
+---
+ numpy/random/setup.py | 5 -----
+ 1 file changed, 5 deletions(-)
+
+diff --git a/numpy/random/setup.py b/numpy/random/setup.py
+index a1bf3b8..60fb534 100644
+--- a/numpy/random/setup.py
++++ b/numpy/random/setup.py
+@@ -49,11 +49,6 @@ def configuration(parent_package='', top_path=None):
+     elif not is_msvc:
+         # Some bit generators require c99
+         EXTRA_COMPILE_ARGS += ['-std=c99']
+-        INTEL_LIKE = any([val in k.lower() for k in platform.uname()
+-                          for val in ('x86', 'i686', 'i386', 'amd64')])
+-        if INTEL_LIKE:
+-            # Assumes GCC or GCC-like compiler
+-            EXTRA_COMPILE_ARGS += ['-msse2']
+ 
+     # Use legacy integer variable sizes
+     LEGACY_DEFS = [('NP_RANDOM_LEGACY', '1')]
diff --git a/meta/recipes-devtools/python-numpy/python-numpy.inc b/meta/recipes-devtools/python-numpy/python-numpy.inc
index 43c3053cd88..98405fee12a 100644
--- a/meta/recipes-devtools/python-numpy/python-numpy.inc
+++ b/meta/recipes-devtools/python-numpy/python-numpy.inc
@@ -1,7 +1,7 @@
 SUMMARY = "A sophisticated Numeric Processing Package for Python"
 SECTION = "devel/python"
-LICENSE = "BSD-3-Clause & BSD-2-Clause & PSF & Apache-2.0 & BSD"
-LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=d26bde5432613cce2334b93985576231"
+LICENSE = "BSD-3-Clause & BSD-2-Clause & PSF & Apache-2.0 & BSD & MIT"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=1a32aba007a415aa8a1c708a0e2b86a1"
 
 SRCNAME = "numpy"
 
@@ -9,9 +9,10 @@ SRC_URI = "https://github.com/${SRCNAME}/${SRCNAME}/releases/download/v${PV}/${S
            file://0001-Don-t-search-usr-and-so-on-for-libraries-by-default-.patch \
            file://0001-npy_cpu-Add-riscv-support.patch \
            ${CONFIGFILESURI} \
+           file://0001-numpy-random-setup.py-remove-the-detection-of-x86-ta.patch \
            "
-SRC_URI[md5sum] = "0886e5b5017f08f2b7a624c0b5931e61"
-SRC_URI[sha256sum] = "adf063a3f87ab89393f5eea0eb903293b112fa0a308e8c594a75ffa585d81d4f"
+SRC_URI[md5sum] = "c48b2ad785f82cdfe28c907ce35e2a71"
+SRC_URI[sha256sum] = "47b7b6145e7ba5918ce26be25999b6d4b35cf9fbfdf46b7da50090ffdb020445"
 
 UPSTREAM_CHECK_URI = "https://github.com/numpy/numpy/releases"
 UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)\.tar"
diff --git a/meta/recipes-devtools/python-numpy/python3-numpy_1.16.3.bb b/meta/recipes-devtools/python-numpy/python3-numpy_1.17.0.bb
similarity index 100%
rename from meta/recipes-devtools/python-numpy/python3-numpy_1.16.3.bb
rename to meta/recipes-devtools/python-numpy/python3-numpy_1.17.0.bb
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [PATCH 3/4] python-scons: remove the python 2.x version of the recipe
  2019-08-12 13:49 [PATCH 1/4] python-numpy: remove the python 2.x version of the recipe Alexander Kanavin
  2019-08-12 13:49 ` [PATCH 2/4] python3-numpy: update to 1.17.0 Alexander Kanavin
@ 2019-08-12 13:49 ` Alexander Kanavin
  2019-08-12 13:49 ` [PATCH 4/4] python-nose: " Alexander Kanavin
  2019-08-12 14:02 ` ✗ patchtest: failure for "python-numpy: remove the pytho..." and 3 more Patchwork
  3 siblings, 0 replies; 11+ messages in thread
From: Alexander Kanavin @ 2019-08-12 13:49 UTC (permalink / raw)
  To: openembedded-core

Nothing in oe-core or meta-oe is using it (scons.bbclass is set
to use 3.x version).

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 meta/conf/distro/include/maintainers.inc      |  2 --
 .../python/python-scons-native_3.1.0.bb       |  8 -------
 .../python/python-scons_3.1.0.bb              | 24 -------------------
 3 files changed, 34 deletions(-)
 delete mode 100644 meta/recipes-devtools/python/python-scons-native_3.1.0.bb
 delete mode 100644 meta/recipes-devtools/python/python-scons_3.1.0.bb

diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc
index c713c811ffa..08fd83d3c4e 100644
--- a/meta/conf/distro/include/maintainers.inc
+++ b/meta/conf/distro/include/maintainers.inc
@@ -588,8 +588,6 @@ RECIPE_MAINTAINER_pn-puzzles = "Anuj Mittal <anuj.mittal@intel.com>"
 RECIPE_MAINTAINER_pn-python = "Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>"
 RECIPE_MAINTAINER_pn-python-native = "Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>"
 RECIPE_MAINTAINER_pn-python-nose = "Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>"
-RECIPE_MAINTAINER_pn-python-scons = "Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>"
-RECIPE_MAINTAINER_pn-python-scons-native = "Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>"
 RECIPE_MAINTAINER_pn-python-setuptools = "Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>"
 RECIPE_MAINTAINER_pn-python3 = "Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>"
 RECIPE_MAINTAINER_pn-python3-async = "Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>"
diff --git a/meta/recipes-devtools/python/python-scons-native_3.1.0.bb b/meta/recipes-devtools/python/python-scons-native_3.1.0.bb
deleted file mode 100644
index 68b63c93579..00000000000
--- a/meta/recipes-devtools/python/python-scons-native_3.1.0.bb
+++ /dev/null
@@ -1,8 +0,0 @@
-require python-scons_${PV}.bb
-inherit native pythonnative
-DEPENDS = "python-native"
-RDEPENDS_${PN} = ""
-
-do_install_append() {
-    create_wrapper ${D}${bindir}/scons SCONS_LIB_DIR='${STAGING_DIR_HOST}/${PYTHON_SITEPACKAGES_DIR}' PYTHONNOUSERSITE='1'
-}
diff --git a/meta/recipes-devtools/python/python-scons_3.1.0.bb b/meta/recipes-devtools/python/python-scons_3.1.0.bb
deleted file mode 100644
index b174050583f..00000000000
--- a/meta/recipes-devtools/python/python-scons_3.1.0.bb
+++ /dev/null
@@ -1,24 +0,0 @@
-SUMMARY = "Software Construction tool (make/autotools replacement)"
-SECTION = "devel/python"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=37bb53a08e6beaea0c90e7821d731284"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/scons/scons-${PV}.tar.gz"
-SRC_URI[md5sum] = "e2fe9d16f81b0285b969238af4b552ff"
-SRC_URI[sha256sum] = "f3f548d738d4a2179123ecd744271ec413b2d55735ea7625a59b1b59e6cd132f"
-
-S = "${WORKDIR}/scons-${PV}"
-
-UPSTREAM_CHECK_URI = "http://scons.org/pages/download.html"
-UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)\.tar"
-
-inherit setuptools
-
-RDEPENDS_${PN} = "\
-  python-fcntl \
-  python-io \
-  python-json \
-  python-subprocess \
-  python-shell \
-  python-pprint \
-  "
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [PATCH 4/4] python-nose: remove the python 2.x version of the recipe
  2019-08-12 13:49 [PATCH 1/4] python-numpy: remove the python 2.x version of the recipe Alexander Kanavin
  2019-08-12 13:49 ` [PATCH 2/4] python3-numpy: update to 1.17.0 Alexander Kanavin
  2019-08-12 13:49 ` [PATCH 3/4] python-scons: remove the python 2.x version of the recipe Alexander Kanavin
@ 2019-08-12 13:49 ` Alexander Kanavin
  2019-08-12 14:02 ` ✗ patchtest: failure for "python-numpy: remove the pytho..." and 3 more Patchwork
  3 siblings, 0 replies; 11+ messages in thread
From: Alexander Kanavin @ 2019-08-12 13:49 UTC (permalink / raw)
  To: openembedded-core

With removal of python 2.x numpy, nothing needs it anymore.

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 meta/conf/distro/include/maintainers.inc          | 1 -
 meta/recipes-devtools/python/python-nose_1.3.7.bb | 6 ------
 2 files changed, 7 deletions(-)
 delete mode 100644 meta/recipes-devtools/python/python-nose_1.3.7.bb

diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc
index 08fd83d3c4e..a595507948b 100644
--- a/meta/conf/distro/include/maintainers.inc
+++ b/meta/conf/distro/include/maintainers.inc
@@ -587,7 +587,6 @@ RECIPE_MAINTAINER_pn-pulseaudio-client-conf-sato = "Tanu Kaskinen <tanuk@iki.fi>
 RECIPE_MAINTAINER_pn-puzzles = "Anuj Mittal <anuj.mittal@intel.com>"
 RECIPE_MAINTAINER_pn-python = "Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>"
 RECIPE_MAINTAINER_pn-python-native = "Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>"
-RECIPE_MAINTAINER_pn-python-nose = "Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>"
 RECIPE_MAINTAINER_pn-python-setuptools = "Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>"
 RECIPE_MAINTAINER_pn-python3 = "Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>"
 RECIPE_MAINTAINER_pn-python3-async = "Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>"
diff --git a/meta/recipes-devtools/python/python-nose_1.3.7.bb b/meta/recipes-devtools/python/python-nose_1.3.7.bb
deleted file mode 100644
index fab609df901..00000000000
--- a/meta/recipes-devtools/python/python-nose_1.3.7.bb
+++ /dev/null
@@ -1,6 +0,0 @@
-inherit setuptools
-require python-nose.inc
-
-do_install_append() {
-    rm ${D}${bindir}/nosetests
-}
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 11+ messages in thread

* ✗ patchtest: failure for "python-numpy: remove the pytho..." and 3 more
  2019-08-12 13:49 [PATCH 1/4] python-numpy: remove the python 2.x version of the recipe Alexander Kanavin
                   ` (2 preceding siblings ...)
  2019-08-12 13:49 ` [PATCH 4/4] python-nose: " Alexander Kanavin
@ 2019-08-12 14:02 ` Patchwork
  2019-08-12 14:04   ` Alexander Kanavin
  3 siblings, 1 reply; 11+ messages in thread
From: Patchwork @ 2019-08-12 14:02 UTC (permalink / raw)
  To: Alexander Kanavin; +Cc: openembedded-core

== Series Details ==

Series: "python-numpy: remove the pytho..." and 3 more
Revision: 1
URL   : https://patchwork.openembedded.org/series/19237/
State : failure

== Summary ==


Thank you for submitting this patch series to OpenEmbedded Core. This is
an automated response. Several tests have been executed on the proposed
series by patchtest resulting in the following failures:



* Issue             Series does not apply on top of target branch [test_series_merge_on_head] 
  Suggested fix    Rebase your series on top of targeted branch
  Targeted branch  master (currently at 30a2af80f5)



If you believe any of these test results are incorrect, please reply to the
mailing list (openembedded-core@lists.openembedded.org) raising your concerns.
Otherwise we would appreciate you correcting the issues and submitting a new
version of the patchset if applicable. Please ensure you add/increment the
version number when sending the new version (i.e. [PATCH] -> [PATCH v2] ->
[PATCH v3] -> ...).

---
Guidelines:     https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines
Test framework: http://git.yoctoproject.org/cgit/cgit.cgi/patchtest
Test suite:     http://git.yoctoproject.org/cgit/cgit.cgi/patchtest-oe



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: ✗ patchtest: failure for "python-numpy: remove the pytho..." and 3 more
  2019-08-12 14:02 ` ✗ patchtest: failure for "python-numpy: remove the pytho..." and 3 more Patchwork
@ 2019-08-12 14:04   ` Alexander Kanavin
  0 siblings, 0 replies; 11+ messages in thread
From: Alexander Kanavin @ 2019-08-12 14:04 UTC (permalink / raw)
  To: OE-core

[-- Attachment #1: Type: text/plain, Size: 1514 bytes --]

Again, this is intentional, as it replaces a part of the earlier patchset I
sent.

Alex


On Mon, 12 Aug 2019 at 16:02, Patchwork <
patchwork@patchwork.openembedded.org> wrote:

> == Series Details ==
>
> Series: "python-numpy: remove the pytho..." and 3 more
> Revision: 1
> URL   : https://patchwork.openembedded.org/series/19237/
> State : failure
>
> == Summary ==
>
>
> Thank you for submitting this patch series to OpenEmbedded Core. This is
> an automated response. Several tests have been executed on the proposed
> series by patchtest resulting in the following failures:
>
>
>
> * Issue             Series does not apply on top of target branch
> [test_series_merge_on_head]
>   Suggested fix    Rebase your series on top of targeted branch
>   Targeted branch  master (currently at 30a2af80f5)
>
>
>
> If you believe any of these test results are incorrect, please reply to the
> mailing list (openembedded-core@lists.openembedded.org) raising your
> concerns.
> Otherwise we would appreciate you correcting the issues and submitting a
> new
> version of the patchset if applicable. Please ensure you add/increment the
> version number when sending the new version (i.e. [PATCH] -> [PATCH v2] ->
> [PATCH v3] -> ...).
>
> ---
> Guidelines:
> https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines
> Test framework: http://git.yoctoproject.org/cgit/cgit.cgi/patchtest
> Test suite:     http://git.yoctoproject.org/cgit/cgit.cgi/patchtest-oe
>
>

[-- Attachment #2: Type: text/html, Size: 2439 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH 2/4] python3-numpy: update to 1.17.0
  2019-08-12 13:49 ` [PATCH 2/4] python3-numpy: update to 1.17.0 Alexander Kanavin
@ 2019-08-13  8:34   ` Richard Purdie
  2019-08-13  9:54     ` Alexander Kanavin
  0 siblings, 1 reply; 11+ messages in thread
From: Richard Purdie @ 2019-08-13  8:34 UTC (permalink / raw)
  To: Alexander Kanavin, openembedded-core

On Mon, 2019-08-12 at 15:49 +0200, Alexander Kanavin wrote:
> Rebase files/0001-Don-t-search-usr-and-so-on-for-libraries-by-
> default-.patch
> 
> License-Update: clarified license for
> numpy/core/src/multiarray/dragon4.c (it is MIT)
> Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
> ---
>  ...-and-so-on-for-libraries-by-default-.patch | 47 ++++++++---------
> --
>  ...up.py-remove-the-detection-of-x86-ta.patch | 32 +++++++++++++
>  .../python-numpy/python-numpy.inc             |  9 ++--
>  ...umpy_1.16.3.bb => python3-numpy_1.17.0.bb} |  0
>  4 files changed, 57 insertions(+), 31 deletions(-)
>  create mode 100644 meta/recipes-devtools/python-numpy/files/0001-
> numpy-random-setup.py-remove-the-detection-of-x86-ta.patch
>  rename meta/recipes-devtools/python-numpy/{python3-numpy_1.16.3.bb
> => python3-numpy_1.17.0.bb} (100%)

This doesn't build on opensuse 42.3:

https://autobuilder.yoctoproject.org/typhoon/#/builders/52/builds/907

Its numpy-native and looks like it might be the old compiler :(

Cheers,

Richard



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH 2/4] python3-numpy: update to 1.17.0
  2019-08-13  8:34   ` Richard Purdie
@ 2019-08-13  9:54     ` Alexander Kanavin
  2019-08-13 15:33       ` Michael Halstead
  0 siblings, 1 reply; 11+ messages in thread
From: Alexander Kanavin @ 2019-08-13  9:54 UTC (permalink / raw)
  To: Richard Purdie, Michael Halstead; +Cc: OE-core

[-- Attachment #1: Type: text/plain, Size: 415 bytes --]

On Tue, 13 Aug 2019 at 10:34, Richard Purdie <
richard.purdie@linuxfoundation.org> wrote:

>
> This doesn't build on opensuse 42.3:
>
> https://autobuilder.yoctoproject.org/typhoon/#/builders/52/builds/907
>
> Its numpy-native and looks like it might be the old compiler :(
>

That version of opensuse went end-of-life about a month ago. We can hold
this off until the autobuilder is upgraded.

Alex

[-- Attachment #2: Type: text/html, Size: 899 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH 2/4] python3-numpy: update to 1.17.0
  2019-08-13  9:54     ` Alexander Kanavin
@ 2019-08-13 15:33       ` Michael Halstead
  2019-08-13 15:35         ` Khem Raj
  0 siblings, 1 reply; 11+ messages in thread
From: Michael Halstead @ 2019-08-13 15:33 UTC (permalink / raw)
  To: Alexander Kanavin, Richard Purdie; +Cc: OE-core

[-- Attachment #1: Type: text/plain, Size: 722 bytes --]


On 8/13/19 2:54 AM, Alexander Kanavin wrote:
> On Tue, 13 Aug 2019 at 10:34, Richard Purdie
> <richard.purdie@linuxfoundation.org
> <mailto:richard.purdie@linuxfoundation.org>> wrote:
>
>
>     This doesn't build on opensuse 42.3:
>
>     https://autobuilder.yoctoproject.org/typhoon/#/builders/52/builds/907
>
>     Its numpy-native and looks like it might be the old compiler :(
>
>
> That version of opensuse went end-of-life about a month ago. We can
> hold this off until the autobuilder is upgraded.
>
> Alex
I'm ready to drop this worker at any time. opensuse-42.3 is still a
SANITY_TESTED_DISTRO. Is it fine to go ahead and remove this?

-- 
Michael Halstead
Linux Foundation / SysAdmin


[-- Attachment #2: Type: text/html, Size: 2027 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH 2/4] python3-numpy: update to 1.17.0
  2019-08-13 15:33       ` Michael Halstead
@ 2019-08-13 15:35         ` Khem Raj
  2019-08-13 15:54           ` richard.purdie
  0 siblings, 1 reply; 11+ messages in thread
From: Khem Raj @ 2019-08-13 15:35 UTC (permalink / raw)
  To: Michael Halstead; +Cc: OE-core

On Tue, Aug 13, 2019 at 8:34 AM Michael Halstead
<mhalstead@linuxfoundation.org> wrote:
>
>
> On 8/13/19 2:54 AM, Alexander Kanavin wrote:
>
> On Tue, 13 Aug 2019 at 10:34, Richard Purdie <richard.purdie@linuxfoundation.org> wrote:
>>
>>
>> This doesn't build on opensuse 42.3:
>>
>> https://autobuilder.yoctoproject.org/typhoon/#/builders/52/builds/907
>>
>> Its numpy-native and looks like it might be the old compiler :(
>
>
> That version of opensuse went end-of-life about a month ago. We can hold this off until the autobuilder is upgraded.
>
> Alex
>
> I'm ready to drop this worker at any time. opensuse-42.3 is still a SANITY_TESTED_DISTRO. Is it fine to go ahead and remove this?
>

sure, also a patch to drop it from SANITY_TESTED_DISTRO before disconnecting it

> --
> Michael Halstead
> Linux Foundation / SysAdmin
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH 2/4] python3-numpy: update to 1.17.0
  2019-08-13 15:35         ` Khem Raj
@ 2019-08-13 15:54           ` richard.purdie
  0 siblings, 0 replies; 11+ messages in thread
From: richard.purdie @ 2019-08-13 15:54 UTC (permalink / raw)
  To: Khem Raj, Michael Halstead; +Cc: OE-core

On Tue, 2019-08-13 at 08:35 -0700, Khem Raj wrote:
> On Tue, Aug 13, 2019 at 8:34 AM Michael Halstead
> <mhalstead@linuxfoundation.org> wrote:
> > 
> > On 8/13/19 2:54 AM, Alexander Kanavin wrote:
> > 
> > On Tue, 13 Aug 2019 at 10:34, Richard Purdie <
> > richard.purdie@linuxfoundation.org> wrote:
> > > 
> > > This doesn't build on opensuse 42.3:
> > > 
> > > https://autobuilder.yoctoproject.org/typhoon/#/builders/52/builds/907
> > > 
> > > Its numpy-native and looks like it might be the old compiler :(
> > 
> > That version of opensuse went end-of-life about a month ago. We can
> > hold this off until the autobuilder is upgraded.
> > 
> > Alex
> > 
> > I'm ready to drop this worker at any time. opensuse-42.3 is still a
> > SANITY_TESTED_DISTRO. Is it fine to go ahead and remove this?
> > 
> 
> sure, also a patch to drop it from SANITY_TESTED_DISTRO before
> disconnecting it

Patch queued.

Cheers,

Richard



^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2019-08-13 15:54 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-12 13:49 [PATCH 1/4] python-numpy: remove the python 2.x version of the recipe Alexander Kanavin
2019-08-12 13:49 ` [PATCH 2/4] python3-numpy: update to 1.17.0 Alexander Kanavin
2019-08-13  8:34   ` Richard Purdie
2019-08-13  9:54     ` Alexander Kanavin
2019-08-13 15:33       ` Michael Halstead
2019-08-13 15:35         ` Khem Raj
2019-08-13 15:54           ` richard.purdie
2019-08-12 13:49 ` [PATCH 3/4] python-scons: remove the python 2.x version of the recipe Alexander Kanavin
2019-08-12 13:49 ` [PATCH 4/4] python-nose: " Alexander Kanavin
2019-08-12 14:02 ` ✗ patchtest: failure for "python-numpy: remove the pytho..." and 3 more Patchwork
2019-08-12 14:04   ` Alexander Kanavin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.