Am 19. Jul 2014, 14:24 schrieb Timo Heister <
hei...@clemson.edu>:
> If you add "-latlas" then the linker is looking for libatlas.so, which
> does not exist in your listing above. Did you configure atlas to
> create a shared lib?
>
> On Fri, Jul 18, 2014 at 5:14 PM, sebuschi <
achim.bo...@t-online.de> wrote:
>> [...]
The link line is wrong. If this shall be a manual override, it must
read:
-DLAPACK_LIBRARIES="-L<correct path> -latlas -lcblas -lf77blas -llapack"
or better:
-DLAPACK_LIBRARIES="/full/path/to/libatlas.so;..."
or even better:
- nuke build directory, try again by only defining LAPACK_DIR=...,
BLAS_DIR=... (without *_LIBRARIES...).
The variable LAPACK_DIR is only used for the FindLAPACK.cmake module to
find libraries. However, in case LAPACK_LIBRARIES is manually defined,
nothing happens.
Best,
Matthias