$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-07-14 04:19:08
Guillaume Melquiond wrote:
> Speaking of uBLAS, test7 will never be able to pass a regression test,
> whatever the compiler/platform. Indeed, in order for this test to even
> compile, the macro BOOST_UBLAS_USE_INTERVAL needs to be defined.
>
> The Jamfile defines such a macro in the "exe test7" rule, but this rule
> doesn't seem to be taken into account when regression testing. So the
> Jamfile of uBLAS should be fixed, or the testing Jamfiles should be
> enhanced, or...
FWIW, I'm about to finally move uBLAS tests from status/Jamfile to its proper
place. I'll take care of this problem along the way.
- Volodya