mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-16 11:48:06 +01:00

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
24 lines
620 B
Plaintext
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'
|