mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-15 19:28:06 +01:00
26 lines
630 B
Plaintext
26 lines
630 B
Plaintext
# IT4Innovations 2021
|
|
|
|
name = 'Boost'
|
|
version = '1.77.0'
|
|
|
|
homepage = 'http://www.boost.org/'
|
|
description = """Boost provides free peer-reviewed portable C++ source libraries."""
|
|
|
|
toolchain = {'name': 'gompi', 'version': '2021a'}
|
|
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('.'))]
|
|
|
|
dependencies = [
|
|
('bzip2', '1.0.8', '', True),
|
|
('zlib', '1.2.11', '', True),
|
|
]
|
|
|
|
configopts = '--without-libraries=python'
|
|
|
|
# also build boost_mpi
|
|
boost_mpi = True
|
|
|
|
moduleclass = 'devel'
|