]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Include definitions of PETSC_DIR and PETSC_ARCH for consistency to be used in the...
authorhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 13 Jun 2005 10:04:52 +0000 (10:04 +0000)
committerhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 13 Jun 2005 10:04:52 +0000 (10:04 +0000)
git-svn-id: https://svn.dealii.org/trunk@10855 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/common/Make.global_options.in

index 92b05fca3158f2aa5761051337dbf05e944d6cea..170521dde92dfc9abe32caf220d0b0310d08d6eb 100644 (file)
@@ -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

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.