From aa26181cb4449be1561da7ef2f31845db67250ff Mon Sep 17 00:00:00 2001 From: jthorn Date: Thu, 17 Nov 2005 12:54:10 +0000 Subject: fix some more wrong-env-variable-name bugs found by Ian Hinder git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1432 f88db872-0e4f-0410-b76b-b9085cfa78c5 --- README.library | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.library') diff --git a/README.library b/README.library index 35d33bf..745707b 100644 --- a/README.library +++ b/README.library @@ -34,8 +34,8 @@ configuration, then you may also need to set the configure variables LAPACK_EXTRA_LIBS = the name (or blank-separated list of names) of that (Fortran) compiler's run-time support library(ies) - LAPACK_EXTRA_LIB_DIRS = the directory (or blank-separated list of - directories) containing that library(ies) + LAPACK_EXTRA_LIBS_DIRS = the directory (or blank-separated list of + directories) containing that library(ies) For example, if your LAPACK and/or BLAS were compiled with the GNU g77 compiler (as is common on GNU/Linux and *BSD systems), and you are *not* @@ -43,7 +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 dirname` + LAPACK_EXTRA_LIBS_DIRS = `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, @@ -52,7 +52,7 @@ or as assignments in your ~/.cactus/config file, % cat ~/.cactus/config LAPACK=yes LAPACK_EXTRA_LIBS=g2c - LAPACK_EXTRA_LIB_DIRS=/usr/lib/gcc-lib/i386-redhat-linux/2.96 + LAPACK_EXTRA_LIBS_DIRS=/usr/lib/gcc-lib/i386-redhat-linux/2.96 Compiler Version Compatability -- cgit v1.2.3