[Cmake-commits] CMake branch, next, updated. v2.8.2-1050-gd6ba7de

Dave Partyka dave.partyka at kitware.com
Mon Oct 11 09:27:24 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, next has been updated
       via  d6ba7de81526c2f97b041cc9e2f40267b9ea0cc2 (commit)
       via  35d2770df93662844a9866634c4fa4b90b49cae8 (commit)
      from  1b440f7607531fc6d0f07d6a291f03240504ffdd (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=d6ba7de81526c2f97b041cc9e2f40267b9ea0cc2
commit d6ba7de81526c2f97b041cc9e2f40267b9ea0cc2
Merge: 1b440f7 35d2770
Author:     Dave Partyka <dave.partyka at kitware.com>
AuthorDate: Mon Oct 11 09:27:19 2010 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Oct 11 09:27:19 2010 -0400

    Merge topic 'findmpi-msmpi-update' into next
    
    35d2770 Update module to locate newely released MS MPI HPC Pack R2.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=35d2770df93662844a9866634c4fa4b90b49cae8
commit 35d2770df93662844a9866634c4fa4b90b49cae8
Author:     David Partyka <dave.partyka at kitware.com>
AuthorDate: Mon Oct 11 09:20:07 2010 -0400
Commit:     David Partyka <dave.partyka at kitware.com>
CommitDate: Mon Oct 11 09:20:07 2010 -0400

    Update module to locate newely released MS MPI HPC Pack R2.

diff --git a/Modules/FindMPI.cmake b/Modules/FindMPI.cmake
index 9fef8f9..4d1da5b 100644
--- a/Modules/FindMPI.cmake
+++ b/Modules/FindMPI.cmake
@@ -81,6 +81,7 @@ set(_MPI_PACKAGE_DIR
   lib/openmpi
   "MPICH/SDK"
   "Microsoft Compute Cluster Pack"
+  "Microsoft HPC Pack 2008 R2"
   )
 
 set(_MPI_PREFIX_PATH)
@@ -306,7 +307,7 @@ else (MPI_COMPILE_CMDLINE)
 # No MPI compiler to interogate so attempt to find everything with find functions.
   find_path(MPI_INCLUDE_PATH mpi.h
     HINTS ${_MPI_BASE_DIR} ${_MPI_PREFIX_PATH}
-    PATH_SUFFIXES include
+    PATH_SUFFIXES include Inc
     )
 
   # Decide between 32-bit and 64-bit libraries for Microsoft's MPI

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list