# IT4Innovations # BS 2024 name = 'Boost' version = '1.77.0' homepage = 'http://www.boost.org/' description = """Boost provides free peer-reviewed portable C++ source libraries.""" toolchain = {'name': 'foss', 'version': '2022b'} toolchainopts = {'pic': True, 'usempi': True} source_urls = ['https://boostorg.jfrog.io/artifactory/main/release/%(version)s/source/'] sources = ['%%(namelower)s_%s.tar.gz' % '_'.join(version.split('.'))] checksums = ['5347464af5b14ac54bb945dc68f1dd7c56f0dad7262816b956138fc53bcc0131'] dependencies = [ ('bzip2', '1.0.8', '', True), ('zlib', '1.2.11', '', True), ] configopts = '--without-libraries=python' # also build boost_mpi boost_mpi = True moduleclass = 'devel'