mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
python3-scikit-build-core: upgrade 0.11.4 -> 0.11.5
0001-builder.py-Check-PYTHON_INCLUDE_DIR.patch refreshed for 0.11.5 Changelog: =============== - Improve .gitignore iteration speed - Warn on 3.13.4 on Windows - Add debug logging explaining why a file is included/excluded - Fix a typo in a column-name of the platform-machine table Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
6d1f1e4c15
commit
0a88b92185
|
|
@ -1,4 +1,4 @@
|
|||
From 3f5d2be717d200406126537eb2f3ed4de92bd2c1 Mon Sep 17 00:00:00 2001
|
||||
From 0aee90d953406414f09740a6ef851ed7e666dc9e Mon Sep 17 00:00:00 2001
|
||||
From: Leon Anavi <leon.anavi@konsulko.com>
|
||||
Date: Mon, 27 Jan 2025 19:17:48 +0200
|
||||
Subject: [PATCH] builder.py: Check PYTHON_INCLUDE_DIR
|
||||
|
|
@ -15,7 +15,7 @@ Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
|
|||
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
|
||||
index 532d328..0c99ef3 100644
|
||||
index d05065f..b01d621 100644
|
||||
--- a/src/scikit_build_core/builder/builder.py
|
||||
+++ b/src/scikit_build_core/builder/builder.py
|
||||
@@ -228,7 +228,7 @@ class Builder:
|
||||
|
|
@ -26,4 +26,4 @@ index 532d328..0c99ef3 100644
|
|||
+ python_include_dir = os.getenv("PYTHON_INCLUDE_DIR") or get_python_include_dir()
|
||||
numpy_include_dir = get_numpy_include_dir()
|
||||
|
||||
# Classic Find Python
|
||||
# Warning for CPython 3.13.4 Windows bug
|
||||
|
|
|
|||
|
|
@ -10,6 +10,6 @@ DEPENDS = "python3-hatch-vcs-native"
|
|||
inherit pypi python_hatchling
|
||||
|
||||
SRC_URI += "file://0001-builder.py-Check-PYTHON_INCLUDE_DIR.patch"
|
||||
SRC_URI[sha256sum] = "5b194bbb04092ae327d294b23e4bbffb6181adce4259440a86c9cf6abb8eaa6c"
|
||||
SRC_URI[sha256sum] = "8f0a1edb86cb087876f3c699d2a2682012efd8867b390ed37355f13949d0628e"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
Loading…
Reference in New Issue
Block a user