Skip to content

Commit 97b445f

Browse files
committed
queue.yml: mark glcontext ci-running (PR #1396)
1 parent f214e9c commit 97b445f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.queue.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2499,7 +2499,7 @@ packages:
24992499
repo: https://github.com/thewh1teagle/espeakng-loader
25002500
status: ci-running
25012501
pr: https://github.com/riseproject-dev/python-wheels/pull/1395
2502-
notes: 'Upstream compiles eSpeak NG 1.52.0 from source per platform (build.sh/build.yml) and repackages the .so + data as a py3-none-<platform> wheel via hatch_build.py''s WHEEL_TAG hook (no riscv64 wheel today) - a genuine compile-from-source port, not a vendored prebuilt binary. riscv64 needs -DCMAKE_POSITION_INDEPENDENT_CODE=ON (espeak-ng''s vendored sonic subproject skips -fPIC, which only riscv64''s ld rejects); verified locally end-to-end (build, package, install, ctypes load, espeak_Info() call) via QEMU riscv64 manylinux_2_39 container before opening CI. No git tags upstream; pinned release commit 146599e29be3 (tree matches published 0.2.4). gpl_sources archives the eSpeak NG (GPLv3) source it compiles from, since the wheel ships the compiled library directly.'
2502+
notes: Upstream compiles eSpeak NG 1.52.0 from source per platform (build.sh/build.yml) and repackages the .so + data as a py3-none-<platform> wheel via hatch_build.py's WHEEL_TAG hook (no riscv64 wheel today) - a genuine compile-from-source port, not a vendored prebuilt binary. riscv64 needs -DCMAKE_POSITION_INDEPENDENT_CODE=ON (espeak-ng's vendored sonic subproject skips -fPIC, which only riscv64's ld rejects); verified locally end-to-end (build, package, install, ctypes load, espeak_Info() call) via QEMU riscv64 manylinux_2_39 container before opening CI. No git tags upstream; pinned release commit 146599e29be3 (tree matches published 0.2.4). gpl_sources archives the eSpeak NG (GPLv3) source it compiles from, since the wheel ships the compiled library directly.
25032503
- pkg: text2num
25042504
version: 3.1.0
25052505
home: https://github.com/allo-media/text2num
@@ -3351,9 +3351,9 @@ packages:
33513351
version: 3.0.0
33523352
home: https://github.com/moderngl/glcontext
33533353
repo: https://github.com/moderngl/glcontext
3354-
status: porting
3355-
pr: null
3356-
notes: '30 Linux wheels upstream (abi: cp310,cp311,cp312,cp313,cp38,cp39,pp310,pp38,pp39); no riscv64 on PyPI or pypi.riseproject.dev.'
3354+
status: ci-running
3355+
pr: https://github.com/riseproject-dev/python-wheels/pull/1396
3356+
notes: 'PR #1396 open. Two small C++ extensions (x11, egl) that dlopen their target libraries at runtime, no native build deps. Builds manylinux and musllinux riscv64 for cp312/cp313/cp314/cp314t. Upstream ships wheels untested; added a smoke test instead since the default (x11) backend needs a running X server this headless runner does not have - the egl backend (the actual headless use case) gets a real functional test via the images'' bundled Mesa software rasterizer.'
33573357
- pkg: eclipse-zenoh
33583358
version: 1.10.0
33593359
home: https://readthedocs.org/projects/zenoh-python/

0 commit comments

Comments
 (0)