[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] New release?
- From: Gael Guennebaud <gael.guennebaud@xxxxxxxxx>
- Date: Wed, 28 Sep 2011 17:50:26 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; bh=kw/Az8d2fsFN/aM3GOkr2kR8d4XlTI5R52/hlYMIEjE=; b=gr7Rre2y6UhsFOBdXVHKZxJFu7bS0dzvE5tNWZdIcmZmmHd5hA2EXQNMvB6zZf3ByR BU3IloVmPced+/1NyedTAbzzneQWO5jm0DlwJY3Qbjg2Qqq5aa+CJlYzENa7HCFEMpO1 Jp0dIljo1udqT/NwJ/kDulXEGIqzotJ6aLprE=
thanks for the report.
already fixed.
gael
On Wed, Sep 28, 2011 at 4:33 PM, Rhys Ulerich <rhys.ulerich@xxxxxxxxx> wrote:
>> Everybody, please run the tests as described on
>> http://eigen.tuxfamily.org/index.php?title=Tests
>>
>> Do also run the Eigen2 tests by setting the cmake variable
>> EIGEN_TEST_EIGEN2 to on as this went wrong with the previous release.
>
> With EIGEN_TEST_EIGEN2=1 the 3.0 branch (4259:01d81e17e78a) fails
> 'make check' with a compilation error for both Intel 11.1 and Intel
> 10.1. The errors start like the following for both compilers...
>
> [ 59%] Building CXX object
> test/eigen2/CMakeFiles/eigen2_prec_inverse_4x4_3.dir/eigen2_prec_inverse_4x4.cpp.o
>
> /net/setun/workspace/rhys/tmp/eigen/Eigen/src/Core/arch/SSE/PacketMath.h(165):
> error: namespace "Eigen::internal" has no member "copy_bool"
> { eigen_assert(false && "packet integer division are not supported by SSE");
> ^
>
> /net/setun/workspace/rhys/tmp/eigen/Eigen/src/Core/products/Parallelizer.h(37):
> error: namespace "Eigen::internal" has no member "copy_bool"
> eigen_internal_assert(v!=0);
> ^
>
> Would y'all like me to roll up the details into a formal bug?
>
> - Rhys
>
>
>