aboutsummaryrefslogtreecommitdiff
path: root/src/make.code.defn
diff options
context:
space:
mode:
authortradke <tradke@1d96b42b-98df-4a6a-9d84-1b24288d4588>2003-08-29 15:21:39 +0000
committertradke <tradke@1d96b42b-98df-4a6a-9d84-1b24288d4588>2003-08-29 15:21:39 +0000
commit4d5cda19ac337f2466d861ed612655b1a6ef6278 (patch)
tree3fdc8009f325990096f7a8b1fbc98f5fa891a7dd /src/make.code.defn
parentd4daae91ff1c5014ad2f964da99d37bb0443de50 (diff)
Removed all the configure stuff which checked for PETSC_DIR and PETSC_ARCH
at compile time. This is now done only once at configure time by saying 'PETSC=yes [PETSC_DIR=...] [PETSC_ARCH=...]'. You need to update Cactus/lib/make/extras/ also. This closes PR CactusElliptic/1142: EllPETSc solver doesn't link and PR CactusElliptic/868: EllPETSc needs environment variables. git-svn-id: http://svn.cactuscode.org/arrangements/CactusElliptic/EllPETSc/trunk@79 1d96b42b-98df-4a6a-9d84-1b24288d4588
Diffstat (limited to 'src/make.code.defn')
-rw-r--r--src/make.code.defn7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/make.code.defn b/src/make.code.defn
index fcfda6d..aabfe3a 100644
--- a/src/make.code.defn
+++ b/src/make.code.defn
@@ -3,10 +3,3 @@
# Source files in this directory
SRCS = Startup.c petsc_wrapper.c petsc_confmetric_solver.c petsc_flat_solver.c
-
-
-# Add PETSc include dirs to the Cactus makefile variables
-SYS_INC_DIRS += $(PETSC_DIR)/include $(PETSC_DIR)/bmake/$(PETSC_ARCH)
-
-# Define this to enable PETSC's error-checking macros
-CFLAGS += -DUSE_PETSC_DEBUG