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
28 lines
907 B
Plaintext
28 lines
907 B
Plaintext
# IT4Innovations
|
|
# LK 2025
|
|
# --include-easyblocks=/apps/easybuild/it4i-easyblocks/easyblocks/a/aocl.py
|
|
|
|
name = 'AOCL'
|
|
version = '5.0.0'
|
|
|
|
homepage = 'https://developer.amd.com/amd-aocc/'
|
|
description = """AMD provides a free set of thoroughly optimized and threaded math routines for HPC,
|
|
scientific, engineering and related compute-intensive applications. ACML is ideal for weather modeling,
|
|
computational fluid dynamics, financial analysis, oil and gas applications and more. """
|
|
|
|
toolchain = {'name': 'GCCcore', 'version': '14.2.0'}
|
|
|
|
source_urls = ['https://download.amd.com/developer/eula/aocl/aocl-5-0/']
|
|
sources = ['aocl-linux-aocc-%(version)s.tar.gz']
|
|
checksums = ['604ae6c34ef2648504ba08d2f33e42b5a9cf4032eaefaa9253560747ebaeb1ca']
|
|
|
|
dependencies = [
|
|
('binutils', '2.42'),
|
|
('ncurses', '6.5'),
|
|
('zlib', '1.3.1'),
|
|
('libxml2', '2.13.4'),
|
|
('AOCC', '5.0.0'),
|
|
]
|
|
|
|
moduleclass = 'numlib'
|