# IT4Innovations # LK 2023 # --include-easyblocks=/apps/all/AOCL/3.0-6-GCCcore-10.2.0/easybuild/reprod/easyblocks/aocl.py name = 'AOCL' version = '4.1.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': '12.2.0'} source_urls = ['https://download.amd.com/developer/eula/aocl/aocl-4-1/'] sources = ['aocl-linux-aocc-%(version)s.tar.gz'] checksums = ['25c3d86970a355205de0d139a23e251f070dd76242114b98390fe8f90503e810'] dependencies = [ ('binutils', '2.39'), ('ncurses', '6.3'), ('zlib', '1.2.12'), ('libxml2', '2.10.3'), ('AOCC', '4.1.0'), ] moduleclass = 'numlib'