[eigen] BLAS/Fortran is causing CMake troubles |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: Eigen <eigen@xxxxxxxxxxxxxxxxxxx>
- Subject: [eigen] BLAS/Fortran is causing CMake troubles
- From: Hauke Heibel <hauke.heibel@xxxxxxxxxxxxxx>
- Date: Thu, 16 Dec 2010 17:02:55 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=YbdER2A1PDc6gJUBXs2ovCbFN/HgzypQqJ/PnRcfwak=; b=svpDk3dDP1ZrpHAi6rkWrM9cOvP1MsWlQ0/+Ts/tkHWnbKzdYorq75l6e00r0MEEc0 iaY0WY9LBFHtq+aBqkiz0V610uysZUdzCnCXhGMA3bczpIkYuNnyI2fwXwHN5VWDlS6i 6LoO89y+dgdpzmKQu3qnSNSrvBljlb5oiSWoA=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=G0AZPDS4Shb38fEG2nGViDNFpgf3Cpp0tIuwTtAgDL5aQItjT4F1kvGH7/I/EYLqr6 WQTl2sqKA6RZLHoaJCLPP6Ao43sSLZDX/FyNmbHy6of2uqzMMydm9NxLqS2gPrEWs2aD hFYi5M7I84kV/4j9CWYO4zJJj8U6Zn47y/ddQ=
Hi,
it has been quite a while since I created the unit tests and when I just tried it now, CMake fails to create the projects.
The project generations bails out while processing "enable_language". Could we make the BLAS compilation optional as we do it for BTL?
- Hauke