Skip to content

superlu fails on JLSE #62

@koysean

Description

@koysean

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions