Skip to content

Commit

Permalink
MPICH: New version 4.2.3 (JuliaPackaging#9567)
Browse files Browse the repository at this point in the history
  • Loading branch information
eschnett authored and avik-pal committed Oct 25, 2024
1 parent cf67cf2 commit fe6509d
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions M/MPICH/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,11 @@ const YGGDRASIL_DIR = "../.."
include(joinpath(YGGDRASIL_DIR, "platforms", "mpi.jl"))

name = "MPICH"
version_str = "4.2.2"
version = VersionNumber(version_str)

# build trigger: 1
version = v"4.2.3"

sources = [
ArchiveSource("https://www.mpich.org/static/downloads/$(version_str)/mpich-$(version_str).tar.gz",
"883f5bb3aeabf627cb8492ca02a03b191d09836bbe0f599d8508351179781d41"),
ArchiveSource("https://www.mpich.org/static/downloads/$(version)/mpich-$(version).tar.gz",
"7a019180c51d1738ad9c5d8d452314de65e828ee240bcb2d1f80de9a65be88a8"),
DirectorySource("bundled"),
]

Expand Down Expand Up @@ -130,7 +127,7 @@ products = [

dependencies = [
Dependency(PackageSpec(name="CompilerSupportLibraries_jll", uuid="e66e0078-7015-5450-92f7-15fbd957f2ae")),
Dependency("Hwloc_jll"; compat="2.10"),
Dependency("Hwloc_jll"; compat="2.11.1"), # We need 2.11.1+1 for aarch64-unknown-freebsd
Dependency(PackageSpec(name="MPIPreferences", uuid="3da0fdf6-3ccc-4f1b-acd9-58baa6c99267");
compat="0.1", top_level=true),
]
Expand Down

0 comments on commit fe6509d

Please sign in to comment.