From 8cad6b37aec20f29149d7c3aabe51ff05ece5d31 Mon Sep 17 00:00:00 2001 From: schnetter Date: Wed, 11 Nov 2009 15:51:38 +0000 Subject: Use new-style configuration mechanism for PETSc: Use an entry in configuration.ccl instead of checking in make.configuration.defn. git-svn-id: http://svn.cactuscode.org/arrangements/CactusElliptic/EllPETSc/trunk@105 1d96b42b-98df-4a6a-9d84-1b24288d4588 --- configuration.ccl | 2 +- src/make.configuration.defn | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/configuration.ccl b/configuration.ccl index 417b904..a1341c5 100644 --- a/configuration.ccl +++ b/configuration.ccl @@ -1,5 +1,5 @@ # Configuration definition for thorn EllPETSc # $Header$ -# REQUIRES PETSc +REQUIRES PETSc REQUIRES PUGH diff --git a/src/make.configuration.defn b/src/make.configuration.defn index b67845e..e69de29 100644 --- a/src/make.configuration.defn +++ b/src/make.configuration.defn @@ -1,6 +0,0 @@ -# Main make.code.defn file for thorn CactusElliptic/EllPETSc -# $Header$ - -ifeq ($(strip $(HAVE_PETSC)), ) - $(error This configuration was not configured to use PETSc. Please reconfigure with 'PETSC=yes' or remove EllPETSc from your ThornList) -endif -- cgit v1.2.3