mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-19 05:00:50 +01:00
24 lines
621 B
Plaintext
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'
|