SciNim / nimblas

BLAS for Nim
http://scinim.github.io/nimblas
Apache License 2.0
42 stars 5 forks source link

Tests are not passing with blas+cblas #3

Open narimiran opened 5 years ago

narimiran commented 5 years ago

My system: Manjaro Linux with installed blas and cblas.

Running nimble test produces:

could not import: cblas_ddot
Error: execution of an external program failed: '/home/miran/Documents/programming/nim/nimblas/tests/test '

@mratsim reported similar behaviour: "I get could not import: cblas_dgemm", which is the same error I get when I try to run Arraymancer's nimble tests. He reported that Arraymancer passes the tests with openblas instead of blas + cblas.

andreaferretti commented 5 years ago

As far as I can tell, this is an issue with Manjaro. Just pass -d:blas=cblas as a workaround