Skip to content
Snippets Groups Projects
Commit eb8a83f4 authored by Ansgar Burchardt's avatar Ansgar Burchardt
Browse files

dune-debian.mk: Add options to enable UMFPack support.

parent b85c1b96
Branches
Tags
No related merge requests found
...@@ -13,6 +13,7 @@ DUNE_DEBIAN_CONFIGURE_FLAGS ?= \ ...@@ -13,6 +13,7 @@ DUNE_DEBIAN_CONFIGURE_FLAGS ?= \
--without-parmetis \ --without-parmetis \
--with-superlu \ --with-superlu \
--with-ug=/usr \ --with-ug=/usr \
--with-umfpack-includedir=/usr/include/suitesparse --with-umfpack-libdir=/usr/lib \
--without-x --without-x
DUNE_DEBIAN_SHLIB = $(subst ~,.,lib$(DEB_SOURCE)-$(DEB_VERSION_UPSTREAM)) DUNE_DEBIAN_SHLIB = $(subst ~,.,lib$(DEB_SOURCE)-$(DEB_VERSION_UPSTREAM))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment