# IT4Innovations # BS 2024 name = 'CMake' version = '3.20.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': 'foss', 'version': '2022b'} source_urls = ['https://www.cmake.org/files/v%(version_major_minor)s'] sources = [SOURCELOWER_TAR_GZ] checksums = ['3f1808b9b00281df06c91dd7a021d7f52f724101000da7985a401678dfe035b0'] dependencies = [ ('ncurses', '6.2'), ('zlib', '1.2.11'), ('bzip2', '1.0.8'), ('cURL', '7.76.0'), ('libarchive', '3.7.2'), ('OpenSSL', '1.1', '', True), ] moduleclass = 'devel'