mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
29 lines
1.0 KiB
Plaintext
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 = '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'
|