CBLAS Rust wrapper
Go to file
Andrey Tkachenko ddfe99dcab
All checks were successful
continuous-integration/drone/push Build is passing
Fmt fix & CI
2022-03-07 20:25:03 +04:00
src Fmt fix & CI 2022-03-07 20:25:03 +04:00
.drone.yml Fmt fix & CI 2022-03-07 20:25:03 +04:00
.gitignore Init 2020-08-28 14:44:27 +04:00
build.rs Fmt fix & CI 2022-03-07 20:25:03 +04:00
Cargo.toml Change email 2020-09-11 18:37:38 +04:00
README.md Update README.md 2020-09-02 19:27:30 +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.