easyconfigs-it4i/c/CMake/CMake-2.8.12.eb
2019-11-06 13:27:39 +01:00

21 lines
498 B
Plaintext

easyblock = 'ConfigureMake'
name = 'CMake'
version = '2.8.12'
homepage = 'http://www.cmake.org'
description = """CMake, the cross-platform, open-source build system.
CMake is a family of tools designed to build, test and package software."""
toolchain = SYSTEM
source_urls = ['http://www.cmake.org/files/v%(version_major_minor)s']
sources = [SOURCELOWER_TAR_GZ]
sanity_check_paths = {
'files': ["bin/%s" % x for x in ['cmake', 'cpack', 'ctest']],
'dirs': [],
}
moduleclass = 'devel'