easyconfigs-it4i/b/Boost/Boost-1.77.0-gompi-2021a.eb
Jakub Kropacek 2e248f9f98 new file: b/Boost/Boost-1.77.0-gompi-2021a.eb
new file:   q/QMCPACK/QMCPACK-3.11.0-intel-2020b-Python-3.8.6.eb
2021-10-13 19:54:08 +02:00

26 lines
630 B
Plaintext

# IT4Innovations 2021
name = 'Boost'
version = '1.77.0'
homepage = 'http://www.boost.org/'
description = """Boost provides free peer-reviewed portable C++ source libraries."""
toolchain = {'name': 'gompi', 'version': '2021a'}
toolchainopts = {'pic': True, 'usempi': True}
source_urls = ['https://boostorg.jfrog.io/artifactory/main/release/%(version)s/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'