PR https://github.com/light-curve/light-curve-python/pull/185 introduces initial support of building Windows binary wheels with ci-build-wheel. However many things are missed: - [ ] Ceres support, probably blocked by https://github.com/light-curve/ceres-solver-rs/issues/9 - [ ] GSL support, I don't know how to link library built with `vcpkg` (or any other package manager ) - [ ] 32-bit x86 support, do people still use 32-bin Python on Windows? - [ ] ARM64 support, do people already use Windows on ARM?
PR #185 introduces initial support of building Windows binary wheels with ci-build-wheel. However many things are missed:
vcpkg(or any other package manager )