From 9de14b2b6aafbc71c2f8efb03b845280b239f07d Mon Sep 17 00:00:00 2001 From: Dave Goodwin Date: Thu, 9 Nov 2006 21:01:15 +0000 Subject: [PATCH] *** empty log message *** --- Cantera/python/examples/Makefile | 2 +- Makefile.in | 2 +- configure.in | 2 ++ ext/f2c_libs/arith.h | 5 +++-- preconfig | 4 ++-- 5 files changed, 9 insertions(+), 6 deletions(-) diff --git a/Cantera/python/examples/Makefile b/Cantera/python/examples/Makefile index 6288f3271..3f99cd5d1 100644 --- a/Cantera/python/examples/Makefile +++ b/Cantera/python/examples/Makefile @@ -3,7 +3,7 @@ PY_DEMO_DIRS = equilibrium flames gasdynamics kinetics liquid_vapor \ misc reactors surface_chemistry transport fuel_cells -run: +run-all: @(for d in $(PY_DEMO_DIRS) ; do \ echo "entering directory $${d}..."; \ (cd $${d}; make run) ; \ diff --git a/Makefile.in b/Makefile.in index eeba02cbd..5e1593a0f 100755 --- a/Makefile.in +++ b/Makefile.in @@ -17,7 +17,7 @@ branch = -r $(cvs_tag) RMDIRTREE = /bin/rm -r -f INSTALL_TSC = bin/install_tsc -PY_EXAMPLES = equilibrium flames reactors misc liquid_vapor \ +PY_EXAMPLES = equilibrium fuel_cells flames reactors misc liquid_vapor \ gasdynamics kinetics surface_chemistry transport prefix=@prefix@ diff --git a/configure.in b/configure.in index 5fb9ce35a..bf96ed0ba 100755 --- a/configure.in +++ b/configure.in @@ -338,6 +338,8 @@ IDA_LIBS='-lsundials_ida -lsundials_nvecserial' if test "$SUNDIALS_VERSION" = "2.2"; then AC_DEFINE(SUNDIALS_VERSION_22) sundials_include='-I'${SUNDIALS_HOME}'/include -I'${SUNDIALS_HOME}'/include/sundials -I'${SUNDIALS_HOME}'/include/cvodes -I'${SUNDIALS_HOME}'/include/ida' +echo "sundials include directory: " ${sundials_include} +echo "sundials library directory: " $SUNDIALS_LIB_DIR else AC_DEFINE(SUNDIALS_VERSION_23) sundials_include='-I'${SUNDIALS_INC_DIR} diff --git a/ext/f2c_libs/arith.h b/ext/f2c_libs/arith.h index 9841db38a..508eb414f 100644 --- a/ext/f2c_libs/arith.h +++ b/ext/f2c_libs/arith.h @@ -1,3 +1,4 @@ -#define IEEE_8087 -#define Arith_Kind_ASL 1 +#define IEEE_MC68k +#define Arith_Kind_ASL 2 +#define Double_Align #define NANCHECK diff --git a/preconfig b/preconfig index 0dba81804..8765de604 100755 --- a/preconfig +++ b/preconfig @@ -254,14 +254,14 @@ 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/sundials23} +SUNDIALS_HOME=${SUNDIALS_HOME:=$HOME/sundials} # It is recommended that you install the newest release of sundials # (currently 2.3.0) before building Cantera. But if you want to use an # older version, set SUNDIALS_VERSION to the version you have. # Acceptable values are '2.2' and '2.3' only; anything else will cause # Cantera to not use sundials. -SUNDIALS_VERSION=${SUNDIALS_VERSION:='2.3'} +SUNDIALS_VERSION=${SUNDIALS_VERSION:='2.2'} #----------------------------------------------------------------- # BLAS and LAPACK