[eigen] Re: 2.0.13 soon, testing needed |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen <eigen@xxxxxxxxxxxxxxxxxxx>
- Subject: [eigen] Re: 2.0.13 soon, testing needed
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Wed, 9 Jun 2010 21:13:37 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=crI8OMmuhLS40Z6tBUO9GSbAu9AYWlhqEKmTtvI1wzE=; b=h2d5z2kWVAJ1vXbiwSsBmLgX/SGBuiZtqgOd4P9V83GUXKGivY9r2+nqHXh28OAdEy H/qQE7KiytzHmf1RK3ERr3UiVE48JSQb37it71z4XEDjkruiQf5LO6c+nM3g5N4hs6hm PqajZ0X8cQ5R58py8ReyedOTrMhX9bpz9zv5U=
- 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=bAelrHGMNMIRM5TjKJ78NcqVHRM/FkWv2jYd6wGr+FTyLDOJae5muW1cRAdhau2KCN hPlTpS4CH2ahW3hnUMlh0iqImCNUAZ4gNQzrJazGtG0+3omTWazaV8lb/cuhDjNpeQ6X xbXmwh1yh2XjcwLHh00QHc49/HrhFQWrrSKq8=
GCC 3.4 is green. It is still very useful to test 3.3.
Thomas tells me he's taking care of ICC.
Benoit
2010/6/9 Benoit Jacob <jacob.benoit.1@xxxxxxxxx>:
> Hi,
>
> an important crasher bug was just fixed in 2.0, see bug 132. So we
> have to release 2.0.13 as soon as reasonably possible. I know it's
> very bad luck as we are so busy now. What I need is that you build and
> run the 2.0 testsuite on various platforms to confirm that we didn't
> break things. For now I only checked GCC 4.5.
>
> Most wanted platforms
> - MSVC
> - ICC
> - QCC (it's one of the highlights of 2.0.13)
> - early GCC 4.x like 4.0 or 4.1
> - GCC 3.3 (ideally) or 3.4
>
> Here's a reminder of how you test 2.0:
>
> mkdir builddir
> cd builddir
> cmake -DEIGEN_BUILD_TESTS=ON /path/to/eigen-2.0
> make
> ctest
>
> Thanks
> Benoit
>