Hi,
I'm trying to install in Kubuntu. When I run ./configure, it fails to find BLAS and LAPACK, even though I've already installed them both a while ago via:
sudo apt-get install libblas-dev
sudo apt-get install liblapack-dev liblapacke-dev
I don't understand why it can't find it. I also installed OpenBLAS, since that was suggested:
sudo apt-get install libopenblas-dev
When I look in /usr/local/lib I find:
blas_LINUX.a
libblas.a
Any help or suggestions?
Thanks!
Mike