Hi guys,<br><br>I would like autoproj to manage a local install of a specific boost version one of my packages are depending on.<br>As boost, uses a specific bootstraph.sh / b2 install process, I would like to define a specific configure/build process for my boost package.<br>
<br>I tried redefining functions of an import_package, but it does not have configure/build methods (only prepare seems relevant).<br>I then tried to inherit from Configurable and define a BoostPackage as done in CMake for instance, but without succes.<br>
<br>Could I have some tips on how to do it right?<br><br>Thanks,<br><br>Charles.<br>