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

new file: a/AOCL/AOCL-5.0.0-CCcore-14.2.0.eb new file: m/mayavi/mayavi-4.8.2-foss-2023b.eb new file: p/PyQt5/PyQt5-5.15.11-GCCcore-13.2.0-Python-3.11.5.eb modified: t/TotalView/TotalView-2022.1.11.eb
29 lines
748 B
Plaintext
29 lines
748 B
Plaintext
# IT4Innovations
|
|
# LK 2025
|
|
|
|
name = 'AOCC'
|
|
version = '5.0.0'
|
|
|
|
homepage = 'https://developer.amd.com/amd-aocc/'
|
|
description = "AMD Optimized C/C++ & Fortran compilers (AOCC) based on LLVM 13.0"
|
|
|
|
# Clang also depends on libstdc++ during runtime, but this dependency is
|
|
# already specified as the toolchain.
|
|
toolchain = {'name': 'GCCcore', 'version': '14.2.0'}
|
|
|
|
source_urls = ['https://download.amd.com/developer/eula/aocc/aocc-5-0/']
|
|
sources = ['aocc-compiler-%(version)s.tar']
|
|
checksums = ['966fac2d2c759e9de6e969c10ada7a7b306c113f7f1e07ea376829ec86380daa']
|
|
|
|
#clangversion = '17.0.6'
|
|
clangversion = '17'
|
|
|
|
dependencies = [
|
|
('binutils', '2.42'),
|
|
('ncurses', '6.5'),
|
|
('zlib', '1.3.1'),
|
|
('libxml2', '2.13.4'),
|
|
]
|
|
|
|
moduleclass = 'compiler'
|