aboutsummaryrefslogtreecommitdiff
path: root/README.library
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2005-11-17 12:44:12 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2005-11-17 12:44:12 +0000
commit64eff097b94bf3c37dc9802cf2546507bb1887c4 (patch)
tree12beff5f0fab7db7fbf9d982234db70c65cb5a9b /README.library
parent354d88d257f689f39d698023f48e5897d5868930 (diff)
fix LAPACK_EXTRA_LIBDIRS setting; thanks to Ian Hinder for spotting bug
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1431 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'README.library')
-rw-r--r--README.library6
1 files changed, 1 insertions, 5 deletions
diff --git a/README.library b/README.library
index 93f2d3c..35d33bf 100644
--- a/README.library
+++ b/README.library
@@ -43,11 +43,7 @@ using g77 to compile any part of your Cactus configuration (maybe because
you're using a different Fortran compiler), then you may need to set the
environment variables to point to the g77 support library g2c:
LAPACK_EXTRA_LIBS = g2c
- LAPACK_EXTRA_LIBDIRS = `g77 --print-file-name=libg2c.a | xargs basename`
-
-For example, on the AEI xeons the settings would be
- LAPACK_EXTRA_LIBS = g2c
- LAPACK_EXTRA_LIBDIRS = `g77 --print-file-name=libg2c.a | xargs dirname`
+ LAPACK_EXTRA_LIBDIRS = `g77 --print-file-name=libg2c.a | xargs dirname`
All of these settings are of configure variables, i.e. you set them either
on the command line when configuring,