easyconfigs-it4i/b/Boost/Boost-1.68.0-intel-2017c-serial.eb
Jakub Kropacek 65da49443d new file: b/Boost/Boost-1.68.0-intel-2017c-serial.eb
new file:   g/GROMACS/GROMACS-2018.1-intel-2017c-double-PLUMED.eb
	new file:   g/GSL/GSL-2.5-intel-2017c.eb
	new file:   h/HyperQueue/HyperQueue-0.14.0.eb
	new file:   i/intel/intel-2017c.eb
	new file:   n/NECI/NECI-20220711-foss-2022a.eb
	modified:   o/OpenMPI/OpenMPI-4.1.1-GCC-10.2.0.eb
	new file:   p/PLUMED/PLUMED-2.4.2-intel-2017c.eb
	new file:   q/QMCPACK/QMCPACK-3.16.0-foss-2022a-Python-3.10.4.eb
	new file:   q/QuantumESPRESSO/QuantumESPRESSO-7.1-intel-2022a-forQMCPACK.eb
2023-02-07 13:40:28 +01:00

29 lines
649 B
Plaintext

# IT4Innovations 2018
name = 'Boost'
version = '1.68.0'
versionsuffix = '-serial'
homepage = 'http://www.boost.org/'
description = """Boost provides free peer-reviewed portable C++ source libraries."""
toolchain = {'name': 'intel', 'version': '2017c'}
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'