Releases: blas-lapack-rs/openblas-src
Releases · blas-lapack-rs/openblas-src
openblas-src-v0.10.9
What's Changed
- Use ubuntu 22.04 image on CI by @termoshtt in #110
- OpenBLAS v0.3.25 & Extended Target Support & Build Fixes by @gkobeaga in #108
- add rerun-if flags by @Dirreke in #105
- respect OPENBLAS_{{CC, FC, HOSTCC}} env vars on linux by @mike-kfed in #102
- Use macos-14 instance for CI by @termoshtt in #112
New Contributors
- @gkobeaga made their first contribution in #108
- @Dirreke made their first contribution in #105
- @mike-kfed made their first contribution in #102
Full Changelog: openblas-src-v0.10.8...openblas-src-v0.10.9
openblas-src-v0.10.8
What's Changed
- Use native-tls/native-certs features of ureq crate by @lazareviczoran in #98
New Contributors
- @lazareviczoran made their first contribution in #98
Full Changelog: openblas-src-v0.10.7...openblas-src-v0.10.8
openblas-src-v0.10.7
0.10.6 has been yanked.
- From this release, OpenBLAS source code will be downloaded by
build.rs
since OpenBLAS 0.3.21 cannot upload to crates.io due to size limit. See #97 for detail.
What's Changed
- homebrew directory depends on architecture. Include libomp libs by @maparent in #89
- Use
brew --prefix
command to get library path by @termoshtt in #93 - Upgrade OpenBLAS to 0.3.21 by @termoshtt in #92
- Use tar.gz image of OpenBLAS by @termoshtt in #95
- Expand tar.gz on
OUT_DIR
by @termoshtt in #96 - Download OpenBLAS source code from GitHub Release in build.rs by @termoshtt in #97
New Contributors
Full Changelog: openblas-src-v0.10.5...openblas-src-v0.10.7
0.10.5
openblas-src-0.10.4
openblas-src-0.10.3
openblas-src-0.10.2
0.10.2 - 2021-01-30
0.10.0 and 0.10.1 has been yanked and changes from 0.9.0 is summarized here.
Fixed
- 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
Added
- openblas-build crate is introduced to sneak OpenBLAS build system configure
- "system" feature support for windows-msvc target through vcpkg #35