These versions are based on semantic versioning, and corresponds to the version in openblas-src/Cargo.toml.
From this release, openblas-build
crate will have same version as openblas-src
crate.
- Add support for using a custom target under linux #78
- Run cargo-clippy and rustfmt on CI #86
- Change link search order #61
- Update "cache" feature description #63
- Upgrade OpenBLAS to 0.3.14 #65
0.10.0 and 0.10.1 has been yanked and changes from 0.9.0 is summarized here.
- Detect OpenBLAS does not build some parts of LAPACK while "lapack" feature is enabled #49
- openblas-build crate has been introduced to resolve this issue
- openblas-build crate is introduced to sneak OpenBLAS build system configure
- "system" feature support for windows-msvc target through vcpkg #35
- Build products are placed on OUT_DIR to work
cargo clean
properly #31- Previous behavior (placed on .cargo/) is reproduced with "cache" feature