Closed mattip closed 3 months ago
[x] I updated the version in pyproject.toml and made sure it matches git describe --tags --abbrev=8 in OpenBLAS at the OPENBLAS_COMMIT
git describe --tags --abbrev=8
OPENBLAS_COMMIT
cherry-pick commit to build windows without quadmath, replaces #85
update to OpenBLAS 0.3.28
Downloading the windows wheels-x64-1 zipfile and opening it, the windows wheel is 10.0MB. I will try adding -fno-ident and see if that shrinks the wheel.
-fno-ident
... as mentioned in this comment
[x] I updated the version in pyproject.toml and made sure it matches
git describe --tags --abbrev=8
in OpenBLAS at theOPENBLAS_COMMIT
cherry-pick commit to build windows without quadmath, replaces #85
update to OpenBLAS 0.3.28