Skip to content

Commit

Permalink
Merge pull request #96 from SebastianAchilles/20240522204227_new_pr_P…
Browse files Browse the repository at this point in the history
…MIx502

bump PMIx and OpenMPI to GCC 13.3.0
  • Loading branch information
boegel authored May 22, 2024
2 parents 0fe84e7 + 2240643 commit 305ed9d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = '5.0.3'
homepage = 'https://www.open-mpi.org/'
description = """The Open MPI Project is an open source MPI-3 implementation."""

toolchain = {'name': 'GCC', 'version': '13.2.0'}
toolchain = {'name': 'GCC', 'version': '13.3.0'}

source_urls = ['https://www.open-mpi.org/software/ompi/v%(version_major_minor)s/downloads']
sources = [SOURCELOWER_TAR_BZ2]
Expand All @@ -16,18 +16,18 @@ checksums = [
]

builddependencies = [
('pkgconf', '2.0.3'),
('Autotools', '20220317'),
('pkgconf', '2.2.0'),
('Autotools', '20231222'),
]

dependencies = [
('zlib', '1.2.13'),
('hwloc', '2.9.2'),
('zlib', '1.3.1'),
('hwloc', '2.10.0'),
('libevent', '2.1.12'),
('UCX', '1.15.0'),
('libfabric', '1.19.0'),
('UCX', '1.16.0'),
('libfabric', '1.21.0'),
('PMIx', '5.0.2'),
('UCC', '1.2.0'),
('UCC', '1.3.0'),
]

# CUDA related patches and custom configure option can be removed if CUDA support isn't wanted.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@ provide a reference implementation of the PMI-server that demonstrates
the desired level of scalability.
"""

toolchain = {'name': 'GCCcore', 'version': '13.2.0'}
toolchain = {'name': 'GCCcore', 'version': '13.3.0'}
toolchainopts = {'pic': True}

source_urls = ['https://github.com/openpmix/openpmix/releases/download/v%(version)s']
sources = ['%(namelower)s-%(version)s.tar.bz2']
checksums = ['28227ff2ba925da2c3fece44502f23a91446017de0f5a58f5cea9370c514b83c']

builddependencies = [('binutils', '2.40')]
builddependencies = [('binutils', '2.42')]

dependencies = [
('libevent', '2.1.12'),
('zlib', '1.2.13'),
('hwloc', '2.9.2'),
('zlib', '1.3.1'),
('hwloc', '2.10.0'),
]

configopts = ' --with-libevent=$EBROOTLIBEVENT --with-zlib=$EBROOTZLIB'
Expand Down

0 comments on commit 305ed9d

Please sign in to comment.