[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] New release?
- From: Rhys Ulerich <rhys.ulerich@xxxxxxxxx>
- Date: Wed, 28 Sep 2011 09:33:59 -0500
- 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=sDR4jUW9dusegaHuGdwXCmMbu7xhrMEERJulX2gokwE=; b=Y/T9UisUun5mJ+mSG5tqCAhYfNe0r3IQhGoNANSjzF0vJTTYISLO4+Z2QgeTs0iGzS a7JCRiyiL1N3ettJmJdDET9FCO7FlU7ytvGW4gIUJIQogkvvskyxH/eaboFHjnA5Sn4y zy8VsUwCVVamAvG5iu4ooyEpNNaJwt3oL7nFo=
> 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