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
>
>
>