Skip to content
Snippets Groups Projects
Commit 6c64df05 authored by Markus Blatt's avatar Markus Blatt
Browse files

By default cmake prefers to use shared libraries resulting in a mix of shared

and static (dune-common) linkage. For supercomputer we need pure statically 
linked binaries.

This patch maked Cmake prefer static linkage on request (i.e. setting 
DUNE_USE_ONLY_STATIC_LIB to true).

Unfortunately, this breaks the Lapack test on ubuntu and Debian (at least 
wheezy) as there are multiple definitions in libblas.a and liblapack.a.


[[Imported from SVN: r6598]]
parent 906a68e6
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment