[Cmake-commits] CMake branch, next, updated. v2.8.5-1987-gcf2e0df

Alexey Ozeritsky aozeritsky at gmail.com
Fri Sep 30 03:50:45 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  cf2e0df02e9d422897075ca10e7776c97f2221bd (commit)
       via  810675b3080db3f7dd4edc688106c8c769bbc107 (commit)
      from  708fca9749fc2407bb3b6c7001af8f78b16af929 (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=cf2e0df02e9d422897075ca10e7776c97f2221bd
commit cf2e0df02e9d422897075ca10e7776c97f2221bd
Merge: 708fca9 810675b
Author:     Alexey Ozeritsky <aozeritsky at gmail.com>
AuthorDate: Fri Sep 30 03:50:42 2011 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Sep 30 03:50:42 2011 -0400

    Merge topic 'findlapack-0012477' into next
    
    810675b fixed: lapack static linkage (0012477)


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=810675b3080db3f7dd4edc688106c8c769bbc107
commit 810675b3080db3f7dd4edc688106c8c769bbc107
Author:     Alexey Ozeritsky <aozeritsky at gmail.com>
AuthorDate: Fri Sep 30 11:33:15 2011 +0400
Commit:     Alexey Ozeritsky <aozeritsky at gmail.com>
CommitDate: Fri Sep 30 11:33:15 2011 +0400

    fixed: lapack static linkage (0012477)

diff --git a/Modules/FindLAPACK.cmake b/Modules/FindLAPACK.cmake
index bccf789..e1d1202 100644
--- a/Modules/FindLAPACK.cmake
+++ b/Modules/FindLAPACK.cmake
@@ -106,7 +106,7 @@ endforeach(_library ${_list})
 if(_libraries_work)
   # Test this combination of libraries.
   if(UNIX AND BLA_STATIC)
-    set(CMAKE_REQUIRED_LIBRARIES ${_flags} "-Wl,--start-group ${${LIBRARIES}} ${_blas};-Wl,--end-group" ${_threads})
+    set(CMAKE_REQUIRED_LIBRARIES ${_flags} "-Wl,--start-group ${${LIBRARIES}} ${_blas} -Wl,--end-group" ${_threads})
   else(UNIX AND BLA_STATIC)
     set(CMAKE_REQUIRED_LIBRARIES ${_flags} ${${LIBRARIES}} ${_blas} ${_threads})
   endif(UNIX AND BLA_STATIC)

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

Summary of changes:
 Modules/FindLAPACK.cmake |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list