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:
parent
4afa86fb3e
commit
f7cc4b6075
1 changed files with 2 additions and 1 deletions
|
|
@ -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:=}
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue