diff options
author | Brad King <brad.king@kitware.com> | 2016-03-21 13:39:21 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2016-03-21 13:39:21 (GMT) |
commit | 8da0997872d454062bc50b3d4ff5d2777583202f (patch) | |
tree | 992739cc163036baedff773a37ef8c2d59f6fa73 /Help | |
parent | 63767a248651916cdb2f8969b783351c998e5fd1 (diff) | |
parent | 5f6b4f690a3348c43f4f26bcc07c2418c3f2ab2f (diff) | |
download | CMake-8da0997872d454062bc50b3d4ff5d2777583202f.zip CMake-8da0997872d454062bc50b3d4ff5d2777583202f.tar.gz CMake-8da0997872d454062bc50b3d4ff5d2777583202f.tar.bz2 |
Merge topic 'find-blas-lapack-OpenBLAS'
5f6b4f69 Find{BLAS,LAPACK}: Add support for OpenBLAS (#16024)
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 0000000..893422a --- /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>`__. |