From 82691a8c6892e7cb83efc44791d37e9840e5154f Mon Sep 17 00:00:00 2001 From: hartmann Date: Mon, 13 Jun 2005 10:04:52 +0000 Subject: [PATCH] Include definitions of PETSC_DIR and PETSC_ARCH for consistency to be used in the variables file. git-svn-id: https://svn.dealii.org/trunk@10855 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/common/Make.global_options.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deal.II/common/Make.global_options.in b/deal.II/common/Make.global_options.in index 92b05fca31..170521dde9 100644 --- a/deal.II/common/Make.global_options.in +++ b/deal.II/common/Make.global_options.in @@ -186,6 +186,9 @@ CFLAGS = @CFLAGS@ # PETSc wants to see a whole lot of other flags being passed. ... ifeq ($(USE_CONTRIB_PETSC),yes) + # set PETSC_DIR and PETSC_ARCH to be used in variables file + PETSC_DIR = $(DEAL_II_PETSC_DIR) + PETSC_ARCH = $(DEAL_II_PETSC_ARCH) ifeq ($(DEAL_II_PETSC_VERSION_MINOR),2) include $(DEAL_II_PETSC_DIR)/bmake/$(DEAL_II_PETSC_ARCH)/variables else -- 2.39.5