cantera/Cantera
Ray Speth 79b7686e63 More robust installation of the Python package with SCons
SCons now checks for an array package (numpy by default) and builds
the full Python module if it finds it, otherwise it builds the minimal
package.
2011-12-14 03:53:50 +00:00
..
clib Added SCons installation targets for libraries and binaries 2011-12-14 03:52:19 +00:00
cxx SCons builds and installs the C++, Python and Fortran demos and examples 2011-12-14 03:52:41 +00:00
fortran SCons builds and installs the C++, Python and Fortran demos and examples 2011-12-14 03:52:41 +00:00
matlab SCons handles installation of the Matlab toolbox, demos, and examples 2011-12-14 03:52:55 +00:00
python More robust installation of the Python package with SCons 2011-12-14 03:53:50 +00:00
src SCons install target now copies header files to the installation directory 2011-12-14 03:52:26 +00:00
cmake_install.cmake *** empty log message *** 2008-02-18 04:04:06 +00:00
CMakeLists.txt *** empty log message *** 2008-02-18 04:04:06 +00:00
Makefile.in Initial Import 2009-07-27 23:17:19 +00:00
README.txt *** empty log message *** 2004-10-09 15:21:43 +00:00

This directory contains the source for Cantera and its various
language interfaces.

clib    -  the library of C-callable functions used by the Python and
              Matlab interfaces.
cxx     -  files that are only required for C++ application programs.
matlab  -  the Cantera Matlab toolbox
python  -  the Cantera Python package
src     -  the Cantera kernel, used by Cantera in all its forms