Modified the example installs

The minor version number is now included in the install directory.
This commit is contained in:
Harry Moffat 2009-12-21 20:53:24 +00:00
parent 9c6080e3c9
commit b8ee78fc24
9 changed files with 13 additions and 13 deletions

View file

@ -19,7 +19,7 @@
#
# Specify the installation directory here:
#
Cantera_Install_Dir='/cygdrive/c/cygwin_env/arch/cygwin/cantera-1.8_develop'
Cantera_Install_Dir='/cygdrive/c/cygwin_env/arch/cygwin/cantera-1.8.0'
#
# Specify the Sundials installation directory here (leave it as a null script
# if you don't want to link sundials in

View file

@ -19,7 +19,7 @@
#
# Specify the installation directory here:
#
Cantera_Install_Dir='/cygdrive/c/cygwin_env/arch/cygwin/cantera-1.8_develop'
Cantera_Install_Dir='/cygdrive/c/cygwin_env/arch/cygwin/cantera-1.8.0'
#
# Specify the Sundials installation directory here (leave it as a null script
# if you don't want to link sundials in

View file

@ -1,7 +1,7 @@
#!/bin/sh
#
#
CANTERA_CONFIG_PREFIX=${HOME}/arch/linux/cantera-1.7_develop
CANTERA_CONFIG_PREFIX=${HOME}/arch/linux/cantera-1.8.0
export CANTERA_CONFIG_PREFIX
SET_PYTHON_SITE_PACKAGE_TOPDIR=y

View file

@ -1,7 +1,7 @@
#!/bin/sh
#
#
CANTERA_CONFIG_PREFIX=${HOME}/arch/linux/cantera-1.7_develop
CANTERA_CONFIG_PREFIX=${HOME}/arch/linux/cantera-1.8.0
export CANTERA_CONFIG_PREFIX
SET_PYTHON_SITE_PACKAGE_TOPDIR=y

View file

@ -3,7 +3,7 @@
# This is currently the test base. Meaning that the blessed versions
# of all test problems are created from this configuration.
#
CANTERA_CONFIG_PREFIX=${HOME}/arch/linux64_gcc424/cantera-1.8_python252_numpy
CANTERA_CONFIG_PREFIX=${HOME}/arch/linux64_gcc424/cantera-1.8.0_python252_numpy
export CANTERA_CONFIG_PREFIX
SET_PYTHON_SITE_PACKAGE_TOPDIR=y

View file

@ -1,7 +1,7 @@
#!/bin/sh
#
#
CANTERA_CONFIG_PREFIX=${HOME}/arch/linux64_gcc424/cantera-1.8_python252_numpy
CANTERA_CONFIG_PREFIX=${HOME}/arch/linux64_gcc424/cantera-1.8.0_python252_numpy
export CANTERA_CONFIG_PREFIX
SET_PYTHON_SITE_PACKAGE_TOPDIR=y

View file

@ -3,7 +3,7 @@
# This is currently the test base. Meaning that the blessed versions
# of all test problems are created from this configuration.
#
CANTERA_CONFIG_PREFIX=${HOME}/arch/mac/cantera-1.8_python251_numpy
CANTERA_CONFIG_PREFIX=${HOME}/arch/mac/cantera-1.8.0_python251_numpy
export CANTERA_CONFIG_PREFIX
SET_PYTHON_SITE_PACKAGE_TOPDIR=y

View file

@ -104,10 +104,10 @@ export WITH_VCSNONIDEAL
# Location Variables - set the directory to point to
# a 64-bit specific directory.
#
CANTERA_INSTALL_DIR=${HOME}/arch/sol_py64/cantera-1.8
CANTERA_INSTALL_DIR=${HOME}/arch/sol_py64/cantera-1.8.0
export CANTERA_INSTALL_DIR
CANTERA_CONFIG_PREFIX=${HOME}/arch/sol_py64/cantera-1.8
CANTERA_CONFIG_PREFIX=${HOME}/arch/sol_py64/cantera-1.8.0
export CANTERA_CONFIG_PREFIX
#CANTERA_PYTHON_HOME=${CANTERA_PYTHON_HOME:="$HOME/python_modules"}
@ -116,7 +116,7 @@ export CANTERA_CONFIG_PREFIX
SET_PYTHON_SITE_PACKAGE_TOPDIR="y"
export SET_PYTHON_SITE_PACKAGE_TOPDIR
PYTHON_SITE_PACKAGE_TOPDIR=${HOME}"/arch/sol_py64/cantera-1.8"
PYTHON_SITE_PACKAGE_TOPDIR=${HOME}"/arch/sol_py64/cantera-1.8.0"
export PYTHON_SITE_PACKAGE_TOPDIR
PYTHON_PACKAGE="full"

View file

@ -104,10 +104,10 @@ export WITH_VCSNONIDEAL
# Location Variables - set the directory to point to
# a 64-bit specific directory.
#
CANTERA_INSTALL_DIR=${HOME}/arch/sol_py64/cantera-1.8
CANTERA_INSTALL_DIR=${HOME}/arch/sol_py64/cantera-1.8.0
export CANTERA_INSTALL_DIR
CANTERA_CONFIG_PREFIX=${HOME}/arch/sol_py64/cantera-1.8
CANTERA_CONFIG_PREFIX=${HOME}/arch/sol_py64/cantera-1.8.0
export CANTERA_CONFIG_PREFIX
#CANTERA_PYTHON_HOME=${CANTERA_PYTHON_HOME:="$HOME/python_modules"}
@ -116,7 +116,7 @@ export CANTERA_CONFIG_PREFIX
SET_PYTHON_SITE_PACKAGE_TOPDIR="y"
export SET_PYTHON_SITE_PACKAGE_TOPDIR
PYTHON_SITE_PACKAGE_TOPDIR=${HOME}"/arch/sol_py64/cantera-1.8"
PYTHON_SITE_PACKAGE_TOPDIR=${HOME}"/arch/sol_py64/cantera-1.8.0"
export PYTHON_SITE_PACKAGE_TOPDIR
PYTHON_PACKAGE="full"