mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00

new file: p/pymatgen/pymatgen-2022.0.12-foss-2020b.eb new file: q/QMCPACK/QMCPACK-3.11.0-intel-2020a-Python-3.8.2.eb
37 lines
963 B
Plaintext
37 lines
963 B
Plaintext
# IT4Innovations
|
|
# LK JK 2021
|
|
|
|
name = 'CMake'
|
|
version = '3.21.2'
|
|
|
|
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 = {'name':'GCCcore', 'version':'9.3.0'}
|
|
|
|
source_urls = ['https://www.cmake.org/files/v%(version_major_minor)s']
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
checksums = ['94275e0b61c84bb42710f5320a23c6dcb2c6ee032ae7d2a616f53f68b3d21659']
|
|
|
|
builddependencies = [
|
|
('binutils', '2.34'),
|
|
]
|
|
|
|
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'
|