Skip to content
Snippets Groups Projects
Commit 4b60b134 authored by Oliver Sander's avatar Oliver Sander
Browse files

BugFix: Fixed error in path. Kudos to Olaf Ippisch

[[Imported from SVN: r6758]]
parent 368a93d9
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,7 @@ Copyright holders:
2005--2010 Carsten Gräser
2010--2012 Christoph Grüninger
2006 Bernhard Haasdonk
2012 Olaf Ippisch
2009 Leonard Kern
2005--2007 Sreejith Pulloor Kuttanikkad
2003--2012 Robert Klöfkorn
......
......@@ -80,7 +80,7 @@ AC_DEFUN([DUNE_PATH_PARMETIS],[
if test x"$with_mpi" != x"no" && test x"$with_parmetis" != x"no" ; then
# defaultpath
PARMETIS_LIB_PATH="$with_parmetis$lib_path"
PARMETIS_LIB_PATH="$with_parmetis/$lib_path"
PARMETIS_INCLUDE_PATH="$with_parmetis/$include_path"
PARMETIS_LIBS="-L$PARMETIS_LIB_PATH -l$with_metis_lib $DUNEMPILIBS -lm"
......
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