and link errors would be more self-evident. Now, link errors in the _cantera.so build will register with the python layer, because a python exception is raised. This will propagate into the Makefile causing make to prematurely stop the build process, because one of its commands has come back with a non-zero exit status. This causes the "make all" command to return a non-zero exit status, so that the entire make command comes to a halt, which is the desired behavior. |
||
|---|---|---|
| .. | ||
| clib | ||
| cxx | ||
| fortran | ||
| lib | ||
| matlab | ||
| python | ||
| src | ||
| user | ||
| .cvsignore | ||
| Makefile.in | ||
| README.txt | ||
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