mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +00:00
python3-scikit-build-core: upgrade 0.10.7 -> 0.11.0
0001-builder.py-Check-PYTHON_INCLUDE_DIR.patch refreshed for 0.11.0 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
+3
-6
@@ -1,4 +1,4 @@
|
|||||||
From 5bc2d175c6a31a3de04444e5e22af310799ab10d Mon Sep 17 00:00:00 2001
|
From 3f5d2be717d200406126537eb2f3ed4de92bd2c1 Mon Sep 17 00:00:00 2001
|
||||||
From: Leon Anavi <leon.anavi@konsulko.com>
|
From: Leon Anavi <leon.anavi@konsulko.com>
|
||||||
Date: Mon, 27 Jan 2025 19:17:48 +0200
|
Date: Mon, 27 Jan 2025 19:17:48 +0200
|
||||||
Subject: [PATCH] builder.py: Check PYTHON_INCLUDE_DIR
|
Subject: [PATCH] builder.py: Check PYTHON_INCLUDE_DIR
|
||||||
@@ -15,10 +15,10 @@ Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
|
|||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
diff --git a/src/scikit_build_core/builder/builder.py b/src/scikit_build_core/builder/builder.py
|
diff --git a/src/scikit_build_core/builder/builder.py b/src/scikit_build_core/builder/builder.py
|
||||||
index b19173f..f4fb2af 100644
|
index 532d328..0c99ef3 100644
|
||||||
--- a/src/scikit_build_core/builder/builder.py
|
--- a/src/scikit_build_core/builder/builder.py
|
||||||
+++ b/src/scikit_build_core/builder/builder.py
|
+++ b/src/scikit_build_core/builder/builder.py
|
||||||
@@ -203,7 +203,7 @@ class Builder:
|
@@ -228,7 +228,7 @@ class Builder:
|
||||||
python_sabi_library = (
|
python_sabi_library = (
|
||||||
get_python_library(self.config.env, abi3=True) if limited_api else None
|
get_python_library(self.config.env, abi3=True) if limited_api else None
|
||||||
)
|
)
|
||||||
@@ -27,6 +27,3 @@ index b19173f..f4fb2af 100644
|
|||||||
numpy_include_dir = get_numpy_include_dir()
|
numpy_include_dir = get_numpy_include_dir()
|
||||||
|
|
||||||
# Classic Find Python
|
# Classic Find Python
|
||||||
--
|
|
||||||
2.39.5
|
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -10,6 +10,6 @@ DEPENDS = "python3-hatch-vcs-native"
|
|||||||
inherit pypi python_hatchling
|
inherit pypi python_hatchling
|
||||||
|
|
||||||
SRC_URI += "file://0001-builder.py-Check-PYTHON_INCLUDE_DIR.patch"
|
SRC_URI += "file://0001-builder.py-Check-PYTHON_INCLUDE_DIR.patch"
|
||||||
SRC_URI[sha256sum] = "04cbb59fe795202a7eeede1849112ee9dcbf3469feebd9b8b36aa541336ac4f8"
|
SRC_URI[sha256sum] = "423d8b0885bf1942816c851f8ec7c1efc0a7ecad4f38ff43d5ba869a894b107b"
|
||||||
|
|
||||||
BBCLASSEXTEND = "native nativesdk"
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
Reference in New Issue
Block a user