mikkyang/rust-blas

Link error In function `rblas::matrix::ops::f32.Gemm::gemm': rblas-0.0.11/src/matrix/ops.rs:34: undefined reference to `cblas_sgemm'

rohel01 opened this issue · 1 comments

Hello,

I am on Fedora 23, with blas and blas-devel 3.5.0 installed. I get the following error message when trying to run tests in Leaf using cargo.

If I switch to openblas, the link error disapears

Fedora 25, x86_64 same issue.