easyconfigs-it4i/a/Anaconda3/Anaconda3-2020.11.eb
Lukáš Krupčík 437d2b2cdd new file: a/Anaconda3/Anaconda3-2020.11.eb
new file:   a/Automake/Automake-1.16.2-GCCcore-9.3.0.eb
	new file:   a/Autotools/Autotools-20200321-GCCcore-9.3.0.eb
	new file:   l/libevent/libevent-2.1.12-GCCcore-9.3.0.eb
	new file:   n/NVHPC/NVHPC-21.2-OpenMPI-4.0.5.eb
	new file:   n/NVHPC/NVHPC-21.2.eb
	new file:   o/OpenMPI/OpenMPI-4.0.5-GCC-10.2.0-Java-13.0.1.eb
	new file:   o/OpenMPI/OpenMPI-4.0.5-NVHPC-21.2.eb
	new file:   p/phono3py/phono3py-1.22.2-conda.eb
	new file:   u/UCX/UCX-1.9.0-GCCcore-9.3.0.eb
2021-03-18 08:07:12 +01:00

29 lines
1.0 KiB
Plaintext

# 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 = '2020.11'
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': 'cf2ff493f11eaad5d09ce2b4feaa5ea90db5174303d5b3fe030e16d29aeef7de',
'%(name)s-%(version)s-Linux-ppc64le.sh': '870535ada0a8ae75eeda8cd2bf7dde853ac9f4949b20e1b5641f1843a655f3b8',
}
]
moduleclass = 'lang'