easyconfigs-it4i/t/Theano/Theano-0.9.0-Python-3.6.1.eb

24 lines
621 B
Plaintext

easyblock = 'PythonPackage'
name = 'Theano'
version = '0.9.0'
versionsuffix = '-Python-%(pyver)s'
homepage = 'http://deeplearning.net/software/theano'
description = """Theano is a Python library that allows you to define, optimize,
and evaluate mathematical expressions involving multi-dimensional arrays efficiently."""
toolchain = {'name': 'system', 'version': ''}
source_urls = [PYPI_SOURCE]
sources = [SOURCE_TAR_GZ]
dependencies = [('Python', '3.6.1')]
sanity_check_paths = {
'files': ['bin/theano-cache', 'bin/theano-nose'],
'dirs': ['lib/python%(pyshortver)s/site-packages'],
}
moduleclass = 'math'