aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-07-22 12:30:47 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-07-22 12:30:47 +0000
commite267357038835815ec1cf635d698841ea57a7c60 (patch)
tree585930d318e0c5ad1fde85c4f1837dcaef12be8c /src
parentdc3dc6380ac5aa582a2fc95d58842328d4d34b66 (diff)
tell Cactus about LAPACK + BLAS libraries we use
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@650 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src')
-rw-r--r--src/make.configuration.defn5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/make.configuration.defn b/src/make.configuration.defn
new file mode 100644
index 0000000..06830d3
--- /dev/null
+++ b/src/make.configuration.defn
@@ -0,0 +1,5 @@
+# additional configuration information for Cactus to build this thorn
+# $Header$
+
+LIBDIRS += /usr/local/lib
+LIBS += lapack blas