[Cmake-commits] CMake branch, master, updated. fc4e7dcec0b4f87a96866a01621aaaffc04fa6f0

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Mar 22 11:00:12 EDT 2010


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, master has been updated
       via  fc4e7dcec0b4f87a96866a01621aaaffc04fa6f0 (commit)
      from  9fd691636241b6456a0e83ab0c326a29430c4bbd (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=fc4e7dcec0b4f87a96866a01621aaaffc04fa6f0
commit fc4e7dcec0b4f87a96866a01621aaaffc04fa6f0
Author: Pat Marion <pat.marion at kitware.com>
Date:   Mon Mar 22 10:54:18 2010 -0400

    ENH: Adding symbol for cray compute linux to DynamicLoader.cxx

diff --git a/Source/kwsys/DynamicLoader.cxx b/Source/kwsys/DynamicLoader.cxx
index a337031..58e02c7 100644
--- a/Source/kwsys/DynamicLoader.cxx
+++ b/Source/kwsys/DynamicLoader.cxx
@@ -444,7 +444,7 @@ const char* DynamicLoader::LastError()
 // 5. Implementation for systems without dynamic libs
 // __gnu_blrts__ is IBM BlueGene/L
 // __LIBCATAMOUNT__ is defined on Catamount on Cray compute nodes
-#if defined(__gnu_blrts__) || defined(__LIBCATAMOUNT__)
+#if defined(__gnu_blrts__) || defined(__LIBCATAMOUNT__) || defined(__CRAYXT_COMPUTE_LINUX_TARGET)
 #include <string.h> // for strerror()
 #define DYNAMICLOADER_DEFINED 1
 

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

Summary of changes:
 Source/kwsys/DynamicLoader.cxx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list