-
- Downloads
Setup build wheels using cibuildwheel for all systems (#559)
* initial setup of cibuildwheel * skip windows test * revert obsolete change * skip pypy on windows * clean old wheel build configuration * bump cibuildwheel version * fix flake test * limit wheel build run * undo skiping/failing tests * comment win32 steps in build-ocl-windows * use stable ICD on macos * Update scripts/build-ocl-windows.sh Co-authored-by:Andreas Klöckner <inform@tiker.net> * rename file for wheel build * add conda-forge explanation * remove mako from build-system requires * disable mako check for build under cibuildwheel * remove obsolete check of mako * add license information add missed SCRIPT_DIR * try use configure script * musllinux build * Apply suggestions from code review Co-authored-by:
Andreas Klöckner <inform@tiker.net> Co-authored-by:
Andreas Klöckner <inform@tiker.net>
Showing
- .github/workflows/ci.yml 0 additions, 37 deletions.github/workflows/ci.yml
- .github/workflows/wheels.yml 65 additions, 0 deletions.github/workflows/wheels.yml
- .gitignore 2 additions, 0 deletions.gitignore
- aksetup_helper.py 2 additions, 1 deletionaksetup_helper.py
- pyproject.toml 35 additions, 0 deletionspyproject.toml
- scripts/build-ocl-macos.sh 18 additions, 0 deletionsscripts/build-ocl-macos.sh
- scripts/build-ocl-windows.sh 22 additions, 0 deletionsscripts/build-ocl-windows.sh
- scripts/build-ocl.sh 23 additions, 0 deletionsscripts/build-ocl.sh
- scripts/build-wheels.sh 0 additions, 90 deletionsscripts/build-wheels.sh
- setup.py 3 additions, 25 deletionssetup.py
- test/test_wrapper.py 4 additions, 6 deletionstest/test_wrapper.py
Loading
Please register or sign in to comment