summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorJ M Dieterich <dieterich@ogolem.org>2016-03-18 14:55:16 (GMT)
committerBrad King <brad.king@kitware.com>2016-03-18 15:23:36 (GMT)
commit5f6b4f690a3348c43f4f26bcc07c2418c3f2ab2f (patch)
treefe39e8c9c7a21bd7e10e874bf05b1e658d0ab6b8 /Help
parent9cdb37e9175b2e3c6367bc4863fda0404cb1c3a2 (diff)
downloadCMake-5f6b4f690a3348c43f4f26bcc07c2418c3f2ab2f.zip
CMake-5f6b4f690a3348c43f4f26bcc07c2418c3f2ab2f.tar.gz
CMake-5f6b4f690a3348c43f4f26bcc07c2418c3f2ab2f.tar.bz2
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.rst5
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>`__.