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.
My system: Manjaro Linux with installed
blas
andcblas
.Running
nimble test
produces:@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 ofblas
+cblas
.