diff --git a/a/AOCL/AOCL-3.0-6-GCCcore-10.2.0.eb b/a/AOCL/AOCL-3.0-6-GCCcore-10.2.0.eb new file mode 100644 index 00000000..7ec63cd0 --- /dev/null +++ b/a/AOCL/AOCL-3.0-6-GCCcore-10.2.0.eb @@ -0,0 +1,25 @@ +# 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'), +] + +moduleclass = 'numlib' diff --git a/a/Anaconda3/Anaconda3-2021.05.eb b/a/Anaconda3/Anaconda3-2021.05.eb new file mode 100644 index 00000000..e9548a7f --- /dev/null +++ b/a/Anaconda3/Anaconda3-2021.05.eb @@ -0,0 +1,28 @@ +# author: Jillian Rowe +# config upgrade to v5.1.0 by Adam Huffman +# config upgrade to v5.0.1, v5.3.0, 2018.12, 2019.07, 2019.10, 2020.2, 2020.11 by J. Hein +# config upgrade to 2019.03 by Davide Vanzo +easyblock = 'EB_Anaconda' + +name = 'Anaconda3' +version = '2021.05' + +homepage = 'https://www.anaconda.com' +description = """Built to complement the rich, open source Python community, +the Anaconda platform provides an enterprise-ready data analytics platform +that empowers companies to adopt a modern open data science analytics architecture. +""" + +toolchain = SYSTEM + +source_urls = ['https://repo.anaconda.com/archive/'] +sources = ['%(name)s-%(version)s-Linux-%(arch)s.sh'] + +checksums = [ + { + '%(name)s-%(version)s-Linux-x86_64.sh': '2751ab3d678ff0277ae80f9e8a74f218cfc70fe9a9cdc7bb1c137d7e47e33d53', + '%(name)s-%(version)s-Linux-ppc64le.sh': '097064807a9adae3f91fc4c5852cd90df2b77fc96505929bb25bf558f1eef76f', + } +] + +moduleclass = 'lang' diff --git a/q/QtiPlot/qtiplot-1.0.0.eb b/q/QtiPlot/qtiplot-1.0.0.eb new file mode 100644 index 00000000..7aa7379d --- /dev/null +++ b/q/QtiPlot/qtiplot-1.0.0.eb @@ -0,0 +1,21 @@ +easyblock = 'Binary' + +name = 'QtiPlot' +version = '1.0.0' + +homepage = "https://www.qtiplot.com/" +description = """QtiPlot is a cross-platform scientific application for data analysis and visualisation.""" + +toolchain = SYSTEM + +sources = ["qtiplot-1.0.0-rc14.tar.gz"] + +extract_sources = True + +sanity_check_paths = { + 'files': ['qtiplot', 'assistant'], + 'dirs': ['fitPlugins', 'jodconverter', 'manual'], +} + +moduleclass = 'vis' +