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