[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: [eigen] FindEigen2.cmake
- From: Gael Guennebaud <gael.guennebaud@xxxxxxxxx>
- Date: Tue, 19 May 2009 21:05:31 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=udnXIrbJw+EC+sks285fIeEM7QSCfJoPIghr9XSaVYs=; b=K3vplWIqvyefhQa9bWTPJ+4IgLKgDj3+V9I+jmQj1c2DoEuzagY0rKajsFLeMcJaLB BuJznEji8ELwKxoyQdPh2vBBgvoOgn9hztVwoqnPU8q0y9kIq6tWAHZ/S5+iCMm2qD7V 7Fgv5HrjahVOL60F60VzLOiikXsGH4/6p9lfY=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=YVMiH+ptamKmfjpM0+3X0JAoZJQeM2vh0YWpC2c237xmJ84G+ltgyc7sdX/k/Hsysy 0TdZzkOCL6yiU+mx27KeRjcbrdeOyTP+dVXBjv21v7E2ZD7Hojyd5iuI1QV60bJ787td ITOZEZmXIQtmT3CMZT5mtv66ULtGkJrQiQKFM=
Hi,
the previous post remind me that I recently added in kdeedu an
extended FindEigen2.cmake module which allows to test the Eigen
version. It basically parses the file Eigen/src/Core/util/Macro.h
http://websvn.kde.org/trunk/KDE/kdeedu/cmake/modules/FindEigen2.cmake?revision=928437&view=markup
I think it would be cool to submit it to the cmake team to be included
in the next cmake release. So if there are some comments before I send
it to them.
Also, I know cmake has some mechanism to check the version of package
containing some special cmake generated files. I chose not to use it
because:
1 - redundancy with the information in Eigen/src/Core/util/Macro.h
2 - would not work with previous eigen release.
Cheers,
Gael.