aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/make.configuration.defn7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/make.configuration.defn b/src/make.configuration.defn
new file mode 100644
index 0000000..1728ea5
--- /dev/null
+++ b/src/make.configuration.defn
@@ -0,0 +1,7 @@
+# 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