easyconfigs-it4i/b/Boost/Boost-1.68.0-gompi-2018a.eb
Josef Hrabal 1a4f6daf05 new file: b/Boost/Boost-1.68.0-foss-2018a.eb
new file:   b/Boost/Boost-1.68.0-gompi-2018a.eb
	new file:   l/libxc/libxc-4.3.4-GCC-6.3.0-2.27.eb
	deleted:    b/BAGEL/BAGEL-1.2.2-intel-2020a.eb
2020-02-06 12:51:00 +01:00

26 lines
576 B
Plaintext

# IT4Innovations 2019
name = 'Boost'
version = '1.68.0'
homepage = 'http://www.boost.org/'
description = """Boost provides free peer-reviewed portable C++ source libraries."""
toolchain = {'name': 'gompi', 'version': '2018a'}
toolchainopts = {'pic': True, 'usempi': True}
source_urls = [SOURCEFORGE_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'