CMake

CMake is an open-source, cross-platform family of tools designed to build, test and package software [1].

Module

List the versions available as modules:

module spider cmake

Output:

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

  cmake/3.8.2

  cmake/3.10.2

  cmake/3.19.3

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

...

See how to load the version you need:

module spider cmake/<version>

Load any required modules that are reported by the spider command, and then load the cmake module:

module load cmake/<version>

Usage

For additional documentation on configuring software using CMake, see the section for Source Code in our Software Installation Guide.

References