new file: b/Boost/Boost-1.66.0-intel-2018a.eb

Former-commit-id: dcb14c571fff1ab7c60e4afb8329c485422574bc
This commit is contained in:
Lukáš Krupčík 2018-07-24 12:07:27 +02:00
parent 8dce7128f0
commit 15631be3e0

View File

@ -0,0 +1,26 @@
# IT4Innovations 2018
name = 'Boost'
version = '1.66.0'
homepage = 'http://www.boost.org/'
description = """Boost provides free peer-reviewed portable C++ source libraries."""
toolchain = {'name': 'intel', 'version': '2018a'}
toolchainopts = {'pic': True, 'usempi': True}
source_urls = [SOURCEFORGE_SOURCE]
sources = ['%%(namelower)s_%s.tar.gz' % '_'.join(version.split('.'))]
checksums = ['bd0df411efd9a585e5a2212275f8762079fed8842264954675a4fddc46cfcf60']
dependencies = [
('bzip2', '1.0.6', '', True),
('zlib', '1.2.11', '', True),
]
configopts = '--without-libraries=python'
# also build boost_mpi
boost_mpi = True
moduleclass = 'devel'