mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00
18 lines
535 B
Plaintext
18 lines
535 B
Plaintext
easyblock = 'EB_Anaconda'
|
|
|
|
name = 'Anaconda3'
|
|
version = '4.4.0'
|
|
|
|
homepage = 'https://www.continuum.io/anaconda-overview'
|
|
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 = {'name': 'system', 'version': ''}
|
|
|
|
source_urls = ['https://repo.continuum.io/archive/']
|
|
sources = ['%(name)s-%(version)s-Linux-x86_64.sh']
|
|
|
|
moduleclass = 'lang'
|