[cig-commits] r16542 - long/3D/SNAC/trunk/Snac/VMake/Config

echoi at geodynamics.org echoi at geodynamics.org
Tue Apr 13 06:41:57 PDT 2010


Author: echoi
Date: 2010-04-13 06:41:56 -0700 (Tue, 13 Apr 2010)
New Revision: 16542

Modified:
   long/3D/SNAC/trunk/Snac/VMake/Config/gsl-config.sh
Log:
The default directory has been changed to /usr/local, as stated in the GSL reference manual.



Modified: long/3D/SNAC/trunk/Snac/VMake/Config/gsl-config.sh
===================================================================
--- long/3D/SNAC/trunk/Snac/VMake/Config/gsl-config.sh	2010-04-13 04:30:01 UTC (rev 16541)
+++ long/3D/SNAC/trunk/Snac/VMake/Config/gsl-config.sh	2010-04-13 13:41:56 UTC (rev 16542)
@@ -23,9 +23,9 @@
 if test "${GSL_DIR}x" = "x"; then
 	case ${SYSTEM} in
 		Linux|CYGWIN|Darwin|SunOS|ranger)
-			setValueWithDefault GSL_DIR   "/usr";;
+			setValueWithDefault GSL_DIR   "/usr/local";;
 		OSF1)
-			setValueWithDefault GSL_DIR   "/usr";;
+			setValueWithDefault GSL_DIR   "/usr/local";;
 		*)
 			if test "${GSL_DIR}x" = "x" ; then
 				echo "Error: GSL_DIR for system \"${SYSTEM}\" unknown. Set the environment variable."



More information about the CIG-COMMITS mailing list