# 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'