Closed termoshtt closed 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
tar.gz
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