mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00
32 lines
690 B
Plaintext
32 lines
690 B
Plaintext
# IT4Innovations 2020
|
|
# LK
|
|
# JH 2020
|
|
|
|
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': '2020a'}
|
|
toolchainopts = {'pic': True, 'usempi': True}
|
|
|
|
source_urls = [SOURCEFORGE_SOURCE]
|
|
|
|
sources = ['%%(namelower)s_%s.tar.gz' % '_'.join(version.split('.'))]
|
|
#patches = ['Boost-1.65.1_fix-Python3.patch']
|
|
|
|
dependencies = [
|
|
('bzip2', '1.0.8'),
|
|
('zlib', '1.2.11'),
|
|
('Python', '3.8.2')
|
|
]
|
|
|
|
configopts = '--with-python=$EBROOTPYTHON/bin/python'
|
|
|
|
# also build boost_mpi
|
|
boost_mpi = True
|
|
|
|
moduleclass = 'devel'
|