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: Tue, 12 Oct 2010 11:26:00 -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=YhbpHxSjLGIMEkw4Qw9DewBXK2f7YIHBxBc1i+qvznQ=; b=JqXBr1DhLjcO6MBNVlroJKD8bI0rqazHA3FAZS2Oq1UGmIGz+cYmExnu4A8CAlzZN4 G/1GusI9yItu5pU5rgVI3BwPKi2i+ydEB1Vl+XV1qf3e5tWpv6v36rl8+/1nz5kNLuIA DBzg4PuCY210Xg8el6oXpBPRsA9Q+5EDI/ago=
- 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=CHiSsaupwjjMDOru1kJnI3unDvTqEuDsNoGpSjxjjyduoxbTcTliqBIRXRcOt8AvEi AULvzIh7im2i9OLrWayZE4tjn3RIENPGS5SkmJlR8WA7QWNCKDhpUzfDOQZAEoiBcC9P 8I9v01JlI3lZcXzFpExjX7Z6IH8UcfdEwuLnM=
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.
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
>>
>>
>
>