Skip to content

Releases: blas-lapack-rs/openblas-src

openblas-src-v0.10.9

03 Feb 07:51
e1fd795
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: openblas-src-v0.10.8...openblas-src-v0.10.9

openblas-src-v0.10.8

14 Jan 06:38
aa69a8d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: openblas-src-v0.10.7...openblas-src-v0.10.8

openblas-src-v0.10.7

25 Dec 11:10
a5fbe97
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: openblas-src-v0.10.5...openblas-src-v0.10.7

0.10.5

27 Aug 07:19
8e674b9
Compare
Choose a tag to compare

From this release, openblas-build crate will have same version as openblas-src crate.

Fixed

  • Add support for using a custom target under linux #78

Changed

  • OpenBLAS 0.3.20 #85
    • OpenBLAS 0.3.17 #76
  • Use dynamic CRT link for vcpkg #69 #71

Internal

  • Run cargo-clippy and rustfmt on CI #86

openblas-src-0.10.4

03 Apr 08:45
Compare
Choose a tag to compare

0.10.4 - 2021-04-03

Fixed

  • Change link search order #61

openblas-src-0.10.3

03 Apr 08:45
40b76b2
Compare
Choose a tag to compare

0.10.3 - 2021-04-02

Fixed

  • Update "cache" feature description #63

Changed

  • Upgrade OpenBLAS to 0.3.14 #65

openblas-src-0.10.2

03 Apr 08:46
Compare
Choose a tag to compare

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
    • Link test for LAPACK routines written in Fortran #43
    • Switch to openblas-build on Linux #52
      • Not on macOS due to #54
    • Create openblas-build crate #47
      • cargo-workspace setup #45
  • "system" feature support for windows-msvc target through vcpkg #35

Changed

  • Use Rust 2018 edition #46
  • Switch to GitHub Actions from AppVeyor + Travis CI #40

0.9.0

03 Apr 08:46
185ab72
Compare
Choose a tag to compare

0.9.0 - 2020-03-08

Changed

  • Build products are placed on OUT_DIR to work cargo clean properly #31
    • Previous behavior (placed on .cargo/) is reproduced with "cache" feature