Re: [eigen] 2.0.4 soon

[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]


On Fri, Jul 31, 2009 at 5:13 PM, Gael
Guennebaud<gael.guennebaud@xxxxxxxxx> wrote:
> On Fri, Jul 31, 2009 at 3:13 PM, Cyrille Berger<cberger@xxxxxxxxxxx> wrote:
>> Hi,
>>
>> On Friday 31 July 2009, Benoit Jacob wrote:
>>> It would be very useful if people could give the 2.0 branch some
>>> testing before we release 2.0.4 soon. Indeed, there have been a few
>>> nontrivial changes, including changes in Memory.h, so there's a
>>> (theoretical) risk of breakage on untested platforms.
>>
>> maybe updating:
>> http://eigen.tuxfamily.org/index.php?title=Developer's_Corner#Submitting_test_suite_reports
>> would be a good idea.
>
> done. Actually I've added an "Eigen 2.0" project on the dashboard to
> collect the ctest reports for that branch. Howerver I still have an
> issue to make ctest fetches the 2.0 branch. For unix systems, I found
> a workaround by replacing the ctest command by:
>
> SET (CTEST_COMMAND "sh -c \" hg up -R ../src 2.0 &&
> ${EIGEN_CMAKE_DIR}ctest -D ${EIGEN_MODE}\"")
>
> but if someone knows how to do
>
> "hg clone http://bitbucket.org/eigen2/eigen && cd eigen2 && hg up 2.0"

ok, hg clone -r 2.0 http://bitbucket.org/eigen2/eigen does the trick.

gael

>
> in a single hg command that would be cool ! though that's probably not possible.
>
> gael.
>
>> --
>> Cyrille Berger
>



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/