mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
Merge branch 'it4i-karolina'
This commit is contained in:
commit
9361d0e5e2
25
a/AOCL/AOCL-3.0-6-GCCcore-10.2.0.eb
Normal file
25
a/AOCL/AOCL-3.0-6-GCCcore-10.2.0.eb
Normal file
@ -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'
|
28
a/Anaconda3/Anaconda3-2021.05.eb
Normal file
28
a/Anaconda3/Anaconda3-2021.05.eb
Normal file
@ -0,0 +1,28 @@
|
||||
# author: Jillian Rowe <jillian.e.rowe@gmail.com>
|
||||
# config upgrade to v5.1.0 by Adam Huffman <adam.huffman@bdi.ox.ac.uk>
|
||||
# config upgrade to v5.0.1, v5.3.0, 2018.12, 2019.07, 2019.10, 2020.2, 2020.11 by J. Hein <joachim.hein@lunarc.lu.se>
|
||||
# config upgrade to 2019.03 by Davide Vanzo <davide.vanzo@vanderbilt.edu>
|
||||
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'
|
21
q/QtiPlot/qtiplot-1.0.0.eb
Normal file
21
q/QtiPlot/qtiplot-1.0.0.eb
Normal file
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user