# IT4Innovatiions # LK 2024 name = 'CMake' version = '3.30.5' 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 = [ ('ncurses', '6.5'), ('zlib', '1.3.1'), ('bzip2', '1.0.8'), ('cURL', '8.7.1'), ('libarchive', '3.7.4'), # ('OpenSSL', '3', '', SYSTEM), ] moduleclass = 'devel'