mirror of https://github.com/pyodide/pyodide.git
parent
2ee4f3b3da
commit
5754d211be
|
@ -598,22 +598,22 @@ workflows:
|
|||
- ./packages
|
||||
- ./dist
|
||||
|
||||
- build-packages:
|
||||
name: build-packages-opencv-python
|
||||
packages: opencv-python
|
||||
requires:
|
||||
- build-packages-no-numpy-dependents
|
||||
filters:
|
||||
tags:
|
||||
only: /.*/
|
||||
post-steps:
|
||||
- persist_to_workspace:
|
||||
root: .
|
||||
paths:
|
||||
- ./packages/opencv-python/build
|
||||
- ./packages/opencv-python/dist
|
||||
- ./packages/build-logs/opencv*
|
||||
- ./dist/opencv*
|
||||
# - build-packages:
|
||||
# name: build-packages-opencv-python
|
||||
# packages: opencv-python
|
||||
# requires:
|
||||
# - build-packages-no-numpy-dependents
|
||||
# filters:
|
||||
# tags:
|
||||
# only: /.*/
|
||||
# post-steps:
|
||||
# - persist_to_workspace:
|
||||
# root: .
|
||||
# paths:
|
||||
# - ./packages/opencv-python/build
|
||||
# - ./packages/opencv-python/dist
|
||||
# - ./packages/build-logs/opencv*
|
||||
# - ./dist/opencv*
|
||||
|
||||
- build-packages:
|
||||
name: build-packages-numpy-dependents
|
||||
|
@ -635,7 +635,7 @@ workflows:
|
|||
packages: "*"
|
||||
requires:
|
||||
- build-packages-numpy-dependents
|
||||
- build-packages-opencv-python
|
||||
# - build-packages-opencv-python
|
||||
filters:
|
||||
tags:
|
||||
only: /.*/
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
export PYVERSION ?= 3.11.3
|
||||
export PYODIDE_EMSCRIPTEN_VERSION ?= 3.1.32
|
||||
export PYODIDE_EMSCRIPTEN_VERSION ?= 3.1.33
|
||||
|
||||
export PLATFORM_TRIPLET=wasm32-emscripten
|
||||
export SYSCONFIG_NAME=_sysconfigdata__emscripten_$(PLATFORM_TRIPLET)
|
||||
|
|
|
@ -15,6 +15,9 @@ myst:
|
|||
|
||||
## Unreleased
|
||||
|
||||
- {{ Enhancement }} ABI Break: Updated Emscripten to version 3.1.33
|
||||
{pr}`3665`
|
||||
|
||||
- {{ Update }} The docker image now has node v20 instead of node v14.
|
||||
{pr}`3819`
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
package:
|
||||
name: lightgbm
|
||||
_disabled: true
|
||||
version: 3.3.5
|
||||
source:
|
||||
url: https://files.pythonhosted.org/packages/98/1f/fc5c183012f5fdd23e65d54ee09312d8b4dc9e4e39c227236f61942ef293/lightgbm-3.3.5.tar.gz
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
package:
|
||||
name: opencv-python
|
||||
_disabled: true
|
||||
version: 4.7.0.72
|
||||
top-level:
|
||||
- cv2
|
||||
|
|
|
@ -792,6 +792,7 @@
|
|||
- test_4dyear # '%4Y' != '0001'
|
||||
- test_ctime # '1941' != '-100'
|
||||
- test_monotonic # self.assertTrue(0.450 <= dt) fails
|
||||
- test_pthread_getcpuclockid # time.pthread_getcpuclockid(threading.get_ident()) fails
|
||||
- test_timeit
|
||||
- test_timeout
|
||||
- test_tix
|
||||
|
|
Loading…
Reference in New Issue