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

new file: d/Doxygen/Doxygen-1.11.0-GCCcore-14.2.0.eb new file: g/gompi/gompi-2024it4i.eb new file: g/gzip/gzip-1.13-GCCcore-14.2.0.eb new file: h/HDF5/HDF5-1.14.5-gompi-2024it4i.eb new file: l/libiconv/libiconv-1.17-GCCcore-14.2.0.eb new file: l/lz4/lz4-1.9.4-GCCcore-14.2.0.eb new file: m/make/make-4.4.1-GCCcore-14.2.0.eb new file: n/netCDF-Fortran/netCDF-Fortran-4.6.1-gompi-2024it4i.eb new file: n/netCDF/netCDF-4.9.2-gompi-2024it4i.eb new file: o/OpenBLAS/OpenBLAS-0.3.27-GCC-14.2.0.eb new file: p/PRRTE/PRRTE-3.0.5-GCCcore-14.2.0.eb new file: s/Szip/Szip-2.1.1-GCCcore-14.2.0.eb new file: z/zstd/zstd-1.5.6-GCCcore-14.2.0.eb
36 lines
804 B
Plaintext
36 lines
804 B
Plaintext
# IT4Innovatiions
|
|
# LK 2024
|
|
|
|
name = 'CMake'
|
|
version = '3.30.5'
|
|
versionsuffix = '-acfl-24.10'
|
|
|
|
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': '14.2.0'}
|
|
|
|
source_urls = ['https://www.cmake.org/files/v%(version_major_minor)s']
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
checksums = ['9f55e1a40508f2f29b7e065fa08c29f82c402fa0402da839fffe64a25755a86d']
|
|
|
|
builddependencies = [
|
|
('binutils', '2.42'),
|
|
]
|
|
|
|
dependencies = [
|
|
('acfl', '24.10', '', True),
|
|
('ncurses', '6.5'),
|
|
('zlib', '1.3.1'),
|
|
('bzip2', '1.0.8'),
|
|
('cURL', '8.7.1'),
|
|
('libarchive', '3.7.4'),
|
|
# ('OpenSSL', '3', '', SYSTEM),
|
|
]
|
|
|
|
moduleclass = 'devel'
|