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 17:09:58 +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=5+r1HR8Msy0kyao3ssI9mn5XbdIoya3qVDsDNAvl1wA=; b=JoTogLwoDo0NW99n7UXVYl7O3CX3e5o55fl/PdeqCJLPrxPVRjNSPoxJIp1zPZohnE Pxn1duRgx5duf3DJpPfN5pR5jDDmVt6lnOi3wJQMAjYx+f4y+Mf+dwsA09da5PreWDOR LWZsu/Q6CUkkCs1qxOd+bv6iv9Y/dK77s02gc=
> Can you try to figure what is the name of the standard math library on
> your system?
>
> The code is in cmake/FindStandardMathLibrary.cmake.
OK, it works with
set(STANDARD_MATH_LIBRARY "m")
set(STANDARD_MATH_LIBRARY_FOUND TRUE)
That is, make check compiles the tests. I'll yet have to figure out
how to deploy the executables on the device and run them. First I'll
try to scp the whole test directory and run all files in a for loop.
Marton