aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@1d96b42b-98df-4a6a-9d84-1b24288d4588>2009-11-11 15:51:38 +0000
committerschnetter <schnetter@1d96b42b-98df-4a6a-9d84-1b24288d4588>2009-11-11 15:51:38 +0000
commit8cad6b37aec20f29149d7c3aabe51ff05ece5d31 (patch)
tree1d12db9ccf6db0f656b1a4c42ee8eb29ed7eaa96
parent9d1212bd68000a7b278dc889a9e0906d8bf66184 (diff)
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
-rw-r--r--configuration.ccl2
-rw-r--r--src/make.configuration.defn6
2 files changed, 1 insertions, 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