From 98c74aed4aadb384740c50cf1126a2ddc7cb2f33 Mon Sep 17 00:00:00 2001 From: Jens Henrik Goebbert <j.goebbert@fz-juelich.de> Date: Mon, 4 Sep 2023 10:06:01 +0200 Subject: [PATCH] update fixed cmake --- .../c/CMake/CMake-3.26.3-GCCcore-11.3.0.eb | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 Golden_Repo/c/CMake/CMake-3.26.3-GCCcore-11.3.0.eb diff --git a/Golden_Repo/c/CMake/CMake-3.26.3-GCCcore-11.3.0.eb b/Golden_Repo/c/CMake/CMake-3.26.3-GCCcore-11.3.0.eb new file mode 100644 index 000000000..623151003 --- /dev/null +++ b/Golden_Repo/c/CMake/CMake-3.26.3-GCCcore-11.3.0.eb @@ -0,0 +1,30 @@ +name = 'CMake' +version = '3.26.3' + +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.3.0'} + +source_urls = ['https://www.cmake.org/files/v%(version_major_minor)s'] +sources = [SOURCELOWER_TAR_GZ] +checksums = ['bbd8d39217509d163cb544a40d6428ac666ddc83e22905d3e52c925781f0f659'] + +builddependencies = [ + ('binutils', '2.38'), +] + +dependencies = [ + ('ncurses', '6.3'), + ('zlib', '1.2.12'), + ('bzip2', '1.0.8'), + ('cURL', '7.83.0'), + ('libarchive', '3.6.1'), + ('OpenSSL', '1.1', '', True), +] + +moduleclass = 'devel' -- GitLab