9 Aug
2012
9 Aug
'12
2:14 p.m.
It provides a medley of functions to be used in C++ code that need to interact with Python. But it is not a Boost Python extension, in the sense that it does not feature the
BOOST_PYTHON_MODULE(name) { ... } So it's extending libboost_python.so? From my small c++ knowledge if I'd like to develop some boost python modules which need some additional scientific (scitbx) functions I could just link my code against libscitbx_boost_python instead of
On Thu, 09. Aug 19:05, Luc Bourhis wrote: libboost_python? Are the features or functions documented somewhere? Thanx Radi