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

new file: e/ELSI/ELSI-2.5.0-intel-2020b.eb new file: f/FFTW/FFTW-3.3.8-gompi-2020a-amd.eb new file: l/libGridXC/libGridXC-0.8.5-iimpi-2020b.eb new file: l/libPSML/libPSML-1.1.8-iccifort-2020.4.304.eb new file: l/libxc/libxc-4.3.4-intel-2020b.eb new file: p/PETSc/PETSc-3.12.4-intel-2020b.eb new file: s/SLEPc/SLEPc-3.13.3-intel-2020a-Python-3.8.6.eb new file: s/Siesta/Siesta-4.1-Max-1.2.0-intel-2020b.eb new file: s/Siesta/Siesta-4.1-b5-intel-2020b-test.eb new file: t/TotalView/TotalView-2021.2.14.eb new file: x/xmlf90/xmlf90-1.5.4-iccifort-2020.4.304.eb
27 lines
793 B
Plaintext
27 lines
793 B
Plaintext
# IT4Innovations
|
|
# LK 2021
|
|
|
|
name = 'AOCL'
|
|
version = '3.0-6'
|
|
|
|
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']
|
|
checksums = ['1f3e53ce205d1071ff7d3c657e26d7ff']
|
|
|
|
dependencies = [
|
|
('binutils', '2.35'),
|
|
('ncurses', '6.2'),
|
|
('zlib', '1.2.11'),
|
|
('libxml2', '2.9.10'),
|
|
('AOCC', '3.1.0'),
|
|
]
|
|
|
|
moduleclass = 'numlib'
|