Difference between revisions of "CMake"

From UFRC
Jump to navigation Jump to search
(Created page with "Category:SoftwareCategory:Programming {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|cmake}} |{{#vardefine:url|http://www.cmake.org/}} <!--CONFIGURATION: OPTIONAL (1=...")
 
m (Text replace - "{{App_Description|app={{#var:app}}|url={{#var:url}}}}|}}" to "{{App_Description|app={{#var:app}}|url={{#var:url}}|name={{#var:app}}}}|}} ")
Line 19: Line 19:
 
<!--Description-->
 
<!--Description-->
 
{{#if: {{#var: url}}|
 
{{#if: {{#var: url}}|
{{App_Description|app={{#var:app}}|url={{#var:url}}}}|}}
+
{{App_Description|app={{#var:app}}|url={{#var:url}}|name={{#var:app}}}}|}}
 +
 
 
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-->
 
<!--Location-->

Revision as of 01:53, 10 August 2012

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. Template:App Location

Available versions

  • 2.8.5

Running the application using modules

To use cmake with the environment modules system at HPC the following commands are available:

Get module information for cmake:

$module spider cmake

Load the default application module:

$module load cmake

The modulefile for this software adds the directory with executable files to the shell execution PATH and sets the following environment variables:

  • HPC_CMAKE_DIR - directory where cmake is located.
  • HPC_CMAKE_BIN - executable directory
  • HPC_CMAKE_DOC - documentation directory
  • HPC_CMAKE_INC - includes directory