thaler-lab / Wasserstein

Python/C++ library for computing Wasserstein distances efficiently.
https://thaler-lab.github.io/Wasserstein
Other
21 stars 8 forks source link

ci: Stable libomp install #24

Closed j-s-ashley closed 3 weeks ago

j-s-ashley commented 4 weeks ago

Resolves #19 , addresses the following items from #10 > build-wheels.yml > - [ ] Remove test jobs > - [ ] Use GHA cibuildwheel instead of build-wheel script > - [ ] Use GHA pypa/publish

For MacOS builds (currently just MacOS-13), this will:

  1. Use the GH checkout action to access the entire LLVM project
  2. Build and install OpenMP with appropriate compiler flags
j-s-ashley commented 4 weeks ago

This needs: