easyconfigs-it4i/p/Python/Python-2.7.13-base.eb
Lukáš Krupčík 4f031c35ce new file: f/freetype/freetype-2.8.eb
new file:   h/h5py/h5py-2.7.0-intel-2017a-Python-2.7.13-base.eb
	new file:   k/Keras/Keras-2.0.5-intel-2017a-Python-3.6.1.eb
	new file:   l/libxslt/libxslt-1.1.29.eb
	new file:   l/libyaml/libyaml-0.1.7.eb
	new file:   l/lxml/lxml-3.8.0-Python-2.7.13-base.eb
	new file:   m/matplotlib/matplotlib-2.0.2-Python-2.7.13-base.eb
	new file:   m/mpi4py/mpi4py-2.0.0-intel-2017a-Python-2.7.13-base.eb
	new file:   n/numpy/numpy-1.12.1-Python-2.7.13-base.eb
	new file:   n/numpy/numpy-1.13.0-Python-2.7.13-base.eb
	new file:   p/PyYAML/PyYAML-3.12-Python-2.7.13-base.eb
	new file:   p/Python/Python-2.7.13-base.eb
	new file:   p/phonopy/phonopy-1.11.12.5-intel-2017a-Python-2.7.13-base.eb
	new file:   s/scipy/scipy-0.19.1-Python-2.7.13-base.eb
	new file:   t/Tensorflow/Tensorflow-1.2.0-GCC-7.1.0-2.28.eb
	deleted:    t/Tensorflow/Tensorflow-1.2.0-Python-3.6.1.eb
2017-07-04 12:00:16 +02:00

43 lines
1.4 KiB
Plaintext

# Built with EasyBuild version 2.8.0 on 2016-07-13_09-40-51
easyblock = "EB_Python"
name = 'Python'
version = '2.7.13'
versionsuffix = '-base'
homepage = 'http://python.org/'
description = "Python is a programming language that lets you work more quickly and integrate your systems more effectively."
toolchain = {'name': 'dummy', 'version': ''}
toolchainopts = {'pic': True, 'opt': True, 'optarch': True}
source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/']
sources = [SOURCE_TGZ]
dependencies = [
('bzip2', '1.0.6'),
('zlib', '1.2.11'),
('libreadline', '7.0'),
('ncurses', '6.0'),
('SQLite', '3.17.0'),
('Tk', '8.6.6'),
]
osdependencies = [('openssl-devel', 'libssl-dev', 'libopenssl-devel')]
#buildopts = 'CPPFLAGS="-I/apps/all/bzip2/1.0.6/include -I/apps/all/zlib/1.2.8/include -I/apps/all/ncurses/5.9/include -I/apps/all/SQLite/3.8.8.1/include" LDFLAGS="-L/apps/all/bzip2/1.0.6/lib -L/apps/all/zlib/1.2.8/lib -L/apps/all/ncurses/5.9/lib -L/apps/all/SQLite/3.8.8.1/lib:$CPPFLAGS"'
exts_list = [
('setuptools', '36.0.1', {
'source_urls': ['https://pypi.python.org/packages/source/s/setuptools/'],
'source_tmpl': '%(name)s-%(version)s.zip',
}),
('pip', '9.0.1', {
'source_urls': ['http://pypi.python.org/packages/source/p/pip/'],
}),
('nose', '1.3.7', {
'source_urls': ['http://pypi.python.org/packages/source/n/nose/'],
}),
]
moduleclass = 'lang'