Skip to content

Commit

Permalink
[P4est] Enable OpenMPI (JuliaPackaging#7500)
Browse files Browse the repository at this point in the history
* enable OpenMPI

* remove deprecated comment
  • Loading branch information
JoshuaLampert authored and amontoison committed Nov 27, 2023
1 parent a5f424c commit bda7127
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions P/P4est/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,6 @@ platforms = filter(p -> !(Sys.iswindows(p) && nbits(p) == 32), platforms)

platforms, platform_dependencies = MPI.augment_platforms(platforms; MPItrampoline_compat="5.2.1")

# Disable OpenMPI since it doesn't build. This could probably be fixed
# via more explicit MPI configuraiton options.
platforms = filter(p -> p["mpi"] "openmpi", platforms)

# Avoid platforms where the MPI implementation isn't supported
# OpenMPI
platforms = filter(p -> !(p["mpi"] == "openmpi" && arch(p) == "armv6l" && libc(p) == "glibc"), platforms)
Expand Down

0 comments on commit bda7127

Please sign in to comment.