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.
This commit is contained in:
Harry Moffat 2007-07-24 17:29:50 +00:00
parent 4afa86fb3e
commit f7cc4b6075

View file

@ -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:=}