mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
Merge branch 'it4i-barbora'
This commit is contained in:
commit
e40aef1f8c
36
c/CMake/CMake-3.21.2-GCCcore-9.3.0.eb
Normal file
36
c/CMake/CMake-3.21.2-GCCcore-9.3.0.eb
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
# 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'
|
@ -1,4 +1,8 @@
|
|||||||
|
<<<<<<< HEAD
|
||||||
|
# taken from develop and updated from 2022.0.4 to 2022.0.12
|
||||||
|
=======
|
||||||
# taken from develop and updated to 2022.0.12 from 2022.0.4
|
# taken from develop and updated to 2022.0.12 from 2022.0.4
|
||||||
|
>>>>>>> 828ac88762b4c4479e53485570fcede5d2b35c47
|
||||||
# JK
|
# JK
|
||||||
|
|
||||||
easyblock = 'PythonBundle'
|
easyblock = 'PythonBundle'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user