From 6c5041ec788042bf74b20b6452ce8e1701d2c2ea Mon Sep 17 00:00:00 2001 From: Sebastian Achilles <s.achilles@fz-juelich.de> Date: Wed, 3 Nov 2021 11:21:04 +0100 Subject: [PATCH] adding easyconfigs: AOCC-3.1.0-GCCcore-11.2.0.eb --- .../a/AOCC/AOCC-3.1.0-GCCcore-11.2.0.eb | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Golden_Repo/a/AOCC/AOCC-3.1.0-GCCcore-11.2.0.eb diff --git a/Golden_Repo/a/AOCC/AOCC-3.1.0-GCCcore-11.2.0.eb b/Golden_Repo/a/AOCC/AOCC-3.1.0-GCCcore-11.2.0.eb new file mode 100644 index 000000000..506f4cdc2 --- /dev/null +++ b/Golden_Repo/a/AOCC/AOCC-3.1.0-GCCcore-11.2.0.eb @@ -0,0 +1,24 @@ +name = 'AOCC' +version = '3.1.0' + +homepage = 'https://developer.amd.com/amd-aocc/' +description = "AMD Optimized C/C++ & Fortran compilers (AOCC) based on LLVM 12.0" + +# Clang also depends on libstdc++ during runtime, but this dependency is +# already specified as the toolchain. +toolchain = {'name': 'GCCcore', 'version': '11.2.0'} + +source_urls = ['http://developer.amd.com/wordpress/media/files/'] +sources = ['aocc-compiler-%(version)s.tar'] +checksums = ['1948104a430506fe5e445c0c796d6956109e7cc9fc0a1e32c9f1285cfd566d0c'] + +clangversion = '12.0.0' + +dependencies = [ + ('binutils', '2.37'), + ('ncurses', '6.2'), + ('zlib', '1.2.11'), + ('libxml2', '2.9.10'), +] + +moduleclass = 'compiler' -- GitLab