mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
34 lines
849 B
Plaintext
34 lines
849 B
Plaintext
# IT4Innovations 2021
|
|
# LK
|
|
|
|
name = 'CMake'
|
|
version = '3.18.4'
|
|
|
|
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 = ['597c61358e6a92ecbfad42a9b5321ddd801fc7e7eca08441307c9138382d4f77']
|
|
|
|
dependencies = [
|
|
('ncurses', '6.2'),
|
|
('zlib', '1.2.11'),
|
|
('bzip2', '1.0.8'),
|
|
('cURL', '7.72.0'),
|
|
('libarchive', '3.4.3'),
|
|
# OS dependency should be preferred if the os version is more recent then this version,
|
|
# it's nice to have an up to date openssl for security reasons
|
|
# ('OpenSSL', '1.1.1h'),
|
|
]
|
|
|
|
osdependencies = [OS_PKG_OPENSSL_DEV]
|
|
|
|
moduleclass = 'devel'
|