From 19447b2ea3793079d1617d960d74e37e11b084d7 Mon Sep 17 00:00:00 2001 From: schnetter Date: Mon, 2 Aug 2004 14:06:32 +0000 Subject: Require Lapack when configuring. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinUtils/TGRtensor/trunk@17 b716e942-a2de-43ad-8f52-f3dfe468e4e7 --- src/make.configuration.defn | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/make.configuration.defn 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 -- cgit v1.2.3