mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-12 18:02:12 +01:00

modified: g/GCCcore/GCCcore-6.3.0.eb modified: g/GCCcore/GCCcore-7.1.0.eb modified: i/impi/impi-2017.0.098-iccifort-2017.0.098-GCC-5.4.0-2.26.eb modified: i/impi/impi-2017.1.132-iccifort-2017.1.132-GCC-5.4.0-2.26.eb modified: i/impi/impi-2017.1.132-iccifort-2017.1.132-GCC-6.3.0-2.27.eb modified: i/impi/impi-2017.3.196-iccifort-2017.4.196-GCC-7.1.0-2.28.eb
26 lines
624 B
Plaintext
26 lines
624 B
Plaintext
name = 'Boost'
|
|
version = '1.61.0'
|
|
versionsuffix = '-serial'
|
|
|
|
homepage = 'http://www.boost.org/'
|
|
description = """Boost provides free peer-reviewed portable C++ source libraries."""
|
|
|
|
toolchain = {'name': 'foss', 'version': '2017a'}
|
|
toolchainopts = {'pic': True, 'usempi': True}
|
|
|
|
source_urls = [SOURCEFORGE_SOURCE]
|
|
sources = ['%%(namelower)s_%s.tar.gz' % '_'.join(version.split('.'))]
|
|
|
|
dependencies = [
|
|
('bzip2', '1.0.6', '', True),
|
|
('zlib', '1.2.11', '', True),
|
|
]
|
|
|
|
configopts = '--with-libraries=serialization'
|
|
configopts = '--without-libraries=python'
|
|
|
|
# also build boost_mpi
|
|
boost_mpi = True
|
|
|
|
moduleclass = 'devel'
|