diff options
author | J M Dieterich <dieterich@ogolem.org> | 2017-11-15 17:00:41 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-11-16 16:43:15 (GMT) |
commit | f5bc78263e15f07fc1fed15d970d7ecf9e84f7cc (patch) | |
tree | cb84e712152de2b62caef9abaf2bd27cd92e8afa /Help | |
parent | e31288582977c10972af9baa3b0e41d758094d21 (diff) | |
download | CMake-f5bc78263e15f07fc1fed15d970d7ecf9e84f7cc.zip CMake-f5bc78263e15f07fc1fed15d970d7ecf9e84f7cc.tar.gz CMake-f5bc78263e15f07fc1fed15d970d7ecf9e84f7cc.tar.bz2 |
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
Diffstat (limited to 'Help')
-rw-r--r-- | Help/release/dev/blas-lapack-flame.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/release/dev/blas-lapack-flame.rst b/Help/release/dev/blas-lapack-flame.rst new file mode 100644 index 0000000..fdc3a69 --- /dev/null +++ b/Help/release/dev/blas-lapack-flame.rst @@ -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``. |