[eigen] 2.0.13 soon, testing needed |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen <eigen@xxxxxxxxxxxxxxxxxxx>
- Subject: [eigen] 2.0.13 soon, testing needed
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Wed, 9 Jun 2010 21:01:05 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=EI/891w9SumkO/3GXzSDvmd/eYRU+dl4RKecpv+fEqw=; b=nye5ZBlgd8XZLXogyRRinKUuEMz93Ffr0UwHaUDwFHKQj9VJjCTffWekaFs5iKqNsu nQSzNRa3+Uafgl9zInJdPBEGUBQ783z6ta0AD+eaQZU7AReQAl8piIbVwOoWg208CywU sybOFK7TVrcKWlpJ1/7/hiLWMGhJFmU4TRVQo=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=IkUxuigkhI4Lvk25+rdIK5OBzt4PcoxxIj2bZ7hrsmzSk2yovlFbp55UJDEInHbRnw bdAFLo3Cim84x1LzsRebXdHOKN7QcB88mAA/CObcZTliVN1BWYU7MMXcB4tX9z+yymkQ veA8IXUvOHyAQFB5J5G1/IpaSzM7rLYxnG3eA=
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