dev-cafe / autocmake

CMake plugin composer.
http://autocmake.org
BSD 3-Clause "New" or "Revised" License
42 stars 18 forks source link

Tests also for cblas/clapack detection ? #95

Closed miroi closed 9 years ago

miroi commented 9 years ago

We have Fortran tests for blas/lapack. Shouldn't we add analogous tests for "", "" ? Would be good to verify proper autocmake's detection of C-blas/lapack librares.

bast commented 9 years ago

I guess it would be good. But rather than baking it into math_libs.cmake we should IMO split that module and create isolated cblas and clapack modules and then also test those.

miroi commented 9 years ago

Fine. First I would try to make a very simple _cccblas test without touching math_libs.cmake. I assume (hope) that the _mathlibs.cmake detection works also with the C language in the same (or similar) way as it works with Fortran.

bast commented 9 years ago

Sure just go ahead.