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

27 lines
649 B
Plaintext

# Built with EasyBuild version 2.1.1 on 2015-08-10_13-26-38
name = 'Boost'
version = '1.60.0'
homepage = 'http://www.boost.org/'
description = """Boost provides free peer-reviewed portable C++ source libraries."""
toolchain = {'name': 'foss', 'version': '2015g'}
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'