Boost logo

Ublas :

Subject: Re: [ublas] [bindings] subversion sharing
From: Thomas Klimpel (Thomas.Klimpel_at_[hidden])
Date: 2009-02-10 09:08:05


Rutger ter Borg wrote:
> I do have sandbox access, an idea would be to create
> sandbox/numeric_bindings. Thoughts?

This is perfect. In fact, the page
http://www.boost.org/community/sandbox.html says "We encourage
developers to migrate these projects to the project-centric
organizational structure."

So this would mean the following directory structure for the moment (I
replaced xml with numeric_bindings).

    * sandbox/numeric/bindings/
          o boost/ - Contains numeric_bindings.hpp, which includes all
of the headers from numeric/bindings/
                + numeric/bindings/ - Contains Boost.NumericBindings
headers
          o libs/
                + numeric/bindings/
                      # build/ - Contains Jamfiles to build
Boost.NumericBindings
                      # doc/ - Contains documentation for
Boost.NumericBindings
                      # src/ - Contains Boost.NumericBindings compiled
source files

There seems to be some modularization effort at boost, but since it is
not finished it is not clear to me how the directory structure would
change if we would take that into account. I think there is a cmake
option for it, so we could try it out and see how the "new"
boost-directory structure looks like.

Regards,
Thomas