aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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