mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00

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
26 lines
576 B
Plaintext
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'
|