summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/BlueGeneP-dynamic-GNU-Fortran.cmake
diff options
context:
space:
mode:
authorTodd Gamblin <tgamblin@llnl.gov>2010-08-12 22:27:30 (GMT)
committerBrad King <brad.king@kitware.com>2010-08-13 16:17:57 (GMT)
commit7083c81db7f874b4a0bc3b4b2b3a5f0db86adeb8 (patch)
treef727487a5f6be66fbc68173993569b89554557cd /Modules/Platform/BlueGeneP-dynamic-GNU-Fortran.cmake
parent1221581aa8de2b4bb06e09894940dba6ff90caa1 (diff)
downloadCMake-7083c81db7f874b4a0bc3b4b2b3a5f0db86adeb8.zip
CMake-7083c81db7f874b4a0bc3b4b2b3a5f0db86adeb8.tar.gz
CMake-7083c81db7f874b4a0bc3b4b2b3a5f0db86adeb8.tar.bz2
Add platform files for BlueGene/P systems
BlueGeneP-base: Internal base shared by static and dynamic files BlueGeneP-static: Platform file for all-static builds BlueGeneP-dynamic: Platform file for "default" dynamic builds
Diffstat (limited to 'Modules/Platform/BlueGeneP-dynamic-GNU-Fortran.cmake')
-rw-r--r--Modules/Platform/BlueGeneP-dynamic-GNU-Fortran.cmake16
1 files changed, 16 insertions, 0 deletions
diff --git a/Modules/Platform/BlueGeneP-dynamic-GNU-Fortran.cmake b/Modules/Platform/BlueGeneP-dynamic-GNU-Fortran.cmake
new file mode 100644
index 0000000..19d6be8
--- /dev/null
+++ b/Modules/Platform/BlueGeneP-dynamic-GNU-Fortran.cmake
@@ -0,0 +1,16 @@
+
+#=============================================================================
+# Copyright 2010 Kitware, Inc.
+# Copyright 2010 Todd Gamblin <tgamblin@llnl.gov>
+#
+# Distributed under the OSI-approved BSD License (the "License");
+# see accompanying file Copyright.txt for details.
+#
+# This software is distributed WITHOUT ANY WARRANTY; without even the
+# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+# See the License for more information.
+#=============================================================================
+# (To distribute this file outside of CMake, substitute the full
+# License text for the above reference.)
+
+__BlueGeneP_set_dynamic_flags(GNU Fortran)