blas-lapack-rs / openblas-src

Source of BLAS and LAPACK via OpenBLAS
Other
78 stars 48 forks source link

Use tar.gz image of OpenBLAS #95

Closed termoshtt closed 1 year ago

termoshtt commented 1 year ago

Because OpenBLAS 0.3.21 started to contain f2c-generated C code, it becomes larger than 150MB. It exceeds crates.io limit, and I cannot publish openblas-src crate with current master branch.

This PR replace source distribution as git-submodule by tar.gz file obtained from official release https://github.com/xianyi/OpenBLAS/releases/tag/v0.3.21