Re: [CMake] FindBLAS module

2012-08-31 Thread Andreas Naumann
Am 31.08.2012 19:58, schrieb Bogdan Cristea: On Friday 31 August 2012 19:56:35 Andreas Naumann wrote: I remember the same problem, but could not figure it out. Which cmake version are you using? cmake version 2.8.6 I have read somewhere that acml5.1.0 is not supported by cmake, but I

Re: [CMake] FindBLAS module

2012-08-31 Thread Bogdan Cristea
On Friday 31 August 2012 19:56:35 Andreas Naumann wrote: > I remember the same problem, but could not figure it out. > Which cmake version are you using? cmake version 2.8.6 I have read somewhere that acml5.1.0 is not supported by cmake, but I am not sure if this problem has been fixed or not.

Re: [CMake] FindBLAS module

2012-08-31 Thread Andreas Naumann
I remember the same problem, but could not figure it out. Which cmake version are you using? Am 31.08.2012 19:30, schrieb Bogdan Cristea: On Friday 31 August 2012 17:59:38 you wrote: did you try to set the variable BLA_VENDOR to ACML? Tried with this: cmake .. -DBLA_VENDOR=ACML_MP

Re: [CMake] FindBLAS module

2012-08-31 Thread Bogdan Cristea
On Friday 31 August 2012 17:59:38 you wrote: > did you try to set the variable BLA_VENDOR to ACML? Tried with this: cmake .. -DBLA_VENDOR=ACML_MP but I get another error message: CMake Error at /usr/share/cmake/Modules/FindBLAS.cmake:293 (list): list index: 0 out of range (-0, 18446744073709551

[CMake] FindBLAS module

2012-08-31 Thread Bogdan Cristea
Hi I am trying to find blas API using find_package ( BLAS REQUIRED ) In my case I am trying to use ACML, but cmake fails to find blas with the following error: CMake Error at /usr/share/cmake/Modules/FindBLAS.cmake:612 (message): A required library with BLAS API not found. Please specify li