Skip to content

Commit

Permalink
Merge pull request #14651 from ItIsI-Orient/20220104132501_new_pr_CMa…
Browse files Browse the repository at this point in the history
…ke3221

{devel}[GCCcore/11.2.0] CMake v3.22.1
  • Loading branch information
boegel committed Jan 4, 2022
2 parents 67b021a + 02232f6 commit 16807b1
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions easybuild/easyconfigs/c/CMake/CMake-3.22.1-GCCcore-11.2.0.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name = 'CMake'
version = '3.22.1'

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': '11.2.0'}

source_urls = ['https://www.cmake.org/files/v%(version_major_minor)s']
sources = [SOURCELOWER_TAR_GZ]
checksums = ['0e998229549d7b3f368703d20e248e7ee1f853910d42704aa87918c213ea82c0']

builddependencies = [
('binutils', '2.37'),
]

dependencies = [
('ncurses', '6.2'),
('zlib', '1.2.11'),
('bzip2', '1.0.8'),
('cURL', '7.78.0'),
('libarchive', '3.5.1'),
('OpenSSL', '1.1', '', True),
]

moduleclass = 'devel'

0 comments on commit 16807b1

Please sign in to comment.