MacPython / openblas-libs

BSD 2-Clause "Simplified" License
9 stars 13 forks source link

Build for latest OpenBLAS #148

Closed mattip closed 7 months ago

mattip commented 8 months ago

@tylerjereddy in order to build this repo for a particular OpenBLAS commit, you can make a PR to this repo with an updated OprnBLAS commit hash. There are three places that need to change, grep for COMMIT in the .travis and .github/ files

Merging that should upload tarballs to the usual places, ready for download by the scipy script (after making a change in that script to match)

tylerjereddy commented 8 months ago

Won't it have to be like https://github.com/MacPython/openblas-libs/pull/145, and no merging, because we can't consume the new wheels yet?

mattip commented 8 months ago

Kind of, base it off the scipy branch and target that branch in the pr

mattip commented 8 months ago

On top of #147

mattip commented 7 months ago

Closing, as the 0.3.27 tarballs for SciPy were built.