CBLAS Rust wrapper
Go to file
Andrey Tkachenko a965c1c03c Add README.md
2020-08-28 14:51:07 +04:00
src Init 2020-08-28 14:44:27 +04:00
.gitignore Init 2020-08-28 14:44:27 +04:00
build.rs Init 2020-08-28 14:44:27 +04:00
Cargo.toml Init 2020-08-28 14:44:27 +04:00
README.md Add README.md 2020-08-28 14:51:07 +04:00

CBLAS build

Some libraries may depend on CBLAS, and on some systems openblas may not be built with cblas. This crate builds CBLAS and links it statically.