Uncommented out PYTHON_CMD.
It's now set to "default", if unspecified. Then, this default is treated in config/configure with special code.
This commit is contained in:
parent
6efd9ffc91
commit
bafe8debe9
1 changed files with 1 additions and 5 deletions
6
configure
vendored
6
configure
vendored
|
|
@ -5,8 +5,6 @@
|
|||
# $Revision$
|
||||
# $Date$
|
||||
#
|
||||
|
||||
|
||||
#######################################################################
|
||||
#
|
||||
# Cantera Configuration File
|
||||
|
|
@ -35,7 +33,6 @@
|
|||
CANTERA_CONFIG_PREFIX=${CANTERA_CONFIG_PREFIX:=""}
|
||||
|
||||
|
||||
|
||||
#----------------------------------------------------------------------
|
||||
# MS-Windows Options
|
||||
#----------------------------------------------------------------------
|
||||
|
|
@ -120,7 +117,6 @@ SET_PYTHON_SITE_PACKAGE_TOPDIR=${SET_PYTHON_SITE_PACKAGE_TOPDIR:="n"}
|
|||
PYTHON_SITE_PACKAGE_TOPDIR=${PYTHON_SITE_PACKAGE_TOPDIR:="/usr/local"}
|
||||
|
||||
|
||||
|
||||
#----------- MATLAB --------------------------------------------------
|
||||
|
||||
# This variable controls whether the MATLAB toolbox will be built. It
|
||||
|
|
@ -415,7 +411,7 @@ export LIB_DIR
|
|||
export FORT_MODULE_DIRECTORY
|
||||
export FORT_MODULE_PATH_COMMAND
|
||||
export OBJ_EXT
|
||||
#export PYTHON_CMD
|
||||
export PYTHON_CMD
|
||||
export SET_PYTHON_SITE_PACKAGE_DIR
|
||||
export PYTHON_SITE_PACKAGE_TOPDIR
|
||||
export PIC
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue