[Gmsh] Gmsh cannot find LAPACK although it is installed

Aleksey Rukhlenko aleksey_r at list.ru
Thu Aug 9 21:55:01 CEST 2012


Greetings, dear colleagues.

I try to compile gmsh-2.6.1 from sources on OpenSUSE 12.1 64 bit and I have 
following problem. During running cmake I get:

-- A library with BLAS API found.
-- A library with LAPACK API not found. Please specify library location.
WARNING: Could not find Blas or Lapack: most meshing algorithms will not be 
functional

I've installed everything regarding BLAS, LAPACK and ATLAS (except sse 
extensions) from: 
http://download.opensuse.org/repositories/science/openSUSE_12.1/

In /usr/include I have:
./clapack.h
./lapacke_mangling.h
./lapacke_config.h
./lapacke.h
./lapacke_utils.h
./openblas/lapacke_mangling.h
./openblas/lapacke_config.h
./openblas/lapacke.h
./openblas/lapacke_utils.h
./lapacke_mangling_with_flags.h
and ./atlas folder with ATLAS stuff.

Please, help. What do I have to do to make gmsh see LAPACK?

Best regards,
Aleksey.