[Dune] How to get rid of Lapack?

Markus Blatt markus at dr-blatt.de
Tue Feb 9 14:20:52 CET 2016


On Tue, Feb 09, 2016 at 11:29:48AM +0100, Dominic Kempf wrote:
> you can always set CMAKE_DISABLE_FIND_PACKAGE_<packagename>=1
> in your opts file. Note that <packagename> is case sensitive here.
> 

Please note that this will also disable all packages using Lapack
(e.g. the direct solvers) unless you set the variables usually set by
FindLAPACK to values that will make these packages assume that the
check was executed successfully.

IMHO this is a very hacky solution...

Markus

-- 
Dr. Markus Blatt - HPC-Simulation-Software & Services http://www.dr-blatt.de
Hans-Bunte-Str. 8-10, 69123 Heidelberg, Germany
Tel.: +49 (0) 160 97590858




More information about the Dune mailing list