vanandrew / warpkit

Python library for neuroimaging transforms.
Other
6 stars 2 forks source link

:construction_worker: WIP for package build system #9

Closed vanandrew closed 7 months ago

vanandrew commented 7 months ago

WIP for warpkit's package build system.

TODOs:

  1. [x] docker images for linux/amd64 (linux/arm64 builds seem to have issues with ROMEO)
  2. [x] multi-platform python packages for linux and macOS (both intel and arm chips) using cibuildwheels
  3. [x] auto upload to pypi and ghcr on version tag release.

Despite checks passing for macOS, the package does not actually work on arm64 macOS (likely due to incorrect Cmake configuration).

  1. [x] Investigate CMakeLists.txt