diff options
author | J M Dieterich <dieterich@ogolem.org> | 2016-03-18 10:55:16 -0400 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-03-18 11:23:36 -0400 |
commit | 5f6b4f690a3348c43f4f26bcc07c2418c3f2ab2f (patch) | |
tree | fe39e8c9c7a21bd7e10e874bf05b1e658d0ab6b8 /Help | |
parent | 9cdb37e9175b2e3c6367bc4863fda0404cb1c3a2 (diff) | |
download | cmake-5f6b4f690a3348c43f4f26bcc07c2418c3f2ab2f.tar.gz |
Find{BLAS,LAPACK}: Add support for OpenBLAS (#16024)
OpenBLAS (www.openblas.net) is the successor to GotoBLAS.
Diffstat (limited to 'Help')
-rw-r--r-- | Help/release/dev/find-blas-lapack-OpenBLAS.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/release/dev/find-blas-lapack-OpenBLAS.rst b/Help/release/dev/find-blas-lapack-OpenBLAS.rst new file mode 100644 index 0000000000..893422ad63 --- /dev/null +++ b/Help/release/dev/find-blas-lapack-OpenBLAS.rst @@ -0,0 +1,5 @@ +find-blas-lapack-OpenBLAS +------------------------- + +* The :module:`FindBLAS` and :module:`FindLAPACK` modules learned to + support `OpenBLAS <http://www.openblas.net>`__. |