[Cmake-commits] CMake branch, next, updated. v3.8.0-rc2-551-g5379a6a

Kitware Robot kwrobot at kitware.com
Wed Mar 22 03:15:13 EDT 2017


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  5379a6a630d988cd12532413e988aaaa24fb462f (commit)
       via  ca2ece6a3c74b3873c0dcb475a6fb354d9c33d78 (commit)
      from  e125f0d100dc5085c783344ef131807f58a50800 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=5379a6a630d988cd12532413e988aaaa24fb462f
commit 5379a6a630d988cd12532413e988aaaa24fb462f
Merge: e125f0d ca2ece6
Author:     Gregor Jasny <gjasny at googlemail.com>
AuthorDate: Wed Mar 22 07:13:08 2017 +0000
Commit:     Kitware Robot <kwrobot at kitware.com>
CommitDate: Wed Mar 22 03:13:27 2017 -0400

    Stage topic '16624-blas-lapack-documentation'
    
    Topic-id: 23163
    Topic-url: https://gitlab.kitware.com/cmake/cmake/merge_requests/603


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=ca2ece6a3c74b3873c0dcb475a6fb354d9c33d78
commit ca2ece6a3c74b3873c0dcb475a6fb354d9c33d78
Author:     Gregor Jasny <gjasny at googlemail.com>
AuthorDate: Tue Mar 21 21:38:54 2017 +0100
Commit:     Gregor Jasny <gjasny at googlemail.com>
CommitDate: Tue Mar 21 21:38:54 2017 +0100

    FindBLAS/LAPACK: Format documentation
    
    Closes #16624

diff --git a/Modules/FindBLAS.cmake b/Modules/FindBLAS.cmake
index 853a6b4..2684617 100644
--- a/Modules/FindBLAS.cmake
+++ b/Modules/FindBLAS.cmake
@@ -32,13 +32,32 @@
 #      all the possibilities
 #   BLA_F95     if set on tries to find the f95 interfaces for BLAS/LAPACK
 #
-# ######### ## List of vendors (BLA_VENDOR) valid in this module #
-# Goto,OpenBLAS,ATLAS PhiPACK,CXML,DXML,SunPerf,SCSL,SGIMATH,IBMESSL,
-# Intel10_32 (intel mkl v10 32 bit),Intel10_64lp (intel mkl v10 64 bit,
-# lp thread model, lp64 model), # Intel10_64lp_seq (intel mkl v10 64
-# bit,sequential code, lp64 model), # Intel( older versions of mkl 32
-# and 64 bit), ACML,ACML_MP,ACML_GPU,Apple, NAS, Generic C/CXX should be
-# enabled to use Intel mkl
+# List of vendors (BLA_VENDOR) valid in this module:
+#
+# * Goto
+# * OpenBLAS
+# * ATLAS PhiPACK
+# * CXML
+# * DXML
+# * SunPerf
+# * SCSL
+# * SGIMATH
+# * IBMESSL
+# * Intel10_32 (intel mkl v10 32 bit)
+# * Intel10_64lp (intel mkl v10 64 bit, lp thread model, lp64 model)
+# * Intel10_64lp_seq (intel mkl v10 64 bit, sequential code, lp64 model)
+# * Intel (older versions of mkl 32 and 64 bit)
+# * ACML
+# * ACML_MP
+# * ACML_GPU
+# * Apple
+# * NAS
+# * Generic
+#
+# .. note::
+#
+#   C/CXX should be enabled to use Intel mkl
+#
 
 include(${CMAKE_CURRENT_LIST_DIR}/CheckFunctionExists.cmake)
 include(${CMAKE_CURRENT_LIST_DIR}/CheckFortranFunctionExists.cmake)
diff --git a/Modules/FindLAPACK.cmake b/Modules/FindLAPACK.cmake
index fe6af91..a451e6c 100644
--- a/Modules/FindLAPACK.cmake
+++ b/Modules/FindLAPACK.cmake
@@ -33,8 +33,15 @@
 #      all the possibilities
 #   BLA_F95     if set on tries to find the f95 interfaces for BLAS/LAPACK
 #
-# ## List of vendors (BLA_VENDOR) valid in this module # Intel(mkl),
-# OpenBLAS, ACML,Apple, NAS, Generic
+# List of vendors (BLA_VENDOR) valid in this module:
+#
+# * Intel(mkl)
+# * OpenBLAS
+# * ACML
+# * Apple
+# * NAS
+# * Generic
+#
 
 set(_lapack_ORIG_CMAKE_FIND_LIBRARY_SUFFIXES ${CMAKE_FIND_LIBRARY_SUFFIXES})
 

-----------------------------------------------------------------------

Summary of changes:
 Modules/FindBLAS.cmake   |   33 ++++++++++++++++++++++++++-------
 Modules/FindLAPACK.cmake |   11 +++++++++--
 2 files changed, 35 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list