easyconfigs-it4i/k/Keras/Keras-2.1.2-Tensorflow-1.6.0rc0-Python-3.6.1.eb
Easy Build 1d9d9e765d new file: b/Bazel/Bazel-0.7.0-GCC-6.3.0-2.27.eb
new file:   b/Bazel/Bazel-0.7.0-GCC-7.1.0-2.28.eb
	new file:   k/Keras/Keras-2.1.2-Tensorflow-1.6.0rc0-Python-3.6.1.eb
	new file:   l/LAMMPS/LAMMPS-17Jan2018-intel-2017a-MIC-test.eb
	modified:   l/LAMMPS/LAMMPS-17Jan2018-intel-2017a-MIC.eb
	modified:   l/LAMMPS/LAMMPS-Makefile.intel_coprocessor.patch
	modified:   l/LAMMPS/log.lammps
	new file:   t/Tensorflow/Tensorflow-1.6.0rc0-Python-3.6.1.eb
2018-02-06 15:35:45 +01:00

34 lines
877 B
Plaintext

easyblock = 'PythonPackage'
name = 'Keras'
version = '2.1.2'
versionsuffix = '-Tensorflow-1.6.0rc0-Python-%(pyver)s'
homepage = 'https://keras.io/'
description = """Keras is a minimalist, highly modular neural networks library, written in Python and
capable of running on top of either TensorFlow or Theano."""
toolchain = {'name': 'dummy', 'version': ''}
source_urls = ['https://github.com/keras-team/keras/archive']
sources = ['%(version)s.tar.gz']
use_pip = True
dependencies = [
('Python', '3.6.1'),
('Tensorflow', '1.6.0rc0'),
# ('h5py', '2.7.0', '%(versionsuffix)s'), internal Python 3.6.1
# ('PyYAML', '3.12', versionsuffix), internal Python 3.6.1
]
# it defaults to Tensorflow
modextravars = {'KERAS_BACKEND': 'tensorflow'}
sanity_check_paths = {
'files': [],
'dirs': ['lib/python%(pyshortver)s/site-packages'],
}
moduleclass = 'math'