aboutsummaryrefslogtreecommitdiff
path: root/CarpetAttic
diff options
context:
space:
mode:
authorschnetter <>2003-04-30 10:44:00 +0000
committerschnetter <>2003-04-30 10:44:00 +0000
commit2e40aacbdbd6f66a2d2fdeb0e1a33b426035858b (patch)
tree416fce821a04c8d9b2762061ac1dbd0b202a148e /CarpetAttic
parented399843a7d22ebe614a0628dc1f5b52bdbe491b (diff)
Remove non-working autoconfiguration for finding the FlexIO library.
darcs-hash:20030430104437-07bb3-f7750307c5df9e2e826600e46d9de57c580b97ad.gz
Diffstat (limited to 'CarpetAttic')
-rw-r--r--CarpetAttic/CarpetIOFlexIO/src/make.code.defn13
-rw-r--r--CarpetAttic/CarpetIOFlexIO/src/make.configuration.defn16
2 files changed, 1 insertions, 28 deletions
diff --git a/CarpetAttic/CarpetIOFlexIO/src/make.code.defn b/CarpetAttic/CarpetIOFlexIO/src/make.code.defn
index 6c9346f0f..dade438c7 100644
--- a/CarpetAttic/CarpetIOFlexIO/src/make.code.defn
+++ b/CarpetAttic/CarpetIOFlexIO/src/make.code.defn
@@ -1,5 +1,5 @@
# Main make.code.defn file for thorn CarpetIOFlexIO
-# $Header: /home/eschnett/C/carpet/Carpet/CarpetAttic/CarpetIOFlexIO/src/make.code.defn,v 1.3 2002/12/12 12:57:07 schnetter Exp $
+# $Header: /home/eschnett/C/carpet/Carpet/CarpetAttic/CarpetIOFlexIO/src/make.code.defn,v 1.4 2003/04/30 12:44:37 schnetter Exp $
# Source files in this directory
SRCS = ioflexio.cc
@@ -7,14 +7,3 @@ SRCS = ioflexio.cc
# Subdirectories containing source files
SUBDIRS =
-
-
-# Provide configuration information for the FlexIO library
-
-# Add your include directories here until Cactus has a better
-# configuration mechanism:
-# (The library directories are set in the make.configuration.defn file.)
-FLEXIO_SYS_INC_DIRS := /home/eschnett/proj/FlexIO/include /home/schnette/proj/FlexIO/include /home/eschnett/FlexIO
-
-# Add this thorn's configuration information
-SYS_INC_DIRS := $(FLEXIO_SYS_INC_DIRS) $(SYS_INC_DIRS)
diff --git a/CarpetAttic/CarpetIOFlexIO/src/make.configuration.defn b/CarpetAttic/CarpetIOFlexIO/src/make.configuration.defn
deleted file mode 100644
index 2fd2e7137..000000000
--- a/CarpetAttic/CarpetIOFlexIO/src/make.configuration.defn
+++ /dev/null
@@ -1,16 +0,0 @@
-# Main make.configuration.defn file for thorn CarpetIOFlexIO
-# $Header: /home/eschnett/C/carpet/Carpet/CarpetAttic/CarpetIOFlexIO/src/Attic/make.configuration.defn,v 1.4 2002/12/12 12:57:07 schnetter Exp $
-
-# Provide configuration information for the FlexIO library
-
-# Add your library directories here until Cactus has a better
-# configuration mechanism:
-# (The include directories are set in the make.code.defn file.)
-FLEXIO_LIBDIRS := /home/eschnett/proj/FlexIO/lib /home/schnette/FlexIO/lib /home/eschnett/FlexIO
-
-# The FlexIO, HDF5, HDF4, and their support libraries
-FLEXIO_LIBS := AMR h5io hdfio hlio ieeeio hdf5 mfhdf df jpeg z
-
-# Add this thorn's configuration information
-LIBDIRS := $(FLEXIO_LIBDIRS) $(LIBDIRS)
-LIBS := $(FLEXIO_LIBS) $(LIBS)