Re: [eigen] beta2 ready for testing |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] beta2 ready for testing
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Sun, 17 Oct 2010 11:10:09 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=lPdrm51eyunWrnAovOHWqwAvf3eeoGMJRkZOMW+/rqI=; b=VGa53OUKl3XX6jWB/r/EMse+mAW+xzYZa8/angFG0gCRx8yjxMcFqJvZ8sf71LmqRo 7QS6w3yMZvR/wxqWs6nAgCsKpIR0539JhcbyFAt3SxJITzVgEG0rOA1NPgRPcf9nMPv+ Ttv2jm3orQA0UH0RK6vqkLjqLjHjz5GFRnyPQ=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=BgwqRsfsj64IBBLooXGe8UW0cL4V8j+QKErWuKSsUhCcWvCcjxBH4/gU1o6WiLJCB6 505Ars96KV5zr29pLlYvT2rbRpMVqyUOUX1WJMmVJx4+aIZtGB46QSzUmbTfdwl9gyRJ Qw85E9hLVzomesaAaQjiUGAUNBEl/NgJdFX2I=
2010/10/12 Gael Guennebaud <gael.guennebaud@xxxxxxxxx>:
> On Tue, Oct 12, 2010 at 5:26 PM, Benoit Jacob <jacob.benoit.1@xxxxxxxxx> wrote:
>> 2010/10/12 Carlos Becker <carlosbecker@xxxxxxxxx>:
>>> Hi, I am trying to run the tests and I get this error when running ccmake:
>>> CMake Error: The following variables are used in this project, but they are
>>> set to NOTFOUND.
>>> Please set them or make sure they are set and tested correctly in the CMake
>>> files:
>>> GLUT_Xmu_LIBRARY (ADVANCED)
>>> linked by target "openglsupport" in directory
>>> /tmp/eigen/unsupported/test
>>> Where can I disable openGL tests?
>>
>> Your easiest way is to edit unsupported/test/CMakeLists.txt and remove
>> the faulty ei_add_test() lines.
>
> I'm tempted to say the problem comes from CMake's FindGLUT.cmake
> module since I properly check that GLUT was found before using it.
The error was elsewhere in our cmake code: in the ei_add_test_internal
macro, where we strip argv3 and pass it to target_link_libraries, we
were not properly handling the case when argv3 is a list; fixed by
using a foreach statement.
Benoit
> In
> the meantime, I've added an option to disable OpenGL testing:
>
> EIGEN_TEST_NO_OPENGL
>
> Regarding mpreal, I don't know since I cannot reproduce.
>
> gael
>
>> Everybody --- together with mpreal_support this is the second
>> unsupported test that is causing build issues. Please fix your tests!
>> When you rely on an external library, write CMake code determining if
>> the library is present and disable your test otherwise.
>>
>> Benoit
>>
>>
>>
>>> Thanks
>>>
>>> On Tue, Oct 12, 2010 at 4:42 PM, Rhys Ulerich <rhys.ulerich@xxxxxxxxx>
>>> wrote:
>>>>
>>>> > beta2 is ready for testing.
>>>>
>>>> Lame question-- how does the dabbler get ahold of beta2? My clumsy
>>>> attempts to change 1 -> 2 and follow
>>>> http://eigen.tuxfamily.org/index.php?title=3.0-beta1 aren't
>>>> successful.
>>>>
>>>> - Rhys
>>>>
>>>>
>>>
>>>
>>
>>
>>
>
>
>