Closed GoogleCodeExporter closed 9 years ago
I changed lines 51,52 of Cantera/python/setup.py.in to:
---------
need_cathermo = "@NEED_CATHERMO@"
if need_cathermo == "1":
---------
This allow me to compile everything, but python package was unusable.
An attempt to make "import Cantera" produce error message:
-----------
ImportError: /usr/local/lib/python2.6/dist-packages/Cantera/_cantera.so:
undefined
symbol: _ZTIN7Cantera9SurfPhaseE
------------
Requred symbol is in libthermo, but this library is not added to
"LOCAL_LIBS_DEP" if
NEED_CATHERMO is false.
So up to now compilation of cantera without NEED_CATHERMO is impossible.
Original comment by Alexande...@googlemail.com
on 13 Jan 2010 at 12:17
Original comment by yarmond
on 28 May 2011 at 12:52
Implicitly resolved by transition to SCons.
Original comment by yarmond
on 9 Apr 2012 at 11:46
Original issue reported on code.google.com by
Alexande...@googlemail.com
on 13 Jan 2010 at 11:31