Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tests are not passing with blas+cblas #3

Open
narimiran opened this issue Feb 10, 2019 · 1 comment · Fixed by #4
Open

Tests are not passing with blas+cblas #3

narimiran opened this issue Feb 10, 2019 · 1 comment · Fixed by #4

Comments

@narimiran
Copy link

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
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants