easyconfigs-it4i/a/AOCL/AOCL-5.0.0-CCcore-14.2.0.eb
Lukas Krupcik eb40143388 new file: a/AOCC/AOCC-5.0.0-GCCcore-14.2.0.eb
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
2025-01-13 08:28:25 +01:00

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'