diff options
| author | Khem Raj <raj.khem@gmail.com> | 2025-05-18 09:57:18 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-05-19 15:06:30 -0700 |
| commit | 02c52ce66f3845f6d2fbdc74bd3c291a4c4eb902 (patch) | |
| tree | 006063bc84c8c9039f5800c9de39acc6e637ff60 /meta-python/recipes-devtools/python/python3-pandas/0001-BLD-add-option-to-specify-numpy-header-location.patch | |
| parent | ecca54d9307a523d6f644e70294a37d6f89548ee (diff) | |
| download | meta-openembedded-02c52ce66f3845f6d2fbdc74bd3c291a4c4eb902.tar.gz | |
python3-pandas: Upgrade to 2.2.3
Fixes build with cython >=3.1
Drop patch to pin numpy to 1.x
Edit out absolute paths from cython generated C files
Cc: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pandas/0001-BLD-add-option-to-specify-numpy-header-location.patch')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pandas/0001-BLD-add-option-to-specify-numpy-header-location.patch | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pandas/0001-BLD-add-option-to-specify-numpy-header-location.patch b/meta-python/recipes-devtools/python/python3-pandas/0001-BLD-add-option-to-specify-numpy-header-location.patch index 87023a24ec..e83576eb62 100644 --- a/meta-python/recipes-devtools/python/python3-pandas/0001-BLD-add-option-to-specify-numpy-header-location.patch +++ b/meta-python/recipes-devtools/python/python3-pandas/0001-BLD-add-option-to-specify-numpy-header-location.patch | |||
| @@ -25,15 +25,10 @@ Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> | |||
| 25 | 2 files changed, 11 insertions(+), 3 deletions(-) | 25 | 2 files changed, 11 insertions(+), 3 deletions(-) |
| 26 | create mode 100644 meson.options | 26 | create mode 100644 meson.options |
| 27 | 27 | ||
| 28 | diff --git a/meson.options b/meson.options | ||
| 29 | new file mode 100644 | ||
| 30 | index 0000000000..3d3a18d145 | ||
| 31 | --- /dev/null | 28 | --- /dev/null |
| 32 | +++ b/meson.options | 29 | +++ b/meson.options |
| 33 | @@ -0,0 +1 @@ | 30 | @@ -0,0 +1 @@ |
| 34 | +option('numpy_inc_dir', type : 'string', description : 'The absolute path to the numpy headers') | 31 | +option('numpy_inc_dir', type : 'string', description : 'The absolute path to the numpy headers') |
| 35 | diff --git a/pandas/meson.build b/pandas/meson.build | ||
| 36 | index 435103a..a08c77a 100644 | ||
| 37 | --- a/pandas/meson.build | 32 | --- a/pandas/meson.build |
| 38 | +++ b/pandas/meson.build | 33 | +++ b/pandas/meson.build |
| 39 | @@ -3,17 +3,24 @@ incdir_numpy = run_command(py, | 34 | @@ -3,17 +3,24 @@ incdir_numpy = run_command(py, |
