easyconfigs-it4i/c/CMake/CMake-3.30.5.eb
Lukas Krupcik 30cf7358c0 modified: b/binutils/binutils-2.30-GCCcore-7.3.0.eb
new file:   c/CMake/CMake-3.30.5.eb
	new file:   v/Visit/Visit-3.4.2-foss-2023a.eb
	new file:   v/Visit/Visit-3.4.2.eb
2025-01-06 09:40:28 +01:00

29 lines
623 B
Plaintext

# IT4Innovatiions
# LK 2025
name = 'CMake'
version = '3.30.5'
homepage = 'https://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 = ['https://www.cmake.org/files/v%(version_major_minor)s']
sources = [SOURCELOWER_TAR_GZ]
checksums = ['9f55e1a40508f2f29b7e065fa08c29f82c402fa0402da839fffe64a25755a86d']
dependencies = [
('ncurses', '6.5'),
('zlib', '1.3.1'),
('bzip2', '1.0.8'),
# ('cURL', '8.7.1'),
# ('libarchive', '3.7.4'),
]
moduleclass = 'devel'