From 0a3b67aed85be9f18e3d29b44a44b3a5028292f3 Mon Sep 17 00:00:00 2001 From: wolf Date: Wed, 20 Apr 2005 21:59:41 +0000 Subject: [PATCH] Substitute DEAL_II_METIS_VERSION git-svn-id: https://svn.dealii.org/trunk@10548 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/common/Make.global_options.in | 1 + deal.II/configure.in | 1 + 2 files changed, 2 insertions(+) diff --git a/deal.II/common/Make.global_options.in b/deal.II/common/Make.global_options.in index 9122a2b4ca..2996dc0d02 100644 --- a/deal.II/common/Make.global_options.in +++ b/deal.II/common/Make.global_options.in @@ -53,6 +53,7 @@ DEAL_II_PETSC_VERSION_SUBMINOR = @DEAL_II_PETSC_VERSION_SUBMINOR@ USE_CONTRIB_METIS = @USE_CONTRIB_METIS@ DEAL_II_METIS_DIR = @DEAL_II_METIS_DIR@ +DEAL_II_METIS_VERSION= @DEAL_II_METIS_VERSION@ USE_CONTRIB_HSL = @USE_CONTRIB_HSL@ USE_CONTRIB_UMFPACK = @USE_CONTRIB_UMFPACK@ diff --git a/deal.II/configure.in b/deal.II/configure.in index c5fb157fa0..dbfc11dbf4 100644 --- a/deal.II/configure.in +++ b/deal.II/configure.in @@ -405,6 +405,7 @@ AC_SUBST(DEAL_II_DEFINE_DEAL_II_USE_PETSC) DEAL_II_CONFIGURE_METIS AC_SUBST(USE_CONTRIB_METIS) AC_SUBST(DEAL_II_METIS_DIR) +AC_SUBST(DEAL_II_METIS_VERSION) dnl Check for UMFPack. This is more an enable for the contributed version, dnl but it should become a real --with-umfpack later -- 2.39.5