Skip to content

Commit 1eef686

Browse files
eschnettgrasph
authored andcommitted
HDF5: Allow both OpenMPI v4 and OpenMPI v5 (JuliaPackaging#8002)
[skip build]
1 parent ef79ebe commit 1eef686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

H/HDF5/build_tarballs.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ platforms = supported_platforms()
242242
platforms = expand_cxxstring_abis(platforms)
243243
platforms = expand_gfortran_versions(platforms)
244244

245-
platforms, platform_dependencies = MPI.augment_platforms(platforms; MPItrampoline_compat="5.3.1", OpenMPI_compat="4.1.6")
245+
platforms, platform_dependencies = MPI.augment_platforms(platforms; MPItrampoline_compat="5.3.1", OpenMPI_compat="4.1.6, 5")
246246
# TODO: Use MPI only on non-Windows platforms
247247
# platforms = [filter(!Sys.iswindows, mpi_platforms); filter(Sys.iswindows, platforms)]
248248

0 commit comments

Comments
 (0)