easyblock = 'PythonPackage' name = 'Theano' version = '0.9.0' versionsuffix = '-Python-%(local_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 = SYSTEM 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%(local_pyshortver)s/site-packages'], } moduleclass = 'math'