-
-
Save pescobar/b11d288b9d510f07e1287ceb8e491f6d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 = {'name': 'GCC', 'version': '8.2.0-2.31.1'} | |
source_urls = ['http://www.cmake.org/files/v%(version_major_minor)s'] | |
sources = [SOURCELOWER_TAR_GZ] | |
dependencies = [('ncurses', '6.1')] | |
sanity_check_paths = { | |
'files': ["bin/%s" % x for x in ['cmake', 'cpack', 'ctest']], | |
'dirs': [], | |
} | |
moduleclass = 'devel' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment