Boost logo

Ublas :

Subject: [ublas] numeric_bindings headers broken in sandbox r54925
From: Rhys Ulerich (rhys.ulerich_at_[hidden])
Date: 2009-07-13 12:49:59


Hi all,

I'm picking up the ublas numeric_bindings from
https://svn.boost.org/svn/boost/sandbox/numeric_bindings/boost/numeric/bindings/

As of at least r54925 the headers like .../bindings/blas/level1.hpp
are broken because they #include files like
   #include <boost/numeric/bindings/blas/axpy.hpp>
which does not exist. The right paths are like
.../bindings/blas/level1/axpy.hpp

Are the bindings in a state of flux? Is there somewhere else I should
be looking to pick up a "stable" release?

Thanks,
Rhys