rust-blas icon indicating copy to clipboard operation
rust-blas copied to clipboard

Link errors when building/testing

Open canndrew opened this issue 9 years ago • 1 comments

I'm on Gentoo and have the sci-libs/cblas-reference and virtual/cblas packages installed. When I run cargo test I get a couple of pages of errors "undefined reference to `cblas_...'"

I eventually figured out that I need to build with CARGO_BLAS=cblas to make it work.

canndrew avatar May 03 '16 16:05 canndrew

I needed this workaround as well on Arch Linux.

robsmith11 avatar Jun 28 '17 22:06 robsmith11