Re: [eigen] Release 3.2.1? |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: Eigen development <eigen@xxxxxxxxxxxxxxxxxxx>
- Subject: Re: [eigen] Release 3.2.1?
- From: Rhys Ulerich <rhys.ulerich@xxxxxxxxx>
- Date: Fri, 14 Feb 2014 11:05:08 -0600
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=PtM/dGEzDIY2nqPP2zOCxVg7S0NVx6zzV2GvZ8MXB1k=; b=rN5ezsBBla4GZaF1zmcfhynu0rZyn6J7dw5qMQsLZE46VGBnw297cQNpApg4SdP450 F4z+roWyNzF2NqNNZhEDPszu9qdcq1e3pfi4L0BKL1aorh/IDTbxA6gIT2FarzCLwv8L VsvWHYm9hiJfOs+O5hmf59m9qCPefeM7IM1UOqAXfU/31xzM6+ZY3W2/ZFKhQcxbGWYd HLv9AinO24byhbVcohJi6jmSZt6fkd3abdCj8UOCwUPy0e68s7hpX+kR1wdSPI6vznW7 HsQcTFvIeCESzHWRwyO9f7b1Z9Huq7wWOs15t98SRrBtiRgWaVFz0AJ+z5cLL6iytBWq zOlw==
> The 3.2.1 release will be directly made from the head of the 3.2 branch,
> which corresponds to the changeset id: c806cb9f0d84
Thank you. I've got results for GCC 4.{5,6,7,8} and Intel
{11,12,13}.1 up on the dashboard on 2014-02-14 under site name setun.
Things possibly of interest:
GCC 4.7.3 fails on the supported sparselu_2 test
(http://manao.inria.fr/CDash/viewTest.php?onlyfailed&buildid=10589).
Intel 12.1 is a disaster on my host 'setun' with results not all that
different from host 'devel09'.
The unsupported OpenGL stuff contributes a lot of build failures
across Intel 11.1, 12.1, and 13.1.
To filter down to just the cases I ran, you can view
http://manao.inria.fr/CDash/index.php?project=Eigen&date=2014-02-14&display=project&filtercount=1&showfilters=1&field1=site/string&compare1=63&value1=setun
which gives a decent compiler-by-compiler view on the same build machine.
- Rhys