Gyeongjae Choi
53d85a9bc2
MAINT Use run_in_pyodide in xgboost, opencv, and matplotlib tests ( #3184 )
2022-10-28 17:35:27 +09:00
Yizhi Liu
ee77f6c556
XGBoost: Fix type mismatch for CSR conversion in c_api ( #3194 )
2022-10-27 09:52:24 +09:00
Gyeongjae Choi
a916ea0b34
BLD simplify building CMake based packages ( #3128 )
...
This PR makes building CMake based packages easier.
- Introduce a custom toolchain file for Pyodide. It inherits most of settings from the original Emscripten toolchain file with some modifications. Packages built by pyodide-build will automatically use that toolchain file.
- Proxy cmake in pywasmcross.py, in order to proxy other compiler toolchains.
2022-09-22 10:42:26 +09:00
Gyeongjae Choi
555f7828f4
Parse top-level import name from wheel file ( #3006 )
2022-09-06 15:20:04 +09:00
Roman Yurchak
c85e00806b
MAINT Switch to pytest-pyodide ( #2893 )
...
Co-authored-by: ryanking13 <def6488@gmail.com>
2022-07-31 19:00:45 +09:00
Hood Chatham
fac51bdcf0
Default to -sSIDE_MODULE=2 in packages ( #2712 )
...
Drops the size of the dist directory from 271mb to 226 mb which is a 17% size reduction.
2022-06-23 07:15:21 -07:00
Hood Chatham
f4f179fee8
Update packages ( #2758 )
...
Everything is up to date except:
* yt
* opencv-python
2022-06-22 11:12:05 -07:00
Gyeongjae Choi
587a73fa14
PKG Add XGBoost ( #2537 )
...
Co-authored-by: Hood Chatham <roberthoodchatham@gmail.com>
2022-06-07 17:49:57 +09:00