[Cmake-commits] CMake branch, next, updated. v2.8.4-1649-ge6ddcbf

Brad King brad.king at kitware.com
Wed Jun 1 12:07:26 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  e6ddcbf941fdfeda04e1ce760c3ee52de6166568 (commit)
       via  3bb85668686738dd1f036bfa3f9eb482cd1581fb (commit)
      from  9d7b53281a3f2c8dac532378760de3fc4495c722 (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=e6ddcbf941fdfeda04e1ce760c3ee52de6166568
commit e6ddcbf941fdfeda04e1ce760c3ee52de6166568
Merge: 9d7b532 3bb8566
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Jun 1 12:07:20 2011 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Jun 1 12:07:20 2011 -0400

    Merge topic 'XL-Fortran-moddir-issue-12246' into next
    
    3bb8566 XL: Place Fortran modules with -qmoddir= flag (#12246)


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=3bb85668686738dd1f036bfa3f9eb482cd1581fb
commit 3bb85668686738dd1f036bfa3f9eb482cd1581fb
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Jun 1 11:59:58 2011 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Wed Jun 1 12:00:48 2011 -0400

    XL: Place Fortran modules with -qmoddir= flag (#12246)
    
    Suggested-by: Luis Kornblueh <luis.kornblueh at zmaw.de>

diff --git a/Modules/Compiler/XL-Fortran.cmake b/Modules/Compiler/XL-Fortran.cmake
index e6f2317..d88b3f3 100644
--- a/Modules/Compiler/XL-Fortran.cmake
+++ b/Modules/Compiler/XL-Fortran.cmake
@@ -1,6 +1,8 @@
 include(Compiler/XL)
 __compiler_xl(Fortran)
 
+SET(CMAKE_Fortran_MODDIR_FLAG "-qmoddir=")
+
 SET(CMAKE_Fortran_DEFINE_FLAG "-WF,-D")
 
 # -qthreaded     = Ensures that all optimizations will be thread-safe

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list