Boost logo

Ublas :

From: Andreas Klöckner (lists_at_[hidden])
Date: 2008-04-12 19:19:36


On Samstag 12 April 2008, erwann rogard wrote:
> Hi Andreas,
>
> Thanks for your help. So then I also join in asking for guidance in
> installing the unit tests (I'm hoping to use them as examples that I can
> learn from) either a) independently from or b) as part of the BOOST_ROOT
> tree. In the case of b),
> - are we talking about adding to the tree both boost-bindings/boost and
> boost-bindings/libs or only the last one?
> - where in the tree? perhaps BOOST_ROOT/boost?

Most definitely something like

$ cd boost-bindings
$ cp -R boost/numeric/bindings $BOOST_ROOT/boost/numeric
$ cp -R libs/numeric/bindings $BOOST_ROOT/libs/numeric

(as, in the bindings tree is effectively an "overlay" over the boost tree)

and then possibly

$ cd libs/bindings/numeric
$ bjam something

where something might be "test" or however else you run the unit tests.

Andreas