easyconfigs-it4i/b/Boost/Boost-1.72.0-intel-2021b-Python-3.9.6.eb
2024-07-25 10:27:17 +02:00

30 lines
703 B
Plaintext

# IT4Innovations 2024
# BS
name = 'Boost'
version = '1.72.0'
versionsuffix = '-Python-%(pyver)s'
homepage = 'http://www.boost.org/'
description = """Boost provides free peer-reviewed portable C++ source libraries."""
toolchain = {'name': 'intel', 'version': '2021b'}
toolchainopts = {'pic': True, 'usempi': True}
source_urls = [SOURCEFORGE_SOURCE]
sources = ['%%(namelower)s_%s.tar.gz' % '_'.join(version.split('.'))]
checksums = ['c66e88d5786f2ca4dbebb14e06b566fb642a1a6947ad8cc9091f9f445134143f']
dependencies = [
('bzip2', '1.0.8'),
('zlib', '1.2.11'),
('Python', '3.9.6'),
]
configopts = '--without-libraries=python'
# also build boost_mpi
boost_mpi = True
moduleclass = 'devel'