new file: a/Anaconda2/Anaconda2-4.4.0.eb

new file:   a/Anaconda3/Anaconda3-4.4.0.eb
This commit is contained in:
Lukáš Krupčík 2017-09-18 12:03:30 +02:00
parent 45681d7ec2
commit cfde6d7157
2 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,17 @@
easyblock = 'EB_Anaconda'
name = 'Anaconda2'
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': 'dummy', 'version': ''}
source_urls = ['https://repo.continuum.io/archive/']
sources = ['%(name)s-%(version)s-Linux-x86_64.sh']
moduleclass = 'lang'

View File

@ -0,0 +1,17 @@
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': 'dummy', 'version': ''}
source_urls = ['https://repo.continuum.io/archive/']
sources = ['%(name)s-%(version)s-Linux-x86_64.sh']
moduleclass = 'lang'