aboutsummaryrefslogtreecommitdiff
path: root/src/make.configuration.defn
blob: 1728ea5532b135731af1b48012d160918c3a880a (plain)
1
2
3
4
5
6
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