diff --git a/Makefile.in b/Makefile.in index a6dd17b02..e3b59f43c 100755 --- a/Makefile.in +++ b/Makefile.in @@ -1,4 +1,7 @@ - +#!/bin/sh +# +# $Id$ +# export_dir = $(HOME)/sfdist version = @ctversion@ ct = $(export_dir)/cantera-$(version) @@ -17,9 +20,6 @@ branch = -r $(cvs_tag) RMDIRTREE = /bin/rm -r -f INSTALL_TSC = bin/install_tsc -PY_EXAMPLES = equilibrium fuel_cells flames reactors misc liquid_vapor \ - gasdynamics kinetics surface_chemistry transport - prefix=@prefix@ all: hdr-collect kernel user cxxlib clib fortran python matlab \ @@ -49,9 +49,6 @@ kernel: @INSTALL@ -d @buildbin@ cd ext; @MAKE@ cd Cantera/src; @MAKE@ -#ifeq ($(do_ranlib),1) -# @RANLIB@ @buildlib@/*.a -#endif # build the user library user: @@ -151,28 +148,11 @@ python-install: ifneq ($(build_python),0) cd Cantera/python; @MAKE@ install ifeq ($(build_python),2) - @(for exdir in $(PY_EXAMPLES) ; do \ - @INSTALL@ -d @ct_demodir@/python/$${exdir} ; \ - (for ihhh in Cantera/python/examples/$${exdir}/*.py ; do \ - @INSTALL@ -c $${ihhh} @ct_demodir@/python/$${exdir} ; \ - echo "@INSTALL@ -c $${ihhh} @ct_demodir@/python/$${exdir}" ; \ - done ) ; \ - (for ihhh in Cantera/python/examples/$${exdir}/*.cti ; do \ - @INSTALL@ -c $${ihhh} @ct_demodir@/python/$${exdir} ; \ - done ) ; \ - @INSTALL@ -c Cantera/python/examples/$${exdir}/Makefile @ct_demodir@/python/$${exdir} ; \ - done) - @(for ihhh in Cantera/python/examples/flames/*.dat ; do \ - @INSTALL@ -c $${ihhh} @ct_demodir@/python/flames ; \ - echo "@INSTALL@ -c $${ihhh} @ct_demodir@/python/flames" ; \ - done ) - @INSTALL@ -c Cantera/python/examples/Makefile @ct_demodir@/python @INSTALL@ -d @ct_tutdir@/python @(for ihhh in Cantera/python/tutorial/*.py ; do \ @INSTALL@ -c $${ihhh} @ct_tutdir@/python ; \ echo "@INSTALL@ -c $${ihhh} @ct_tutdir@/python" ; \ done ) - chown -R @username@ @ct_demodir@/python chown -R @username@ @ct_tutdir@/python else @echo 'NOT installing Python demos or tutorials' @@ -204,13 +184,16 @@ demo-install: ( for ihhh in Cantera/fortran/f77demos/*.txt ; do \ @INSTALL@ -c -m ug+rw,o+r $${ihhh} @ct_demodir@/f77 ; done ) chown -R @username@ @ct_demodir@/f77 +ifeq ($(build_python),2) + (cd Cantera/python/examples; @MAKE@ install) + chown -R @username@ @ct_demodir@/python +endif finish-install: @INSTALL@ -d @ct_docdir@ @INSTALL@ -d @ct_bindir@ ifeq ($(os_is_win),0) # Commands to be executed for non-win systems - chmod +x @ct_bindir@/ctnew cp -f "@homedir@/setup_cantera" "@ct_bindir@" chmod +x @ct_bindir@/setup_cantera cp -f License.rtf "@ct_bindir@" @@ -221,6 +204,7 @@ ifeq ($(build_python),2) endif @INSTALL@ -c tools/src/finish_install.py tools/bin (PYTHONPATH=''; @PYTHON_CMD@ tools/bin/finish_install.py @prefix@ @PYTHON_CMD@) + chmod +x @ct_bindir@/ctnew endif else # Commands to be executed for win systems @@ -317,9 +301,4 @@ cf: gzip cantera-cf.tar; scp cantera-cf.tar.gz dggoodwin@cf-shell.sourceforge.net:cantera.tar.gz) sshcf './runall' & -configure: config/configure.in - (cd config; autoconf) - -#info: -# echo '#define CANTERA_ROOT "@prefix@/cantera"' > include/ctdir.h diff --git a/configure b/configure index 0ee6e4edc..1ff276631 100755 --- a/configure +++ b/configure @@ -9479,7 +9479,7 @@ fi - ac_config_files="$ac_config_files Makefile Cantera/Makefile Cantera/src/Makefile Cantera/src/base/Makefile Cantera/src/zeroD/Makefile Cantera/src/oneD/Makefile Cantera/src/converters/Makefile Cantera/src/transport/Makefile Cantera/src/thermo/Makefile Cantera/src/kinetics/Makefile Cantera/src/numerics/Makefile Cantera/src/spectra/Makefile Cantera/src/equil/Makefile Cantera/clib/src/Makefile Cantera/fortran/src/Makefile Cantera/fortran/f77demos/f77demos.mak Cantera/fortran/f77demos/Makefile Cantera/matlab/Makefile Cantera/matlab/setup_matlab.py Cantera/python/Makefile Cantera/python/setup.py Cantera/cxx/Makefile Cantera/cxx/src/Makefile Cantera/cxx/demos/Makefile Cantera/cxx/demos/combustor/Makefile Cantera/cxx/demos/combustor/Makefile.install Cantera/cxx/demos/flamespeed/Makefile Cantera/cxx/demos/flamespeed/Makefile.install Cantera/cxx/demos/kinetics1/Makefile Cantera/cxx/demos/kinetics1/Makefile.install Cantera/cxx/demos/NASA_coeffs/Makefile Cantera/cxx/demos/NASA_coeffs/Makefile.install Cantera/cxx/demos/rankine/Makefile Cantera/cxx/demos/rankine/Makefile.install Cantera/cxx/include/Cantera.mak Cantera/cxx/include/Cantera_bt.mak Cantera/user/Makefile Cantera/python/src/Makefile Cantera/python/examples/equilibrium/Makefile Cantera/python/examples/equilibrium/adiabatic_flame/Makefile Cantera/python/examples/equilibrium/adiabatic_flame/runtest Cantera/python/examples/equilibrium/multiphase_plasma/Makefile Cantera/python/examples/equilibrium/multiphase_plasma/runtest Cantera/python/examples/equilibrium/simple_test/Makefile Cantera/python/examples/equilibrium/simple_test/runtest Cantera/python/examples/equilibrium/stoich_flame/Makefile Cantera/python/examples/equilibrium/stoich_flame/runtest Cantera/python/examples/gasdynamics/isentropic/Makefile Cantera/python/examples/gasdynamics/isentropic/runtest Cantera/python/examples/gasdynamics/soundSpeed/Makefile Cantera/python/examples/gasdynamics/soundSpeed/runtest Cantera/python/examples/flames/adiabatic_flame/Makefile Cantera/python/examples/flames/adiabatic_flame/runtest Cantera/python/examples/flames/flame1/Makefile Cantera/python/examples/flames/flame1/runtest Cantera/python/examples/flames/flame2/Makefile Cantera/python/examples/flames/flame2/runtest Cantera/python/examples/flames/flame_fixed_T/Makefile Cantera/python/examples/flames/flame_fixed_T/runtest Cantera/python/examples/flames/free_h2_air/Makefile Cantera/python/examples/flames/free_h2_air/runtest Cantera/python/examples/flames/npflame1/Makefile Cantera/python/examples/flames/npflame1/runtest Cantera/python/examples/flames/stflame1/Makefile Cantera/python/examples/flames/stflame1/runtest Cantera/python/examples/fuel_cells/Makefile Cantera/python/examples/fuel_cells/runtest Cantera/python/examples/liquid_vapor/critProperties/Makefile Cantera/python/examples/liquid_vapor/critProperties/runtest Cantera/python/examples/liquid_vapor/rankine/Makefile Cantera/python/examples/liquid_vapor/rankine/runtest Cantera/python/examples/kinetics/Makefile Cantera/python/examples/misc/Makefile Cantera/python/examples/reactors/combustor_sim/Makefile Cantera/python/examples/reactors/combustor_sim/runtest Cantera/python/examples/reactors/functors_sim/Makefile Cantera/python/examples/reactors/functors_sim/runtest Cantera/python/examples/reactors/mix1_sim/Makefile Cantera/python/examples/reactors/mix1_sim/runtest Cantera/python/examples/reactors/mix2_sim/Makefile Cantera/python/examples/reactors/mix2_sim/runtest Cantera/python/examples/reactors/piston_sim/Makefile Cantera/python/examples/reactors/piston_sim/runtest Cantera/python/examples/reactors/reactor1_sim/Makefile Cantera/python/examples/reactors/reactor1_sim/runtest Cantera/python/examples/reactors/reactor2_sim/Makefile Cantera/python/examples/reactors/reactor2_sim/runtest Cantera/python/examples/reactors/sensitivity_sim/Makefile Cantera/python/examples/reactors/sensitivity_sim/runtest Cantera/python/examples/reactors/surf_pfr_sim/Makefile Cantera/python/examples/reactors/surf_pfr_sim/runtest Cantera/python/examples/surface_chemistry/diamond_cvd/Makefile Cantera/python/examples/surface_chemistry/diamond_cvd/runtest Cantera/python/examples/surface_chemistry/catcomb_stagflow/Makefile Cantera/python/examples/surface_chemistry/catcomb_stagflow/runtest Cantera/python/examples/transport/Makefile Cantera/python/examples/transport/runtest Cantera/python/examples/flames/Makefile Cantera/python/examples/gasdynamics/Makefile Cantera/python/examples/liquid_vapor/Makefile Cantera/python/examples/reactors/Makefile Cantera/python/examples/surface_chemistry/Makefile ext/lapack/Makefile ext/blas/Makefile ext/cvode/Makefile ext/math/Makefile ext/recipes/Makefile ext/tpx/Makefile ext/Makefile ext/f2c_libs/Makefile ext/f2c_blas/Makefile ext/f2c_lapack/Makefile ext/f2c_math/Makefile examples/Makefile examples/cxx/Makefile tools/Makefile tools/doc/Cantera.cfg tools/doc/Makefile tools/src/Makefile tools/src/sample.mak tools/src/finish_install.py tools/src/package4mac tools/templates/f77/demo.mak tools/templates/f90/demo.mak tools/templates/cxx/demo.mak tools/testtools/Makefile data/inputs/Makefile data/inputs/mkxml test_problems/Makefile test_problems/cxx_ex/Makefile test_problems/silane_equil/Makefile test_problems/surfkin/Makefile test_problems/spectroscopy/Makefile test_problems/surfSolverTest/Makefile test_problems/diamondSurf/Makefile test_problems/diamondSurf_dupl/Makefile test_problems/ChemEquil_gri_matrix/Makefile test_problems/ChemEquil_gri_pairs/Makefile test_problems/ChemEquil_ionizedGas/Makefile test_problems/ChemEquil_red1/Makefile test_problems/CpJump/Makefile test_problems/mixGasTransport/Makefile test_problems/multiGasTransport/Makefile test_problems/fracCoeff/Makefile test_problems/negATest/Makefile test_problems/NASA9poly_test/Makefile test_problems/ck2cti_test/Makefile test_problems/ck2cti_test/runtest test_problems/nasa9_reader/Makefile test_problems/nasa9_reader/runtest test_problems/min_python/Makefile test_problems/min_python/minDiamond/Makefile test_problems/min_python/negATest/Makefile test_problems/pureFluidTest/Makefile test_problems/rankine_democxx/Makefile test_problems/python/Makefile test_problems/cathermo/Makefile test_problems/cathermo/issp/Makefile test_problems/cathermo/ims/Makefile test_problems/cathermo/stoichSubSSTP/Makefile test_problems/cathermo/testIAPWS/Makefile test_problems/cathermo/testIAPWSPres/Makefile test_problems/cathermo/testIAPWSTripP/Makefile test_problems/cathermo/testWaterPDSS/Makefile test_problems/cathermo/testWaterTP/Makefile test_problems/cathermo/HMW_test_1/Makefile test_problems/cathermo/HMW_test_3/Makefile test_problems/cathermo/HMW_graph_GvT/Makefile test_problems/cathermo/HMW_graph_GvI/Makefile test_problems/cathermo/HMW_graph_HvT/Makefile test_problems/cathermo/HMW_graph_CpvT/Makefile test_problems/cathermo/HMW_graph_VvT/Makefile test_problems/cathermo/DH_graph_1/Makefile test_problems/cathermo/DH_graph_acommon/Makefile test_problems/cathermo/DH_graph_NM/Makefile test_problems/cathermo/DH_graph_Pitzer/Makefile test_problems/cathermo/DH_graph_bdotak/Makefile test_problems/cathermo/HMW_dupl_test/Makefile test_problems/cathermo/VPissp/Makefile test_problems/VCSnonideal/Makefile test_problems/VPsilane_test/Makefile test_problems/VPsilane_test/runtest test_problems/VCSnonideal/NaCl_equil/Makefile bin/install_tsc" + ac_config_files="$ac_config_files Makefile Cantera/Makefile Cantera/src/Makefile Cantera/src/base/Makefile Cantera/src/zeroD/Makefile Cantera/src/oneD/Makefile Cantera/src/converters/Makefile Cantera/src/transport/Makefile Cantera/src/thermo/Makefile Cantera/src/kinetics/Makefile Cantera/src/numerics/Makefile Cantera/src/spectra/Makefile Cantera/src/equil/Makefile Cantera/clib/src/Makefile Cantera/fortran/src/Makefile Cantera/fortran/f77demos/f77demos.mak Cantera/fortran/f77demos/Makefile Cantera/matlab/Makefile Cantera/matlab/setup_matlab.py Cantera/python/Makefile Cantera/python/setup.py Cantera/cxx/Makefile Cantera/cxx/src/Makefile Cantera/cxx/demos/Makefile Cantera/cxx/demos/combustor/Makefile Cantera/cxx/demos/combustor/Makefile.install Cantera/cxx/demos/flamespeed/Makefile Cantera/cxx/demos/flamespeed/Makefile.install Cantera/cxx/demos/kinetics1/Makefile Cantera/cxx/demos/kinetics1/Makefile.install Cantera/cxx/demos/NASA_coeffs/Makefile Cantera/cxx/demos/NASA_coeffs/Makefile.install Cantera/cxx/demos/rankine/Makefile Cantera/cxx/demos/rankine/Makefile.install Cantera/cxx/include/Cantera.mak Cantera/cxx/include/Cantera_bt.mak Cantera/user/Makefile Cantera/python/src/Makefile Cantera/python/examples/Makefile Cantera/python/examples/equilibrium/Makefile Cantera/python/examples/equilibrium/adiabatic_flame/Makefile Cantera/python/examples/equilibrium/adiabatic_flame/runtest Cantera/python/examples/equilibrium/multiphase_plasma/Makefile Cantera/python/examples/equilibrium/multiphase_plasma/runtest Cantera/python/examples/equilibrium/simple_test/Makefile Cantera/python/examples/equilibrium/simple_test/runtest Cantera/python/examples/equilibrium/stoich_flame/Makefile Cantera/python/examples/equilibrium/stoich_flame/runtest Cantera/python/examples/gasdynamics/isentropic/Makefile Cantera/python/examples/gasdynamics/isentropic/runtest Cantera/python/examples/gasdynamics/soundSpeed/Makefile Cantera/python/examples/gasdynamics/soundSpeed/runtest Cantera/python/examples/flames/adiabatic_flame/Makefile Cantera/python/examples/flames/adiabatic_flame/runtest Cantera/python/examples/flames/flame1/Makefile Cantera/python/examples/flames/flame1/runtest Cantera/python/examples/flames/flame2/Makefile Cantera/python/examples/flames/flame2/runtest Cantera/python/examples/flames/flame_fixed_T/Makefile Cantera/python/examples/flames/flame_fixed_T/runtest Cantera/python/examples/flames/free_h2_air/Makefile Cantera/python/examples/flames/free_h2_air/runtest Cantera/python/examples/flames/npflame1/Makefile Cantera/python/examples/flames/npflame1/runtest Cantera/python/examples/flames/stflame1/Makefile Cantera/python/examples/flames/stflame1/runtest Cantera/python/examples/fuel_cells/Makefile Cantera/python/examples/fuel_cells/runtest Cantera/python/examples/liquid_vapor/critProperties/Makefile Cantera/python/examples/liquid_vapor/critProperties/runtest Cantera/python/examples/liquid_vapor/rankine/Makefile Cantera/python/examples/liquid_vapor/rankine/runtest Cantera/python/examples/kinetics/Makefile Cantera/python/examples/kinetics/runtest Cantera/python/examples/misc/Makefile Cantera/python/examples/misc/runtest Cantera/python/examples/reactors/combustor_sim/Makefile Cantera/python/examples/reactors/combustor_sim/runtest Cantera/python/examples/reactors/functors_sim/Makefile Cantera/python/examples/reactors/functors_sim/runtest Cantera/python/examples/reactors/mix1_sim/Makefile Cantera/python/examples/reactors/mix1_sim/runtest Cantera/python/examples/reactors/mix2_sim/Makefile Cantera/python/examples/reactors/mix2_sim/runtest Cantera/python/examples/reactors/piston_sim/Makefile Cantera/python/examples/reactors/piston_sim/runtest Cantera/python/examples/reactors/reactor1_sim/Makefile Cantera/python/examples/reactors/reactor1_sim/runtest Cantera/python/examples/reactors/reactor2_sim/Makefile Cantera/python/examples/reactors/reactor2_sim/runtest Cantera/python/examples/reactors/sensitivity_sim/Makefile Cantera/python/examples/reactors/sensitivity_sim/runtest Cantera/python/examples/reactors/surf_pfr_sim/Makefile Cantera/python/examples/reactors/surf_pfr_sim/runtest Cantera/python/examples/surface_chemistry/diamond_cvd/Makefile Cantera/python/examples/surface_chemistry/diamond_cvd/runtest Cantera/python/examples/surface_chemistry/catcomb_stagflow/Makefile Cantera/python/examples/surface_chemistry/catcomb_stagflow/runtest Cantera/python/examples/transport/Makefile Cantera/python/examples/transport/runtest Cantera/python/examples/flames/Makefile Cantera/python/examples/gasdynamics/Makefile Cantera/python/examples/liquid_vapor/Makefile Cantera/python/examples/reactors/Makefile Cantera/python/examples/surface_chemistry/Makefile ext/lapack/Makefile ext/blas/Makefile ext/cvode/Makefile ext/math/Makefile ext/recipes/Makefile ext/tpx/Makefile ext/Makefile ext/f2c_libs/Makefile ext/f2c_blas/Makefile ext/f2c_lapack/Makefile ext/f2c_math/Makefile examples/Makefile examples/cxx/Makefile tools/Makefile tools/doc/Cantera.cfg tools/doc/Makefile tools/src/Makefile tools/src/sample.mak tools/src/finish_install.py tools/src/package4mac tools/templates/f77/demo.mak tools/templates/f90/demo.mak tools/templates/cxx/demo.mak tools/testtools/Makefile data/inputs/Makefile data/inputs/mkxml test_problems/Makefile test_problems/cxx_ex/Makefile test_problems/silane_equil/Makefile test_problems/surfkin/Makefile test_problems/spectroscopy/Makefile test_problems/surfSolverTest/Makefile test_problems/diamondSurf/Makefile test_problems/diamondSurf_dupl/Makefile test_problems/ChemEquil_gri_matrix/Makefile test_problems/ChemEquil_gri_pairs/Makefile test_problems/ChemEquil_ionizedGas/Makefile test_problems/ChemEquil_red1/Makefile test_problems/CpJump/Makefile test_problems/mixGasTransport/Makefile test_problems/multiGasTransport/Makefile test_problems/fracCoeff/Makefile test_problems/negATest/Makefile test_problems/NASA9poly_test/Makefile test_problems/ck2cti_test/Makefile test_problems/ck2cti_test/runtest test_problems/nasa9_reader/Makefile test_problems/nasa9_reader/runtest test_problems/min_python/Makefile test_problems/min_python/minDiamond/Makefile test_problems/min_python/negATest/Makefile test_problems/pureFluidTest/Makefile test_problems/rankine_democxx/Makefile test_problems/python/Makefile test_problems/cathermo/Makefile test_problems/cathermo/issp/Makefile test_problems/cathermo/ims/Makefile test_problems/cathermo/stoichSubSSTP/Makefile test_problems/cathermo/testIAPWS/Makefile test_problems/cathermo/testIAPWSPres/Makefile test_problems/cathermo/testIAPWSTripP/Makefile test_problems/cathermo/testWaterPDSS/Makefile test_problems/cathermo/testWaterTP/Makefile test_problems/cathermo/HMW_test_1/Makefile test_problems/cathermo/HMW_test_3/Makefile test_problems/cathermo/HMW_graph_GvT/Makefile test_problems/cathermo/HMW_graph_GvI/Makefile test_problems/cathermo/HMW_graph_HvT/Makefile test_problems/cathermo/HMW_graph_CpvT/Makefile test_problems/cathermo/HMW_graph_VvT/Makefile test_problems/cathermo/DH_graph_1/Makefile test_problems/cathermo/DH_graph_acommon/Makefile test_problems/cathermo/DH_graph_NM/Makefile test_problems/cathermo/DH_graph_Pitzer/Makefile test_problems/cathermo/DH_graph_bdotak/Makefile test_problems/cathermo/HMW_dupl_test/Makefile test_problems/cathermo/VPissp/Makefile test_problems/VCSnonideal/Makefile test_problems/VPsilane_test/Makefile test_problems/VPsilane_test/runtest test_problems/VCSnonideal/NaCl_equil/Makefile bin/install_tsc" test "x$prefix" = xNONE && prefix=$ac_default_prefix @@ -9990,6 +9990,7 @@ do "Cantera/cxx/include/Cantera_bt.mak" ) CONFIG_FILES="$CONFIG_FILES Cantera/cxx/include/Cantera_bt.mak" ;; "Cantera/user/Makefile" ) CONFIG_FILES="$CONFIG_FILES Cantera/user/Makefile" ;; "Cantera/python/src/Makefile" ) CONFIG_FILES="$CONFIG_FILES Cantera/python/src/Makefile" ;; + "Cantera/python/examples/Makefile" ) CONFIG_FILES="$CONFIG_FILES Cantera/python/examples/Makefile" ;; "Cantera/python/examples/equilibrium/Makefile" ) CONFIG_FILES="$CONFIG_FILES Cantera/python/examples/equilibrium/Makefile" ;; "Cantera/python/examples/equilibrium/adiabatic_flame/Makefile" ) CONFIG_FILES="$CONFIG_FILES Cantera/python/examples/equilibrium/adiabatic_flame/Makefile" ;; "Cantera/python/examples/equilibrium/adiabatic_flame/runtest" ) CONFIG_FILES="$CONFIG_FILES Cantera/python/examples/equilibrium/adiabatic_flame/runtest" ;; @@ -10024,7 +10025,9 @@ do "Cantera/python/examples/liquid_vapor/rankine/Makefile" ) CONFIG_FILES="$CONFIG_FILES Cantera/python/examples/liquid_vapor/rankine/Makefile" ;; "Cantera/python/examples/liquid_vapor/rankine/runtest" ) CONFIG_FILES="$CONFIG_FILES Cantera/python/examples/liquid_vapor/rankine/runtest" ;; "Cantera/python/examples/kinetics/Makefile" ) CONFIG_FILES="$CONFIG_FILES Cantera/python/examples/kinetics/Makefile" ;; + "Cantera/python/examples/kinetics/runtest" ) CONFIG_FILES="$CONFIG_FILES Cantera/python/examples/kinetics/runtest" ;; "Cantera/python/examples/misc/Makefile" ) CONFIG_FILES="$CONFIG_FILES Cantera/python/examples/misc/Makefile" ;; + "Cantera/python/examples/misc/runtest" ) CONFIG_FILES="$CONFIG_FILES Cantera/python/examples/misc/runtest" ;; "Cantera/python/examples/reactors/combustor_sim/Makefile" ) CONFIG_FILES="$CONFIG_FILES Cantera/python/examples/reactors/combustor_sim/Makefile" ;; "Cantera/python/examples/reactors/combustor_sim/runtest" ) CONFIG_FILES="$CONFIG_FILES Cantera/python/examples/reactors/combustor_sim/runtest" ;; "Cantera/python/examples/reactors/functors_sim/Makefile" ) CONFIG_FILES="$CONFIG_FILES Cantera/python/examples/reactors/functors_sim/Makefile" ;; @@ -10928,6 +10931,12 @@ fi if test -f "Cantera/python/examples/liquid_vapor/rankine/runtest"; then chmod +x Cantera/python/examples/liquid_vapor/rankine/runtest fi +if test -f "Cantera/python/examples/kinetics/runtest"; then + chmod +x Cantera/python/examples/kinetics/runtest +fi +if test -f "Cantera/python/examples/misc/runtest"; then + chmod +x Cantera/python/examples/misc/runtest +fi if test -f "Cantera/python/examples/reactors/combustor_sim/runtest"; then chmod +x Cantera/python/examples/reactors/combustor_sim/runtest fi diff --git a/configure.in b/configure.in index 0f308f72f..a0faec81b 100755 --- a/configure.in +++ b/configure.in @@ -1732,6 +1732,7 @@ AC_OUTPUT(Makefile \ Cantera/cxx/include/Cantera_bt.mak \ Cantera/user/Makefile \ Cantera/python/src/Makefile \ + Cantera/python/examples/Makefile \ Cantera/python/examples/equilibrium/Makefile \ Cantera/python/examples/equilibrium/adiabatic_flame/Makefile \ Cantera/python/examples/equilibrium/adiabatic_flame/runtest \ @@ -1766,7 +1767,9 @@ AC_OUTPUT(Makefile \ Cantera/python/examples/liquid_vapor/rankine/Makefile \ Cantera/python/examples/liquid_vapor/rankine/runtest \ Cantera/python/examples/kinetics/Makefile \ + Cantera/python/examples/kinetics/runtest \ Cantera/python/examples/misc/Makefile \ + Cantera/python/examples/misc/runtest \ Cantera/python/examples/reactors/combustor_sim/Makefile \ Cantera/python/examples/reactors/combustor_sim/runtest \ Cantera/python/examples/reactors/functors_sim/Makefile \ @@ -1943,6 +1946,12 @@ fi if test -f "Cantera/python/examples/liquid_vapor/rankine/runtest"; then chmod +x Cantera/python/examples/liquid_vapor/rankine/runtest fi +if test -f "Cantera/python/examples/kinetics/runtest"; then + chmod +x Cantera/python/examples/kinetics/runtest +fi +if test -f "Cantera/python/examples/misc/runtest"; then + chmod +x Cantera/python/examples/misc/runtest +fi if test -f "Cantera/python/examples/reactors/combustor_sim/runtest"; then chmod +x Cantera/python/examples/reactors/combustor_sim/runtest fi