mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 15:32:11 +01:00

new file: a/Amber/Amber-20-foss-2020b.eb new file: a/Amber/Amber-20.11-foss-2020b-AmberTools-21.3.eb new file: l/LAMMPS/LAMMPS-20201029-intel-2020a.eb modified: o/ORCA/ORCA-5.0.1-OpenMPI-4.1.1.eb new file: p/phono3py/phono3py-2.0.0-conda.eb new file: p/phonopy/phonopy-2.11.0-conda.eb deleted: a/AOCC/AOCC-2.1.0-GCCcore-10.2.0.eb deleted: p/phonopy/phonopy-2.11.0-intel-2020a-Python-3.8.2.eb
25 lines
615 B
Plaintext
25 lines
615 B
Plaintext
# IT4Innovations
|
|
# LK 2021
|
|
|
|
name = 'AOCC'
|
|
version = '2.2.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'
|