easyconfigs-it4i/_not_installed/b/Boost/Boost-1.60.0-intel-2016a-Python-2.7.11.eb
2017-03-22 09:44:28 +01:00

24 lines
551 B
Plaintext

name = 'Boost'
version = '1.60.0'
versionsuffix = '-Python-%(pyver)s'
homepage = 'http://www.boost.org/'
description = """Boost provides free peer-reviewed portable C++ source libraries."""
toolchain = {'name': 'intel', 'version': '2016a'}
toolchainopts = {'pic': True, 'usempi': True}
source_urls = [SOURCEFORGE_SOURCE]
sources = ['%%(namelower)s_%s.tar.gz' % '_'.join(version.split('.'))]
dependencies = [
('bzip2', '1.0.6'),
('zlib', '1.2.8'),
('Python', '2.7.11'),
]
# also build boost_mpi
boost_mpi = True
moduleclass = 'devel'