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

superlu fails on JLSE #62

Open
koysean opened this issue Feb 22, 2023 · 0 comments
Open

superlu fails on JLSE #62

koysean opened this issue Feb 22, 2023 · 0 comments

Comments

@koysean
Copy link

koysean commented Feb 22, 2023

The superlu test fails at the compile stage with the following error:

/usr/bin/ld: cannot find -lopenblas

I believe this occurs due to the test assuming that superlu is built with openblas:

${TEST_CC} -g ./c_sample.c -I${SUPERLU_ROOT}/include/ -L${SUPERLU_ROOT}/lib64 -L${SUPERLU_ROOT}/lib -L${OPENBLAS_ROOT}/lib -lsuperlu -lopenblas -lm -o c_sample

So if superlu is built against any other BLAS provider the test fails.

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

No branches or pull requests

1 participant