Skip to content

Commit

Permalink
adding easyconfigs: CMake-3.27.9-GCCcore-13.2.0.eb
Browse files Browse the repository at this point in the history
  • Loading branch information
jessie828 committed Aug 8, 2024
1 parent 4156d5d commit 1072713
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions easybuild/easyconfigs/c/CMake/CMake-3.27.9-GCCcore-13.2.0.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name = 'CMake'
version = '3.27.9'

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

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

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

dependencies = [
('ncurses', '6.4'),
('zlib', '1.2.13'),
('bzip2', '1.0.8'),
('cURL', '8.3.0'),
('libarchive', '3.7.2'),
('OpenSSL', '1.1', '', SYSTEM),
]

moduleclass = 'devel'

0 comments on commit 1072713

Please sign in to comment.