Skip to content

Commit

Permalink
Merge pull request #16714 from lexming/20221123113156_new_pr_Boost.MP…
Browse files Browse the repository at this point in the history
…I1790

{devel}[gompi/2022a] Boost.MPI v1.79.0
  • Loading branch information
branfosj authored Nov 29, 2022
2 parents 5d8e580 + a3c4da7 commit 7b3c109
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions easybuild/easyconfigs/b/Boost.MPI/Boost.MPI-1.79.0-gompi-2022a.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
easyblock = 'EB_Boost'

name = 'Boost.MPI'
version = '1.79.0'

homepage = 'https://www.boost.org/'
description = """Boost provides free peer-reviewed portable C++ source libraries."""

toolchain = {'name': 'gompi', 'version': '2022a'}
toolchainopts = {'pic': True, 'usempi': True}

source_urls = ['https://boostorg.jfrog.io/artifactory/main/release/%(version)s/source/']
sources = ['boost_%s.tar.gz' % '_'.join(version.split('.'))]
checksums = ['273f1be93238a068aba4f9735a4a2b003019af067b9c183ed227780b8f36062c']

dependencies = [
('bzip2', '1.0.8'),
('zlib', '1.2.12'),
('XZ', '5.2.5'),
('ICU', '71.1'),
]

configopts = '--without-libraries=python'

boost_mpi = True
tagged_layout = True

moduleclass = 'devel'

0 comments on commit 7b3c109

Please sign in to comment.