You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
.The text was updated successfully, but these errors were encountered: