From f7cc4b6075e499ed6adb57ae6923f97576fa1cfc Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Tue, 24 Jul 2007 17:29:50 +0000 Subject: [PATCH] Changed the default SUNDIALS_HOME setting to blank. This coincides with what is assumed in the configure.in file, and avoids potential problems with spaces in $HOME that frequently appear on cygwin installations. --- preconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/preconfig b/preconfig index 579be5601..98f945f0a 100755 --- a/preconfig +++ b/preconfig @@ -274,7 +274,7 @@ USE_SUNDIALS=${USE_SUNDIALS:='default'} # This is where you installed sundials if you used the --prefix option # when you configured sundials. If you didn't use the prefix option, # then comment this line out. -SUNDIALS_HOME=${SUNDIALS_HOME:=$HOME/sundials} +SUNDIALS_HOME=${SUNDIALS_HOME:=""} # It is recommended that you install the newest release of sundials @@ -437,6 +437,7 @@ GRAPHVIZDIR=${GRAPHVIZDIR:=" "} CXX_EXT=${CXX_EXT:=cpp} F77_EXT=${F77_EXT:=f} F90_EXT=${F90_EXT:=f90} +EXE_EXT=${EXE_EXT:=}