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

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
26 lines
744 B
Plaintext
26 lines
744 B
Plaintext
# IT4Innovations
|
|
# LK 2021
|
|
|
|
name = 'AOCL'
|
|
version = '2.2-4'
|
|
|
|
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': '10.2.0'}
|
|
|
|
source_urls = ['http://developer.amd.com/wordpress/media/files/']
|
|
sources = ['aocl-linux-aocc-%(version)s.tar.gz']
|
|
|
|
dependencies = [
|
|
('binutils', '2.35'),
|
|
('ncurses', '6.2'),
|
|
('zlib', '1.2.11'),
|
|
('libxml2', '2.9.10'),
|
|
('AOCC', '3.1.0'),
|
|
]
|
|
|
|
moduleclass = 'numlib'
|