mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
28 lines
642 B
Plaintext
28 lines
642 B
Plaintext
# IT4Innovations 2024
|
|
# BS
|
|
|
|
name = 'Boost'
|
|
version = '1.72.0'
|
|
|
|
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'),
|
|
]
|
|
|
|
configopts = '--without-libraries=python'
|
|
|
|
# also build boost_mpi
|
|
boost_mpi = True
|
|
|
|
moduleclass = 'devel'
|