cantera/interfaces
band-a-prend 582eb42b2f cantera: Fix passing 'python_prefix' variable into installation path
The '${python_prefix}' substring for installation prefix path
was accepted as mapping key for '.format()' function resulting in
a 'KeyError' failure of 'cantera/interfaces/cython/SConscript' script
in case of `env[libdirname] == 'lib64'`.

Moreover the early applied pull request[1] didn't take into account
the additional setting of installation prefix path in the cases
when 'libdirname' takes values different from 'lib64'.

This patch resolves both those issues.

[1]: https://github.com/Cantera/cantera/pull/661
2019-08-01 15:53:20 -04:00
..
cython cantera: Fix passing 'python_prefix' variable into installation path 2019-08-01 15:53:20 -04:00
matlab [Reactor] Deprecating magic numbers. 2019-08-01 15:37:48 -04:00
python_minimal [SCons] Only build the Python package for Python 3.x 2018-09-19 17:59:59 -04:00