[deal.II] Re: configuration with LAPACK/BLAS fails

2019-07-08 Thread Ahmad Shahba
I fixed the failing gmsh test case. I am reporting it here, just in case someone else faced the same problem. It turned out that the gmsh I was using was linking to the blas library shipped with Ubuntu, but since my manually installed openblas appeared first on my path, gmsh wasn't picking up

[deal.II] Re: configuration with LAPACK/BLAS fails

2019-07-03 Thread Bruno Turcksin
Ahmad, The first thing is that you should not try to set the flags yourself. You should let CMake take care of that. You should just set the paths (BLAS_DIR and LAPACK_DIR) and let CMake do the rest. The second thing is that I am not sure sure that you are using the right MKL libraries. You