Find{BLAS,LAPACK}: Add support for FLAME blis and libflame

FLAME (github.com/flame) provides a variety of numerical libraries.
`blis` and `libflame` can be setup to expose BLAS/LAPACK interfaces.

Fixes: #17470
This commit is contained in:
J M Dieterich
2017-11-15 12:00:41 -05:00
committed by Brad King
parent e312885829
commit f5bc78263e
3 changed files with 35 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
blas-lapack-flame
-----------------
* The :module:`FindBLAS` and :module:`FindLAPACK` modules learned to support
`FLAME <https://github.com/flame>`__ ``blis`` and ``libflame``.