Difference between revisions of "CMake"

From UFRC
Jump to navigation Jump to search
m (Text replace - "{{App_Description|app={{#var:app}}|url={{#var:url}}}}|}}" to "{{App_Description|app={{#var:app}}|url={{#var:url}}|name={{#var:app}}}}|}} ")
m (Text replacement - "#uppercase" to "uc")
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category:Software]][[Category:Programming]]
+
[[Category:Software]][[Category:Programming]][[Category:Build System]]
 
{|<!--CONFIGURATION: REQUIRED-->
 
{|<!--CONFIGURATION: REQUIRED-->
 
|{{#vardefine:app|cmake}}
 
|{{#vardefine:app|cmake}}
Line 22: Line 22:
  
 
CMake is a cross-platform, open-source build system. CMake is a family of tools designed to build, test and package software. CMake is used to control the software compilation process using simple platform and compiler independent configuration files. CMake generates native makefiles and workspaces that can be used in the compiler environment of your choice.
 
CMake is a cross-platform, open-source build system. CMake is a family of tools designed to build, test and package software. CMake is used to control the software compilation process using simple platform and compiler independent configuration files. CMake generates native makefiles and workspaces that can be used in the compiler environment of your choice.
<!--Location-->
+
 
{{App_Location|app={{#var:app}}|{{#var:ver}}}}
 
<!--Versions-->
 
==Available versions==
 
* 2.8.5
 
 
<!--Modules-->
 
<!--Modules-->
{{#if: {{#var: mod}}|==Running the application using modules==
+
==Required Modules==
{{App_Module|app={{#var:app}}|intel={{#var:intel}}|mpi={{#var:mpi}}}}|}}
+
[[Modules|modules documentation]]
<!--Add additional HPC_FOO_BIN and other ENV VARIABLES below-->
+
===Serial===
 +
*{{#var:app}}
 +
==System Variables==
 +
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
 
* HPC_CMAKE_BIN - executable directory
 
* HPC_CMAKE_BIN - executable directory
 
* HPC_CMAKE_DOC - documentation directory
 
* HPC_CMAKE_DOC - documentation directory
Line 46: Line 45:
 
See the [[{{PAGENAME}}_PBS]] page for {{#var: app}} PBS script examples.|}}
 
See the [[{{PAGENAME}}_PBS]] page for {{#var: app}} PBS script examples.|}}
 
<!--Policy-->
 
<!--Policy-->
{{#if: {{#var: policy}}|==Usage policy==
+
{{#if: {{#var: policy}}|==Usage Policy==
 
WRITE USAGE POLICY HERE (perhaps templates for a couple of main licensing schemes can be used)
 
WRITE USAGE POLICY HERE (perhaps templates for a couple of main licensing schemes can be used)
 
|}}
 
|}}
Line 65: Line 64:
 
See the [[{{PAGENAME}}_Install]] page for {{#var: app}} installation notes.|}}
 
See the [[{{PAGENAME}}_Install]] page for {{#var: app}} installation notes.|}}
 
__NOTOC____NOEDITSECTION__
 
__NOTOC____NOEDITSECTION__
 +
=Validation=
 +
* Validated 4/5/2018

Revision as of 21:12, 6 December 2019

Description

cmake website  

CMake is a cross-platform, open-source build system. CMake is a family of tools designed to build, test and package software. CMake is used to control the software compilation process using simple platform and compiler independent configuration files. CMake generates native makefiles and workspaces that can be used in the compiler environment of your choice.

Required Modules

modules documentation

Serial

  • cmake

System Variables

  • HPC_CMAKE_DIR - installation directory
  • HPC_CMAKE_BIN - executable directory
  • HPC_CMAKE_DOC - documentation directory
  • HPC_CMAKE_INC - includes directory





Validation

  • Validated 4/5/2018