scivision / mumps

MUMPS via CMake
http://mumps-solver.org
MIT License
115 stars 46 forks source link

Find Lapack #26

Closed hbadi closed 2 years ago

hbadi commented 2 years ago

hello

I'm using mingw, i compiled openblas and install it under /opt But cmake can't find lapack, is there a way to set the root folder of openblas ? best regards.

scivision commented 2 years ago

something like

cmake -Bbuild -DLAPACK_ROOT=/opt