Package: pyopencl / 2025.1-2

Metadata

Package Version Patches format
pyopencl 2025.1-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 MNT stop using deprecated numpy macros.patch | (download)

src/wrap_cl.hpp | 4 2 + 2 - 0 !
src/wrap_helpers.hpp | 4 2 + 2 - 0 !
2 files changed, 4 insertions(+), 4 deletions(-)

 [patch] mnt: stop using deprecated numpy macros

These were deprecated in np1.7 and will be removed in np2.3 (currently removed
on numpy main branch).

xref https://github.com/numpy/numpy/pull/28254/

import sphinxconfig.patch | (download)

doc/conf.py | 3 2 + 1 - 0 !
doc/sphinxconfig.py | 79 79 + 0 - 0 !
2 files changed, 81 insertions(+), 1 deletion(-)

 import sphinxconfig.py for offline usage

docs.patch | (download)

doc/Makefile | 2 1 + 1 - 0 !
doc/conf.py | 7 5 + 2 - 0 !
2 files changed, 6 insertions(+), 3 deletions(-)

 use debian packages for external documentation

python3.patch | (download)

doc/Makefile | 4 2 + 2 - 0 !
examples/demo.py | 2 1 + 1 - 0 !
examples/svm.py | 2 1 + 1 - 0 !
test/test_array.py | 2 1 + 1 - 0 !
test/test_enqueue_copy.py | 2 1 + 1 - 0 !
5 files changed, 6 insertions(+), 6 deletions(-)

 run scripts under python 3