easyconfigs-it4i/t/Theano/Theano-0.9.0-Python-3.6.1.eb
Lukáš Krupčík 799982b487 new file: c/CNTK/CNTK-2.0-GCC-7.1.0-2.28-Python-3.6.1.eb
new file:   k/Keras/.Keras-2.0.5-Theano-0.9.0-Python-3.6.1.eb.swp
	new file:   k/Keras/Keras-2.0.5-Tensorflow-1.2.0-Python-3.6.1.eb
	new file:   k/Keras/Keras-2.0.5-Theano-0.9.0-Python-3.6.1.eb
	new file:   l/libzlib/libzip-1.2.0.eb
	new file:   t/Theano/Theano-0.9.0-Python-3.6.1.eb
	deleted:    k/Keras/Keras-2.0.5-intel-2017a-Python-3.6.1.eb
2017-07-04 13:54:18 +02:00

24 lines
620 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': 'dummy', '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'