[Cmake-commits] CMake branch, next, updated. v2.8.5-1651-g663a9c5

Alexey Ozeritsky aozeritsky at gmail.com
Thu Aug 18 15:11:50 EDT 2011


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  663a9c5dbe12b2b870eda5d81a7309b2c2f056b6 (commit)
       via  cfad24a36beb5fbf6d0e5ae8c730b9da651a3488 (commit)
      from  97cb8c957b200d7e8fecfacd4d46fdf940b4a772 (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 -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=663a9c5dbe12b2b870eda5d81a7309b2c2f056b6
commit 663a9c5dbe12b2b870eda5d81a7309b2c2f056b6
Merge: 97cb8c9 cfad24a
Author:     Alexey Ozeritsky <aozeritsky at gmail.com>
AuthorDate: Thu Aug 18 15:11:46 2011 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Aug 18 15:11:46 2011 -0400

    Merge topic 'FindLAPACK_FindBLAS' into next
    
    cfad24a fixed: search of ATLAS library for C/C++-only projects


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=cfad24a36beb5fbf6d0e5ae8c730b9da651a3488
commit cfad24a36beb5fbf6d0e5ae8c730b9da651a3488
Author:     Alexey Ozeritsky <aozeritsky at gmail.com>
AuthorDate: Mon Aug 15 17:52:40 2011 +0400
Commit:     Alexey Ozeritsky <aozeritsky at gmail.com>
CommitDate: Mon Aug 15 17:54:28 2011 +0400

    fixed: search of ATLAS library for C/C++-only projects

diff --git a/Modules/FindBLAS.cmake b/Modules/FindBLAS.cmake
index 7bad959..dc9ab37 100644
--- a/Modules/FindBLAS.cmake
+++ b/Modules/FindBLAS.cmake
@@ -138,7 +138,7 @@ endif ($ENV{BLA_VENDOR} MATCHES ".+")
 
 if (BLA_VENDOR STREQUAL "Goto" OR BLA_VENDOR STREQUAL "All")
  if(NOT BLAS_LIBRARIES)
-  # BLAS in ATLAS library? (http://math-atlas.sourceforge.net/)
+  # gotoblas (http://www.tacc.utexas.edu/tacc-projects/gotoblas2)
   check_fortran_libraries(
   BLAS_LIBRARIES
   BLAS
@@ -156,9 +156,9 @@ if (BLA_VENDOR STREQUAL "ATLAS" OR BLA_VENDOR STREQUAL "All")
   check_fortran_libraries(
   BLAS_LIBRARIES
   BLAS
-  cblas_dgemm
+  dgemm
   ""
-  "cblas;f77blas;atlas"
+  "f77blas;atlas"
   ""
   )
  endif(NOT BLAS_LIBRARIES)

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

Summary of changes:
 Modules/FindBLAS.cmake |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list