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

Do not pass --without-parmetis to configure

Passing --without-parmetis triggers a bug in the configure script
causing it to abort.

Reference: https://dune-project.org/flyspray/index.php?do=details&task_id=1404
parent 20d3e40c
No related branches found
No related tags found
No related merge requests found
......@@ -8,10 +8,10 @@ DUNE_DEBIAN_CONFIGURE_FLAGS ?= \
--with-gmp \
--without-grape \
--without-metis \
--without-parmetis \
--with-superlu \
--without-ug \
--without-x
# --without-parmetis \
override_dh_auto_configure:
$(DUNE_DEBIAN_DUNECONTROL) autogen
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment