From b1792572ae9f25a0be0875891378dcab261340d2 Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 1 Jul 2009 08:24:04 +0000 Subject: [PATCH] Make sure we also have SLEPc available. git-svn-id: https://svn.dealii.org/trunk@19006 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-36/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deal.II/examples/step-36/Makefile b/deal.II/examples/step-36/Makefile index 9a5b39cbe7..8b534d4bd5 100644 --- a/deal.II/examples/step-36/Makefile +++ b/deal.II/examples/step-36/Makefile @@ -46,9 +46,9 @@ clean-up-files = *gmv *gnuplot *gpl *eps *pov *vtk include $D/common/Make.global_options ################################################################ -# This example program will only work if PETSc is installed. If this -# is not the case, then simply redefine the main targets to to nothing -ifneq ($(USE_CONTRIB_PETSC),yes) +# This example program will only work if PETSc and SLEPc are both installed. +# If this is not the case, then simply redefine the main targets to do nothing +ifneq ($(USE_CONTRIB_PETSC)$(USE_CONTRIB_SLEPC),yesyes) default run clean: @echo @echo "===========================================================" -- 2.39.5