[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] 2.0.4 soon
- From: Gael Guennebaud <gael.guennebaud@xxxxxxxxx>
- Date: Fri, 31 Jul 2009 17:13:26 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=Dc9XgPSUgAM8NZxNlexbBAdQ2OvvWq0rD9FtpbWR9yM=; b=EmZLz88/Gu+eoCMZQtUk88ZQolr7tfz1fj25QLpUg/d9U+V9c2WXOTZ7s6I4vH7I51 /LG/IT3Nbam/CPiS0uSbKIEX+W3Zj8lXEkEpjyrslPpFqTT3UbArj9JlyQjeOnhg2jrs ZCLWD3ImHYmxy6IWTuSfgz9nXnU+X8kOqcrlw=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=l9GoTglOC7j/lc9V6pEwBg+mnsY6bOlzR9Gsw0cL5Rqe7NcBoPG/7A7xgPUPCfPZed pLJ5KbGPEVK+kezZ1vTJmgaZB/w6D6ySzy5aFBdaZ53VlLItyladUwTz3QmRFw6JOBXF 6RyGxmdiiRYW2ns6j3hVQCjJwvd76IsGOX2jk=
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"
in a single hg command that would be cool ! though that's probably not possible.
gael.
> --
> Cyrille Berger