diff options
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 | 6 |
1 files changed, 3 insertions, 3 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 36eff85334..6d52086aab 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 3f5d2be717d200406126537eb2f3ed4de92bd2c1 Mon Sep 17 00:00:00 2001 | 1 | From 0aee90d953406414f09740a6ef851ed7e666dc9e 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,7 +15,7 @@ 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 532d328..0c99ef3 100644 | 18 | index d05065f..b01d621 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 | @@ -228,7 +228,7 @@ class Builder: | 21 | @@ -228,7 +228,7 @@ class Builder: |
| @@ -26,4 +26,4 @@ index 532d328..0c99ef3 100644 | |||
| 26 | + python_include_dir = os.getenv("PYTHON_INCLUDE_DIR") or get_python_include_dir() | 26 | + python_include_dir = os.getenv("PYTHON_INCLUDE_DIR") or get_python_include_dir() |
| 27 | numpy_include_dir = get_numpy_include_dir() | 27 | numpy_include_dir = get_numpy_include_dir() |
| 28 | 28 | ||
| 29 | # Classic Find Python | 29 | # Warning for CPython 3.13.4 Windows bug |
