aboutsummaryrefslogtreecommitdiff
path: root/README.library
diff options
context:
space:
mode:
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,