aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@b716e942-a2de-43ad-8f52-f3dfe468e4e7>2008-07-21 17:56:58 +0000
committerschnetter <schnetter@b716e942-a2de-43ad-8f52-f3dfe468e4e7>2008-07-21 17:56:58 +0000
commitd93c0ea6664bda9566e34700d1ca645fdee9deb1 (patch)
tree3219b1d08d55a7c95ee97f367874b0ba1428afce
parentccff7dedda4ace09a2c523bc621150b7610ed634 (diff)
Remove file
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinUtils/TGRtensor/trunk@48 b716e942-a2de-43ad-8f52-f3dfe468e4e7
-rw-r--r--src/make.configuration.defn7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/make.configuration.defn b/src/make.configuration.defn
deleted file mode 100644
index 1728ea5..0000000
--- a/src/make.configuration.defn
+++ /dev/null
@@ -1,7 +0,0 @@
-# Main make.configuration.defn file for thorn TGRtensor -*-Makefile-*-
-# $Header$
-
-# Ensure that LAPACK is available
-ifeq ($(strip $(HAVE_LAPACK)), )
- $(error Configuration error: The thorn TGRtensor requires LAPACK. Please configure with LAPACK, or remove the thorn TGRtensor from the ThornList.)
-endif