easyconfigs-it4i/b/Boost/Boost-1.63.0-foss-2017a-Python-3.6.1.eb
Lukáš Krupčík d1c3c8dfd4 modified: b/Boost/Boost-1.63.0-foss-2017a-Python-3.6.1.eb
new file:   c/CNTK/CNTK-2.0-foss-2017a-Python-3.6.1.eb
	new file:   c/CNTK/abs.patch
	new file:   c/CNTK/glibc.patch
	new file:   s/SWIG/SWIG-2.0.12-Python-3.6.1.eb
	new file:   s/Spack/Spack-0.10.0.eb
	deleted:    c/CNTK/CNTK-2.0-GCC-7.1.0-2.28-Python-3.6.1.eb
2017-07-07 13:36:29 +02:00

28 lines
634 B
Plaintext

name = 'Boost'
version = '1.63.0'
versionsuffix = '-Python-%(pyver)s'
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('.'))]
patches = [
'Boost-%(version)s_python3.patch',
]
dependencies = [
('bzip2', '1.0.6', '', True),
('zlib', '1.2.11', '', True),
('Python', '3.6.1', '', True),
]
# also build boost_mpi
boost_mpi = True
moduleclass = 'devel'