mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-10 17:02:11 +01:00

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
29 lines
623 B
Plaintext
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'
|