From: kronbichler Date: Tue, 21 Oct 2008 10:47:43 +0000 (+0000) Subject: One thing regarding METIS that certainly needs to be fixed. However, there is still... X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a41768f5c20670ed820ec541c9be129794de510f;p=dealii-svn.git One thing regarding METIS that certainly needs to be fixed. However, there is still a problem in the configure file. git-svn-id: https://svn.dealii.org/trunk@17285 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/common/Make.global_options.in b/deal.II/common/Make.global_options.in index b71ee39a5d..5ed9b80344 100644 --- a/deal.II/common/Make.global_options.in +++ b/deal.II/common/Make.global_options.in @@ -160,7 +160,7 @@ endif # same for metis, except that there is only one library in that case -lib-contrib-metis = $(DEAL_II_METIS_DIR)/libmetis.a +lib-contrib-metis = $(DEAL_II_METIS_LIBDIR)/libmetis.a # if PETSC is used, we need to add a number of libraries to what @@ -187,7 +187,7 @@ endif include-path-petsc = $(DEAL_II_PETSC_DIR)/include include-path-petsc-bmake = $(DEAL_II_PETSC_DIR)/bmake/$(DEAL_II_PETSC_ARCH) include-path-trilinos = $(DEAL_II_TRILINOS_INCDIR) -include-path-metis = $(DEAL_II_METIS_DIR)/Lib +include-path-metis = $(DEAL_II_METIS_INCDIR) # include paths as command line flags. while compilers allow a space between # the '-I' and the actual path, we also send these flags to the