mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-24 20:00:33 +05:00
fix metisdir
This commit is contained in:
parent
d733c5c5cc
commit
1149c0f836
@ -83,12 +83,12 @@ AC_ARG_ENABLE([gui],
|
|||||||
[AC_HELP_STRING([--disable-gui],[don't build netgen with GUI])],
|
[AC_HELP_STRING([--disable-gui],[don't build netgen with GUI])],
|
||||||
[if test "$enableval" = yes; then ngguion=true; else ngguion=false; fi])
|
[if test "$enableval" = yes; then ngguion=true; else ngguion=false; fi])
|
||||||
|
|
||||||
|
metisdir=/usr/local
|
||||||
AC_ARG_WITH([metis],
|
AC_ARG_WITH([metis],
|
||||||
[AC_HELP_STRING([--with-metis=dir],[path to metis 5.x])],
|
[AC_HELP_STRING([--with-metis=dir],[path to metis 5.x])],
|
||||||
[metisdir=$withval],
|
[metisdir=$withval],
|
||||||
[metisdir=/usr/local]
|
[metisdir=/usr/local]
|
||||||
)
|
)
|
||||||
echo "metisdir = $metisdir"
|
|
||||||
|
|
||||||
AC_ARG_ENABLE([parallel],
|
AC_ARG_ENABLE([parallel],
|
||||||
[AC_HELP_STRING([--enable-parallel],[enable mpi parallelization])],
|
[AC_HELP_STRING([--enable-parallel],[enable mpi parallelization])],
|
||||||
|
Loading…
Reference in New Issue
Block a user