Re: [eigen] 3.0.4 coming soon, testing appreciated |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] 3.0.4 coming soon, testing appreciated
- From: Márton Danóczy <marton78@xxxxxxxxx>
- Date: Mon, 21 Nov 2011 16:06:59 +0100
- 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; bh=fcjW4AQwmgr3Ue07EksoOomh+p4uzQVoIicW6+qxP3Q=; b=m8zvjP2QmMpeej48LdpAbEfW8lQlol/CXnRujn0uZnlLpqninXNdeXi4HNXS/tDiD5 9EcWHcPGRE5gRWFrfpZ937mSi5f0N9ojCExour59AP+CRDz/mUCnkP+taucCaRJVYWE0 +PgsfAM5/ey99+PeayGCfB89wvrqGTtp+Rb8I=
Hi Benoit,
I'd be happy to test on iOS, and have found these CMake config scripts
for iOS: http://www.ltengsoft.com/node/20
However, CMake gives me the following error:
Setting up iOS toolchain
iOS toolchain loaded
CMake Error at CMakeLists.txt:71 (message):
Can't link to the standard math library. Please report to the Eigen
developers, telling them about your platform.
How can I fix it?
Marton
On 21 November 2011 15:45, Benoit Jacob <jacob.benoit.1@xxxxxxxxx> wrote:
> Hi,
>
> We would like to release Eigen 3.0.4 next week, so testing would be
> much appreciated on all supported platforms, with a special mention
> for Clang 3.0 on ARM since Eigen 3.0.4 brings fixes specifically for
> it.
>
> The fixes since 3.0.3 are: support for Clang 3.0 on ARM; check for
> integer overflow in size computations; a SelfAdjointEigenSolver bug
> fix; a quaternion alignment fix; fix unsupported modules docs.
>
> How to run the tests:
> http://eigen.tuxfamily.org/index.php?title=Tests
>
> Cheers,
> Benoit
>
>