easyconfigs-it4i/archive/b/Boost/Boost-1.58.0-intel-2015b-Python-2.7.9.eb
easybuild 40b461ca6f fix
2019-11-06 13:38:09 +01:00

26 lines
590 B
Plaintext

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