jakobkroeker

Results 2 comments of jakobkroeker

> we need to teach users how to program well ++ That is one of the core building blocks

``` --with-blas-libs=/usr/lib64/atlas/libsatlas.so.3 ``` worked for me ``` --with-blas-libs=-lopenblas ``` worked, too ``` --with-blas-libs=-lsatlas ``` did not... (ist is not in the search path): ``` ld -lsatlas --verbose ``` ``` attempt...