diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-03-11 16:55:03 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-03-11 17:17:24 -0700 |
| commit | dc38afd2022ee0d658bcda6390440da4c855a77e (patch) | |
| tree | e64f6adfee2050ea9ad3a045f26899ae9ba6e261 /meta-python/recipes-devtools/python/python3-scikit-build-core | |
| parent | 4ed62b44a49e2c08408a38c0a8619d548fef23a3 (diff) | |
| download | meta-openembedded-dc38afd2022ee0d658bcda6390440da4c855a77e.tar.gz | |
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-scikit-build-core')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-scikit-build-core/0001-builder.py-Check-PYTHON_INCLUDE_DIR.patch | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/meta-python/recipes-devtools/python/python3-scikit-build-core/0001-builder.py-Check-PYTHON_INCLUDE_DIR.patch b/meta-python/recipes-devtools/python/python3-scikit-build-core/0001-builder.py-Check-PYTHON_INCLUDE_DIR.patch index 13cb7b1e7f..36eff85334 100644 --- a/meta-python/recipes-devtools/python/python3-scikit-build-core/0001-builder.py-Check-PYTHON_INCLUDE_DIR.patch +++ b/meta-python/recipes-devtools/python/python3-scikit-build-core/0001-builder.py-Check-PYTHON_INCLUDE_DIR.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 5bc2d175c6a31a3de04444e5e22af310799ab10d Mon Sep 17 00:00:00 2001 | 1 | From 3f5d2be717d200406126537eb2f3ed4de92bd2c1 Mon Sep 17 00:00:00 2001 |
| 2 | From: Leon Anavi <leon.anavi@konsulko.com> | 2 | From: Leon Anavi <leon.anavi@konsulko.com> |
| 3 | Date: Mon, 27 Jan 2025 19:17:48 +0200 | 3 | Date: Mon, 27 Jan 2025 19:17:48 +0200 |
| 4 | Subject: [PATCH] builder.py: Check PYTHON_INCLUDE_DIR | 4 | Subject: [PATCH] builder.py: Check PYTHON_INCLUDE_DIR |
| @@ -15,10 +15,10 @@ Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> | |||
| 15 | 1 file changed, 1 insertion(+), 1 deletion(-) | 15 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 16 | 16 | ||
| 17 | diff --git a/src/scikit_build_core/builder/builder.py b/src/scikit_build_core/builder/builder.py | 17 | diff --git a/src/scikit_build_core/builder/builder.py b/src/scikit_build_core/builder/builder.py |
| 18 | index b19173f..f4fb2af 100644 | 18 | index 532d328..0c99ef3 100644 |
| 19 | --- a/src/scikit_build_core/builder/builder.py | 19 | --- a/src/scikit_build_core/builder/builder.py |
| 20 | +++ b/src/scikit_build_core/builder/builder.py | 20 | +++ b/src/scikit_build_core/builder/builder.py |
| 21 | @@ -203,7 +203,7 @@ class Builder: | 21 | @@ -228,7 +228,7 @@ class Builder: |
| 22 | python_sabi_library = ( | 22 | python_sabi_library = ( |
| 23 | get_python_library(self.config.env, abi3=True) if limited_api else None | 23 | get_python_library(self.config.env, abi3=True) if limited_api else None |
| 24 | ) | 24 | ) |
| @@ -27,6 +27,3 @@ index b19173f..f4fb2af 100644 | |||
| 27 | numpy_include_dir = get_numpy_include_dir() | 27 | numpy_include_dir = get_numpy_include_dir() |
| 28 | 28 | ||
| 29 | # Classic Find Python | 29 | # Classic Find Python |
| 30 | -- | ||
| 31 | 2.39.5 | ||
| 32 | |||
