easyconfigs-it4i/c/CMake/CMake-3.4.1-GCC-4.9.2.eb
Josef Hrabal 27902b54aa _not_installed merged back
Modules which was not installed merged back to root directory.
2017-04-05 12:53:18 +02:00

23 lines
563 B
Plaintext

easyblock = 'ConfigureMake'
name = 'CMake'
version = '3.4.1'
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 = {'name': 'GCC', 'version': '4.9.2'}
source_urls = ['http://www.cmake.org/files/v%(version_major_minor)s']
sources = [SOURCELOWER_TAR_GZ]
dependencies = [('ncurses', '5.9')]
sanity_check_paths = {
'files': ["bin/%s" % x for x in ['cmake', 'cpack', 'ctest']],
'dirs': [],
}
moduleclass = 'devel'