Skip to content

Commit

Permalink
add OpenMPI-5.0.x_add_atomic_wmb.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroge committed Feb 20, 2024
1 parent 2d2f163 commit 85e836b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion easybuild/easyconfigs/o/OpenMPI/OpenMPI-5.0.2-GCC-13.2.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,15 @@ toolchain = {'name': 'GCC', 'version': '13.2.0'}

source_urls = ['https://www.open-mpi.org/software/ompi/v%(version_major_minor)s/downloads']
sources = [SOURCELOWER_TAR_BZ2]
patches = [('OpenMPI-5.0.2_build-with-internal-cuda-header.patch', 1)]
patches = [
('OpenMPI-5.0.2_build-with-internal-cuda-header.patch', 1),
'OpenMPI-5.0.x_add_atomic_wmb.patch'
]
checksums = [
{'openmpi-5.0.2.tar.bz2': 'ee46ad8eeee2c3ff70772160bff877cbf38c330a0bc3b3ddc811648b3396698f'},
{'OpenMPI-5.0.2_build-with-internal-cuda-header.patch':
'f52dc470543f35efef10d651dd159c771ae25f8f76a420d20d87abf4dc769ed7'},
{'OpenMPI-5.0.x_add_atomic_wmb.patch': '23989c1998bd89c64b23e4fc101aa68748543c90f3c79bdedda38a5933a5ef44'},
]

builddependencies = [
Expand Down

0 comments on commit 85e836b

Please sign in to comment.