From: Wolfgang Bangerth Date: Wed, 1 Jul 2009 08:24:04 +0000 (+0000) Subject: Make sure we also have SLEPc available. X-Git-Tag: v8.0.0~7553 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bacd3a35a0bdae8f3f4414244d2ff5b16f533102;p=dealii.git Make sure we also have SLEPc available. git-svn-id: https://svn.dealii.org/trunk@19006 0785d39b-7218-0410-832d-ea1e28bc413d --- 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 "==========================================================="