easyconfigs-it4i/a/AOCC/AOCC-2.1.0-GCCcore-10.2.0.eb
Lukas Krupcik 992a427a36 new file: a/AOCC/AOCC-2.1.0-GCCcore-10.2.0.eb
new file:   a/AOCL/AOCL-2.1-GCCcore-10.2.0.eb
	new file:   a/AOCL/AOCL-2.2-4-GCCcore-10.2.0.eb
	new file:   g/glibc/glibc-2.30-GCCcore-10.2.0.eb
	new file:   m/make/make-4.2.1-GCCcore-10.2.0.eb
	new file:   o/OpenCoarrays/OpenCoarrays-2.9.2-gompi-2020b.eb
	new file:   o/OpenMPI/OpenMPI-4.1.1-AOCC-3.1.0.eb
	new file:   p/PETSc/PETSc-3.14.4-intel-2020b.eb
	new file:   r/R/R-4.1.0-foss-2021a.eb
2021-09-27 08:35:13 +02:00

28 lines
793 B
Plaintext

#
# This file is an EasyBuild reciPY as per https://github.com/easybuilders/easybuild
#
# Author: Robert Mijakovic <robert.mijakovic@lxp.lu>
# reciPY derived from preexisting reciPy for GCCcore-9.3.0.
#
name = 'AOCC'
version = '2.1.0'
homepage = 'https://developer.amd.com/amd-aocc/'
description = "AMD Optimized C/C++ & Fortran compilers (AOCC) based on LLVM 11.0"
# Clang also depends on libstdc++ during runtime, but this dependency is
# already specified as the toolchain.
toolchain = {'name': 'GCCcore', 'version': '10.2.0'}
source_urls = ['http://developer.amd.com/wordpress/media/files/']
sources = ['aocc-compiler-%(version)s.tar']
dependencies = [
('binutils', '2.35'),
('ncurses', '6.2'),
('zlib', '1.2.11'),
('libxml2', '2.9.10'),
]
moduleclass = 'compiler'