Re: [CMake] problem with FindBLAS.cmake looking for cblas_dgemm

2010-06-02 Thread Michael Wild
On 2. Jun, 2010, at 15:09 , Crni Gorac wrote: > On Wed, Jun 2, 2010 at 2:08 PM, Michael Wild wrote: >> >> Just to correct a thing: cblas_dgemm is NOT an implementation detail, it is >> part of CBLAS which is the official C-interface to BLAS. > > I think "implementation detail" mentioned in th

Re: [CMake] problem with FindBLAS.cmake looking for cblas_dgemm

2010-06-02 Thread Crni Gorac
On Wed, Jun 2, 2010 at 2:08 PM, Michael Wild wrote: > > Just to correct a thing: cblas_dgemm is NOT an implementation detail, it is > part of CBLAS which is the official C-interface to BLAS. I think "implementation detail" mentioned in the OP message was not about CBLAS per se, but about linking

Re: [CMake] problem with FindBLAS.cmake looking for cblas_dgemm

2010-06-02 Thread Michael Wild
On 16. Jul, 2009, at 11:45 , Vardan Akopian wrote: > Hello, > > I'm using cmake 2.6.2. > While trying to use the FindLAPACK module on a Linux system which has > ATLAS installed I stumbled upon a problem where the BLAS libraries > would not be found. By digging into FindBLAS.cmake I discovered th

[CMake] problem with FindBLAS.cmake looking for cblas_dgemm

2010-06-02 Thread Crni Gorac
The problem above is reported almost a year ago: http://www.cmake.org/pipermail/cmake/2009-July/030870.html but it's still there (at least with 2.8.1 stable build). Any hint is this going to be fixed or not? Regards. ___ Powered by www.kitware.com

[CMake] problem with FindBLAS.cmake looking for cblas_dgemm

2009-07-16 Thread Vardan Akopian
Hello, I'm using cmake 2.6.2. While trying to use the FindLAPACK module on a Linux system which has ATLAS installed I stumbled upon a problem where the BLAS libraries would not be found. By digging into FindBLAS.cmake I discovered that when checking for the ATLAS libraries, the module tries to mak