easyconfigs-it4i/b/Boost/Boost-1.66.0-foss-2017a-Py-2.7.eb
Lukáš Krupčík 88a59d21f3 new file: b/Boost/Boost-1.66.0-foss-2017a-Py-2.7.eb
new file:   b/backports_abc/backports_abc-0.5-Py-2.7.eb
	new file:   c/certifi/certifi-2018.1.18-Py-2.7.eb
	new file:   c/certifi/certifi-2018.1.18-Py-3.6.eb
	new file:   i/ipython/ipython-6.2.1-Py-2.7.eb
	new file:   i/ipython/ipython-6.2.1-Py-3.6.eb
	new file:   j/Jinja2/Jinja2-2.10-Py-2.7.eb
	new file:   l/latexcodec/latexcodec-1.0.5-Py-3.6.eb
	new file:   m/Mako/Mako-1.0.7-Py-2.7.eb
	new file:   m/MarkupSafe/MarkupSafe-1.0-Py-2.7.eb
	new file:   m/monty/monty-1.0.2-Py-3.6.eb
	new file:   m/mpmath/mpmath-1.0.0-Py-3.6.eb
	new file:   p/PyYAML/PyYAML-3.12-Py-3.6.eb
	new file:   p/pandas/pandas-0.22.0-Py-3.6.eb
	new file:   p/pybtex/pybtex-0.21-Py-3.6.eb
	new file:   p/pymatgen/pymatgen-Py-3.6.eb
	new file:   p/pyzmq/pyzmq-16.0.4-Py-2.7.eb
	new file:   r/requests/requests-2.18.4-Py-3.6.eb
	new file:   r/ruamel.yaml/ruamel.yaml-0.15.35-Py-3.6.eb
	new file:   s/singledispatch/singledispatch-3.4.0.3-Py-2.7.eb
	new file:   s/sympy/sympy-1.1.1-Py-3.6.eb
	modified:   t/TRIQS/TRIQS-1.4.1-foss-2017a.eb
	new file:   t/tornado/tornado-4.5.3-Py-2.7.eb
	new file:   u/urllib3/urllib3-1.22-Py-3.6.eb
	new file:   v/virtualenv/virtualenv-15.1.0-Py-2.7.eb
2018-02-09 09:09:24 +01:00

29 lines
642 B
Plaintext

# IT4Innovations 2018
name = 'Boost'
version = '1.66.0'
versionsuffix = '-Py-2.7'
homepage = 'http://www.boost.org/'
description = """Boost provides free peer-reviewed portable C++ source libraries."""
toolchain = {'name': 'foss', 'version': '2017a'}
toolchainopts = {'pic': True, 'usempi': True}
source_urls = [SOURCEFORGE_SOURCE]
sources = ['%%(namelower)s_%s.tar.gz' % '_'.join(version.split('.'))]
dependencies = [
('bzip2', '1.0.6', '', True),
('zlib', '1.2.11', '', True),
('Py', '2.7', '', True)
]
configopts = '--with-python=$EBROOTPYTHON/bin/python'
# also build boost_mpi
boost_mpi = True
moduleclass = 'devel'