Skip to content

Commit

Permalink
platforms: Update MPI platforms (#9651)
Browse files Browse the repository at this point in the history
  • Loading branch information
eschnett authored Oct 19, 2024
1 parent 1b2d412 commit 082655a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platforms/mpi.jl
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ using BinaryBuilder, Pkg
using Base.BinaryPlatforms

mpi_abis = (
("MPICH", PackageSpec(name="MPICH_jll"), "", !Sys.iswindows) ,
("MPICH", PackageSpec(name="MPICH_jll"), "4.2.3 - 4", !Sys.iswindows) ,
("OpenMPI", PackageSpec(name="OpenMPI_jll"), "", p -> !Sys.iswindows(p) && !(arch(p) == "armv6l" && libc(p) == "glibc")),
("MicrosoftMPI", PackageSpec(name="MicrosoftMPI_jll"), "", Sys.iswindows),
("MPItrampoline", PackageSpec(name="MPItrampoline_jll"), "5.0.1 - 5", p -> !(Sys.isfreebsd(p) || Sys.iswindows(p) || libc(p) == "musl"))
("MPItrampoline", PackageSpec(name="MPItrampoline_jll"), "5.5.0 - 5", p -> !(Sys.iswindows(p) || libc(p) == "musl"))
)

"""
Expand Down

0 comments on commit 082655a

Please sign in to comment.