Make internal BLAS/LAPACK messages less noisy
authorErik Lindahl <erik@kth.se>
Sun, 10 Aug 2014 23:24:26 +0000 (01:24 +0200)
committerErik Lindahl <erik@kth.se>
Sun, 10 Aug 2014 23:24:26 +0000 (01:24 +0200)
commit3f6b97982fc70ee6baf9a9d159a301b224b68c15
treeabcf53ed818fb70ce54bf8eccad0fcda0d85367a
parent8b7f2d16750c2c433c4aaebeaf4123a1fccc10f4
Make internal BLAS/LAPACK messages less noisy

BLAS and LAPACK are close to insignificant to Gromacs, so
avoid multi-line noisy warnings about "fallback" solutions;
those will just worry users and make them spend time investigating
under what conditions it might play a role, when we really don't
care much for BLAS/LAPACK performance. Message has been
changed to short inconspicuous status lines when we are using
built-in versions.

Change-Id: I9f1b0c769907521d5cb6325c8d67cd61ca8a803a
cmake/gmxManageLinearAlgebraLibraries.cmake