Re: [CMake] Possible bugs in FindBLAS.cmake module

2012-09-03 Thread Rolf Eike Beer
Am 2012-09-01 19:05, schrieb Bogdan Cristea: Hi I am trying to detect BLAS and LAPACK libraries provided by acml 5.1.0, but both are undetected. After some digging I have found that there are some problems related to FindBLAS.cmake which I was able to correct. I am wondering what is the best

[CMake] Possible bugs in FindBLAS.cmake module

2012-09-01 Thread Bogdan Cristea
Hi I am trying to detect BLAS and LAPACK libraries provided by acml 5.1.0, but both are undetected. After some digging I have found that there are some problems related to FindBLAS.cmake which I was able to correct. I am wondering what is the best way to contribute to cmake in order to correct