> :-). Can you post your scons script? Thank you
There are two SConscripts which need a few supporting Python scripts. It is all part of the source bundles here:
http://cci.lbl.gov/cctbx_build/all.htmlThere are two approaches:
1.
perl cctbx_python_25_bundle.selfx
Capture the compile and link commands from the output and throw away everything else. Configure your own build system to spit out the same commands. The only complication is under Mac OS X, where a helper script is
used:
libtbx/libtbx/command_line/mac_os_x_ld_bpl_dll.csh
2.
Use
libtbx/SConscript
boost_adaptbx/SConscript
as a starting point for your own SConscipt. Copy some supporting Python code from the libtbx tree as needed.
Everything is also under CVS: http://cctbx.cvs.sourceforge.net/cctbx/Ralf