← Back to team overview

yade-dev team mailing list archive

Re: Exposing SpherePadder to python

 

Easy. You just need to link with boost_python library and the shared object should be called something.so (not libsomething.so): g++ src1.cpp src2.cpp -shared -o something.so -lboost_python - lCGAL ...

I fill that I begin to love python...

Sorry for my poor english. I wanted to say  'I feel...'

If you want, I could make scons detect CGAL (in SConstruct) and if it is found, build SpherePadder in extra as well.

Oh yes I want!  Thanks

VR

References