Skip to content

Commit

Permalink
MPICH_jll build 4.2.0+0
Browse files Browse the repository at this point in the history
  • Loading branch information
jlbuild committed Feb 14, 2024
1 parent bc728d3 commit 2c9f13e
Show file tree
Hide file tree
Showing 43 changed files with 207 additions and 165 deletions.
240 changes: 120 additions & 120 deletions Artifacts.toml

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name = "MPICH_jll"
uuid = "7cb0a576-ebde-5e09-9194-50597f1243b4"
version = "4.1.2+1"
version = "4.2.0+0"

[deps]
MPIPreferences = "3da0fdf6-3ccc-4f1b-acd9-58baa6c99267"
JLLWrappers = "692b3bcd-3c85-4b1f-b108-f13ce0eb3210"
CompilerSupportLibraries_jll = "e66e0078-7015-5450-92f7-15fbd957f2ae"
LazyArtifacts = "4af54fe1-eca0-43a8-85a7-787d91b784e3"
Hwloc_jll = "e33a78d0-f292-5ffc-b300-72abe9b543c8"
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"
Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# `MPICH_jll.jl` (v4.1.2+1)
# `MPICH_jll.jl` (v4.2.0+0)

[![deps](https://juliahub.com/docs/MPICH_jll/deps.svg)](https://juliahub.com/ui/Packages/MPICH_jll/vDjle?page=2)

This is an autogenerated package constructed using [`BinaryBuilder.jl`](https://github.com/JuliaPackaging/BinaryBuilder.jl).

The originating [`build_tarballs.jl`](https://github.com/JuliaPackaging/Yggdrasil/blob/b52ca057c0b179cebf600d228d26e5e137cd5d43/M/MPICH/build_tarballs.jl) script can be found on [`Yggdrasil`](https://github.com/JuliaPackaging/Yggdrasil/), the community build tree.
The originating [`build_tarballs.jl`](https://github.com/JuliaPackaging/Yggdrasil/blob/eb14a0cd22ec35bdd9a72482f69fd7eb661ba62a/M/MPICH/build_tarballs.jl) script can be found on [`Yggdrasil`](https://github.com/JuliaPackaging/Yggdrasil/), the community build tree.

## Bug Reports

Expand All @@ -18,8 +18,8 @@ For more details about JLL packages and how to use them, see `BinaryBuilder.jl`

The tarballs for `MPICH_jll.jl` have been built from these sources:

* compressed archive: https://www.mpich.org/static/downloads/4.1.2/mpich-4.1.2.tar.gz (SHA256 checksum: `3492e98adab62b597ef0d292fb2459b6123bc80070a8aa0a30be6962075a12f0`)
* files in directory, relative to originating `build_tarballs.jl`: [`bundled`](https://github.com/JuliaPackaging/Yggdrasil/tree/b52ca057c0b179cebf600d228d26e5e137cd5d43/M/MPICH/bundled)
* compressed archive: https://www.mpich.org/static/downloads/4.2.0/mpich-4.2.0.tar.gz (SHA256 checksum: `a64a66781b9e5312ad052d32689e23252f745b27ee8818ac2ac0c8209bc0b90e`)
* files in directory, relative to originating `build_tarballs.jl`: [`bundled`](https://github.com/JuliaPackaging/Yggdrasil/tree/eb14a0cd22ec35bdd9a72482f69fd7eb661ba62a/M/MPICH/bundled)

## Platforms

Expand Down Expand Up @@ -71,6 +71,7 @@ The tarballs for `MPICH_jll.jl` have been built from these sources:
The following JLL packages are required by `MPICH_jll.jl`:

* [`CompilerSupportLibraries_jll`](https://github.com/JuliaBinaryWrappers/CompilerSupportLibraries_jll.jl)
* [`Hwloc_jll`](https://github.com/JuliaBinaryWrappers/Hwloc_jll.jl)
* [`MPIPreferences`](https://github.com/JuliaBinaryWrappers/MPIPreferences.jl)

## Products
Expand Down
3 changes: 2 additions & 1 deletion src/wrappers/aarch64-apple-darwin-libgfortran5-mpi+mpich.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
export libmpi, libmpicxx, libmpifort, mpiexec

using CompilerSupportLibraries_jll
using Hwloc_jll
JLLWrappers.@generate_wrapper_header("MPICH")
JLLWrappers.@declare_library_product(libmpi, "@rpath/libmpi.12.dylib")
JLLWrappers.@declare_library_product(libmpicxx, "@rpath/libmpicxx.12.dylib")
JLLWrappers.@declare_library_product(libmpifort, "@rpath/libmpifort.12.dylib")
JLLWrappers.@declare_executable_product(mpiexec)
function __init__()
JLLWrappers.@generate_init_header(CompilerSupportLibraries_jll, MPIPreferences)
JLLWrappers.@generate_init_header(CompilerSupportLibraries_jll, Hwloc_jll, MPIPreferences)
JLLWrappers.@init_library_product(
libmpi,
"lib/libmpi.12.dylib",
Expand Down
3 changes: 2 additions & 1 deletion src/wrappers/aarch64-linux-gnu-libgfortran3-mpi+mpich.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
export libmpi, libmpicxx, libmpifort, mpiexec

using CompilerSupportLibraries_jll
using Hwloc_jll
JLLWrappers.@generate_wrapper_header("MPICH")
JLLWrappers.@declare_library_product(libmpi, "libmpi.so.12")
JLLWrappers.@declare_library_product(libmpicxx, "libmpicxx.so.12")
JLLWrappers.@declare_library_product(libmpifort, "libmpifort.so.12")
JLLWrappers.@declare_executable_product(mpiexec)
function __init__()
JLLWrappers.@generate_init_header(CompilerSupportLibraries_jll, MPIPreferences)
JLLWrappers.@generate_init_header(CompilerSupportLibraries_jll, Hwloc_jll, MPIPreferences)
JLLWrappers.@init_library_product(
libmpi,
"lib/libmpi.so",
Expand Down
3 changes: 2 additions & 1 deletion src/wrappers/aarch64-linux-gnu-libgfortran4-mpi+mpich.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
export libmpi, libmpicxx, libmpifort, mpiexec

using CompilerSupportLibraries_jll
using Hwloc_jll
JLLWrappers.@generate_wrapper_header("MPICH")
JLLWrappers.@declare_library_product(libmpi, "libmpi.so.12")
JLLWrappers.@declare_library_product(libmpicxx, "libmpicxx.so.12")
JLLWrappers.@declare_library_product(libmpifort, "libmpifort.so.12")
JLLWrappers.@declare_executable_product(mpiexec)
function __init__()
JLLWrappers.@generate_init_header(CompilerSupportLibraries_jll, MPIPreferences)
JLLWrappers.@generate_init_header(CompilerSupportLibraries_jll, Hwloc_jll, MPIPreferences)
JLLWrappers.@init_library_product(
libmpi,
"lib/libmpi.so",
Expand Down
3 changes: 2 additions & 1 deletion src/wrappers/aarch64-linux-gnu-libgfortran5-mpi+mpich.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
export libmpi, libmpicxx, libmpifort, mpiexec

using CompilerSupportLibraries_jll
using Hwloc_jll
JLLWrappers.@generate_wrapper_header("MPICH")
JLLWrappers.@declare_library_product(libmpi, "libmpi.so.12")
JLLWrappers.@declare_library_product(libmpicxx, "libmpicxx.so.12")
JLLWrappers.@declare_library_product(libmpifort, "libmpifort.so.12")
JLLWrappers.@declare_executable_product(mpiexec)
function __init__()
JLLWrappers.@generate_init_header(CompilerSupportLibraries_jll, MPIPreferences)
JLLWrappers.@generate_init_header(CompilerSupportLibraries_jll, Hwloc_jll, MPIPreferences)
JLLWrappers.@init_library_product(
libmpi,
"lib/libmpi.so",
Expand Down
3 changes: 2 additions & 1 deletion src/wrappers/aarch64-linux-musl-libgfortran3-mpi+mpich.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
export libmpi, libmpicxx, libmpifort, mpiexec

using CompilerSupportLibraries_jll
using Hwloc_jll
JLLWrappers.@generate_wrapper_header("MPICH")
JLLWrappers.@declare_library_product(libmpi, "libmpi.so.12")
JLLWrappers.@declare_library_product(libmpicxx, "libmpicxx.so.12")
JLLWrappers.@declare_library_product(libmpifort, "libmpifort.so.12")
JLLWrappers.@declare_executable_product(mpiexec)
function __init__()
JLLWrappers.@generate_init_header(CompilerSupportLibraries_jll, MPIPreferences)
JLLWrappers.@generate_init_header(CompilerSupportLibraries_jll, Hwloc_jll, MPIPreferences)
JLLWrappers.@init_library_product(
libmpi,
"lib/libmpi.so",
Expand Down
3 changes: 2 additions & 1 deletion src/wrappers/aarch64-linux-musl-libgfortran4-mpi+mpich.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
export libmpi, libmpicxx, libmpifort, mpiexec

using CompilerSupportLibraries_jll
using Hwloc_jll
JLLWrappers.@generate_wrapper_header("MPICH")
JLLWrappers.@declare_library_product(libmpi, "libmpi.so.12")
JLLWrappers.@declare_library_product(libmpicxx, "libmpicxx.so.12")
JLLWrappers.@declare_library_product(libmpifort, "libmpifort.so.12")
JLLWrappers.@declare_executable_product(mpiexec)
function __init__()
JLLWrappers.@generate_init_header(CompilerSupportLibraries_jll, MPIPreferences)
JLLWrappers.@generate_init_header(CompilerSupportLibraries_jll, Hwloc_jll, MPIPreferences)
JLLWrappers.@init_library_product(
libmpi,
"lib/libmpi.so",
Expand Down
3 changes: 2 additions & 1 deletion src/wrappers/aarch64-linux-musl-libgfortran5-mpi+mpich.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
export libmpi, libmpicxx, libmpifort, mpiexec

using CompilerSupportLibraries_jll
using Hwloc_jll
JLLWrappers.@generate_wrapper_header("MPICH")
JLLWrappers.@declare_library_product(libmpi, "libmpi.so.12")
JLLWrappers.@declare_library_product(libmpicxx, "libmpicxx.so.12")
JLLWrappers.@declare_library_product(libmpifort, "libmpifort.so.12")
JLLWrappers.@declare_executable_product(mpiexec)
function __init__()
JLLWrappers.@generate_init_header(CompilerSupportLibraries_jll, MPIPreferences)
JLLWrappers.@generate_init_header(CompilerSupportLibraries_jll, Hwloc_jll, MPIPreferences)
JLLWrappers.@init_library_product(
libmpi,
"lib/libmpi.so",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
export libmpi, libmpicxx, libmpifort, mpiexec

using CompilerSupportLibraries_jll
using Hwloc_jll
JLLWrappers.@generate_wrapper_header("MPICH")
JLLWrappers.@declare_library_product(libmpi, "libmpi.so.12")
JLLWrappers.@declare_library_product(libmpicxx, "libmpicxx.so.12")
JLLWrappers.@declare_library_product(libmpifort, "libmpifort.so.12")
JLLWrappers.@declare_executable_product(mpiexec)
function __init__()
JLLWrappers.@generate_init_header(CompilerSupportLibraries_jll, MPIPreferences)
JLLWrappers.@generate_init_header(CompilerSupportLibraries_jll, Hwloc_jll, MPIPreferences)
JLLWrappers.@init_library_product(
libmpi,
"lib/libmpi.so",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
export libmpi, libmpicxx, libmpifort, mpiexec

using CompilerSupportLibraries_jll
using Hwloc_jll
JLLWrappers.@generate_wrapper_header("MPICH")
JLLWrappers.@declare_library_product(libmpi, "libmpi.so.12")
JLLWrappers.@declare_library_product(libmpicxx, "libmpicxx.so.12")
JLLWrappers.@declare_library_product(libmpifort, "libmpifort.so.12")
JLLWrappers.@declare_executable_product(mpiexec)
function __init__()
JLLWrappers.@generate_init_header(CompilerSupportLibraries_jll, MPIPreferences)
JLLWrappers.@generate_init_header(CompilerSupportLibraries_jll, Hwloc_jll, MPIPreferences)
JLLWrappers.@init_library_product(
libmpi,
"lib/libmpi.so",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
export libmpi, libmpicxx, libmpifort, mpiexec

using CompilerSupportLibraries_jll
using Hwloc_jll
JLLWrappers.@generate_wrapper_header("MPICH")
JLLWrappers.@declare_library_product(libmpi, "libmpi.so.12")
JLLWrappers.@declare_library_product(libmpicxx, "libmpicxx.so.12")
JLLWrappers.@declare_library_product(libmpifort, "libmpifort.so.12")
JLLWrappers.@declare_executable_product(mpiexec)
function __init__()
JLLWrappers.@generate_init_header(CompilerSupportLibraries_jll, MPIPreferences)
JLLWrappers.@generate_init_header(CompilerSupportLibraries_jll, Hwloc_jll, MPIPreferences)
JLLWrappers.@init_library_product(
libmpi,
"lib/libmpi.so",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
export libmpi, libmpicxx, libmpifort, mpiexec

using CompilerSupportLibraries_jll
using Hwloc_jll
JLLWrappers.@generate_wrapper_header("MPICH")
JLLWrappers.@declare_library_product(libmpi, "libmpi.so.12")
JLLWrappers.@declare_library_product(libmpicxx, "libmpicxx.so.12")
JLLWrappers.@declare_library_product(libmpifort, "libmpifort.so.12")
JLLWrappers.@declare_executable_product(mpiexec)
function __init__()
JLLWrappers.@generate_init_header(CompilerSupportLibraries_jll, MPIPreferences)
JLLWrappers.@generate_init_header(CompilerSupportLibraries_jll, Hwloc_jll, MPIPreferences)
JLLWrappers.@init_library_product(
libmpi,
"lib/libmpi.so",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
export libmpi, libmpicxx, libmpifort, mpiexec

using CompilerSupportLibraries_jll
using Hwloc_jll
JLLWrappers.@generate_wrapper_header("MPICH")
JLLWrappers.@declare_library_product(libmpi, "libmpi.so.12")
JLLWrappers.@declare_library_product(libmpicxx, "libmpicxx.so.12")
JLLWrappers.@declare_library_product(libmpifort, "libmpifort.so.12")
JLLWrappers.@declare_executable_product(mpiexec)
function __init__()
JLLWrappers.@generate_init_header(CompilerSupportLibraries_jll, MPIPreferences)
JLLWrappers.@generate_init_header(CompilerSupportLibraries_jll, Hwloc_jll, MPIPreferences)
JLLWrappers.@init_library_product(
libmpi,
"lib/libmpi.so",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
export libmpi, libmpicxx, libmpifort, mpiexec

using CompilerSupportLibraries_jll
using Hwloc_jll
JLLWrappers.@generate_wrapper_header("MPICH")
JLLWrappers.@declare_library_product(libmpi, "libmpi.so.12")
JLLWrappers.@declare_library_product(libmpicxx, "libmpicxx.so.12")
JLLWrappers.@declare_library_product(libmpifort, "libmpifort.so.12")
JLLWrappers.@declare_executable_product(mpiexec)
function __init__()
JLLWrappers.@generate_init_header(CompilerSupportLibraries_jll, MPIPreferences)
JLLWrappers.@generate_init_header(CompilerSupportLibraries_jll, Hwloc_jll, MPIPreferences)
JLLWrappers.@init_library_product(
libmpi,
"lib/libmpi.so",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
export libmpi, libmpicxx, libmpifort, mpiexec

using CompilerSupportLibraries_jll
using Hwloc_jll
JLLWrappers.@generate_wrapper_header("MPICH")
JLLWrappers.@declare_library_product(libmpi, "libmpi.so.12")
JLLWrappers.@declare_library_product(libmpicxx, "libmpicxx.so.12")
JLLWrappers.@declare_library_product(libmpifort, "libmpifort.so.12")
JLLWrappers.@declare_executable_product(mpiexec)
function __init__()
JLLWrappers.@generate_init_header(CompilerSupportLibraries_jll, MPIPreferences)
JLLWrappers.@generate_init_header(CompilerSupportLibraries_jll, Hwloc_jll, MPIPreferences)
JLLWrappers.@init_library_product(
libmpi,
"lib/libmpi.so",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
export libmpi, libmpicxx, libmpifort, mpiexec

using CompilerSupportLibraries_jll
using Hwloc_jll
JLLWrappers.@generate_wrapper_header("MPICH")
JLLWrappers.@declare_library_product(libmpi, "libmpi.so.12")
JLLWrappers.@declare_library_product(libmpicxx, "libmpicxx.so.12")
JLLWrappers.@declare_library_product(libmpifort, "libmpifort.so.12")
JLLWrappers.@declare_executable_product(mpiexec)
function __init__()
JLLWrappers.@generate_init_header(CompilerSupportLibraries_jll, MPIPreferences)
JLLWrappers.@generate_init_header(CompilerSupportLibraries_jll, Hwloc_jll, MPIPreferences)
JLLWrappers.@init_library_product(
libmpi,
"lib/libmpi.so",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
export libmpi, libmpicxx, libmpifort, mpiexec

using CompilerSupportLibraries_jll
using Hwloc_jll
JLLWrappers.@generate_wrapper_header("MPICH")
JLLWrappers.@declare_library_product(libmpi, "libmpi.so.12")
JLLWrappers.@declare_library_product(libmpicxx, "libmpicxx.so.12")
JLLWrappers.@declare_library_product(libmpifort, "libmpifort.so.12")
JLLWrappers.@declare_executable_product(mpiexec)
function __init__()
JLLWrappers.@generate_init_header(CompilerSupportLibraries_jll, MPIPreferences)
JLLWrappers.@generate_init_header(CompilerSupportLibraries_jll, Hwloc_jll, MPIPreferences)
JLLWrappers.@init_library_product(
libmpi,
"lib/libmpi.so",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
export libmpi, libmpicxx, libmpifort, mpiexec

using CompilerSupportLibraries_jll
using Hwloc_jll
JLLWrappers.@generate_wrapper_header("MPICH")
JLLWrappers.@declare_library_product(libmpi, "libmpi.so.12")
JLLWrappers.@declare_library_product(libmpicxx, "libmpicxx.so.12")
JLLWrappers.@declare_library_product(libmpifort, "libmpifort.so.12")
JLLWrappers.@declare_executable_product(mpiexec)
function __init__()
JLLWrappers.@generate_init_header(CompilerSupportLibraries_jll, MPIPreferences)
JLLWrappers.@generate_init_header(CompilerSupportLibraries_jll, Hwloc_jll, MPIPreferences)
JLLWrappers.@init_library_product(
libmpi,
"lib/libmpi.so",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
export libmpi, libmpicxx, libmpifort, mpiexec

using CompilerSupportLibraries_jll
using Hwloc_jll
JLLWrappers.@generate_wrapper_header("MPICH")
JLLWrappers.@declare_library_product(libmpi, "libmpi.so.12")
JLLWrappers.@declare_library_product(libmpicxx, "libmpicxx.so.12")
JLLWrappers.@declare_library_product(libmpifort, "libmpifort.so.12")
JLLWrappers.@declare_executable_product(mpiexec)
function __init__()
JLLWrappers.@generate_init_header(CompilerSupportLibraries_jll, MPIPreferences)
JLLWrappers.@generate_init_header(CompilerSupportLibraries_jll, Hwloc_jll, MPIPreferences)
JLLWrappers.@init_library_product(
libmpi,
"lib/libmpi.so",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
export libmpi, libmpicxx, libmpifort, mpiexec

using CompilerSupportLibraries_jll
using Hwloc_jll
JLLWrappers.@generate_wrapper_header("MPICH")
JLLWrappers.@declare_library_product(libmpi, "libmpi.so.12")
JLLWrappers.@declare_library_product(libmpicxx, "libmpicxx.so.12")
JLLWrappers.@declare_library_product(libmpifort, "libmpifort.so.12")
JLLWrappers.@declare_executable_product(mpiexec)
function __init__()
JLLWrappers.@generate_init_header(CompilerSupportLibraries_jll, MPIPreferences)
JLLWrappers.@generate_init_header(CompilerSupportLibraries_jll, Hwloc_jll, MPIPreferences)
JLLWrappers.@init_library_product(
libmpi,
"lib/libmpi.so",
Expand Down
3 changes: 2 additions & 1 deletion src/wrappers/i686-linux-gnu-libgfortran3-mpi+mpich.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
export libmpi, libmpicxx, libmpifort, mpiexec

using CompilerSupportLibraries_jll
using Hwloc_jll
JLLWrappers.@generate_wrapper_header("MPICH")
JLLWrappers.@declare_library_product(libmpi, "libmpi.so.12")
JLLWrappers.@declare_library_product(libmpicxx, "libmpicxx.so.12")
JLLWrappers.@declare_library_product(libmpifort, "libmpifort.so.12")
JLLWrappers.@declare_executable_product(mpiexec)
function __init__()
JLLWrappers.@generate_init_header(CompilerSupportLibraries_jll, MPIPreferences)
JLLWrappers.@generate_init_header(CompilerSupportLibraries_jll, Hwloc_jll, MPIPreferences)
JLLWrappers.@init_library_product(
libmpi,
"lib/libmpi.so",
Expand Down
3 changes: 2 additions & 1 deletion src/wrappers/i686-linux-gnu-libgfortran4-mpi+mpich.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
export libmpi, libmpicxx, libmpifort, mpiexec

using CompilerSupportLibraries_jll
using Hwloc_jll
JLLWrappers.@generate_wrapper_header("MPICH")
JLLWrappers.@declare_library_product(libmpi, "libmpi.so.12")
JLLWrappers.@declare_library_product(libmpicxx, "libmpicxx.so.12")
JLLWrappers.@declare_library_product(libmpifort, "libmpifort.so.12")
JLLWrappers.@declare_executable_product(mpiexec)
function __init__()
JLLWrappers.@generate_init_header(CompilerSupportLibraries_jll, MPIPreferences)
JLLWrappers.@generate_init_header(CompilerSupportLibraries_jll, Hwloc_jll, MPIPreferences)
JLLWrappers.@init_library_product(
libmpi,
"lib/libmpi.so",
Expand Down
3 changes: 2 additions & 1 deletion src/wrappers/i686-linux-gnu-libgfortran5-mpi+mpich.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
export libmpi, libmpicxx, libmpifort, mpiexec

using CompilerSupportLibraries_jll
using Hwloc_jll
JLLWrappers.@generate_wrapper_header("MPICH")
JLLWrappers.@declare_library_product(libmpi, "libmpi.so.12")
JLLWrappers.@declare_library_product(libmpicxx, "libmpicxx.so.12")
JLLWrappers.@declare_library_product(libmpifort, "libmpifort.so.12")
JLLWrappers.@declare_executable_product(mpiexec)
function __init__()
JLLWrappers.@generate_init_header(CompilerSupportLibraries_jll, MPIPreferences)
JLLWrappers.@generate_init_header(CompilerSupportLibraries_jll, Hwloc_jll, MPIPreferences)
JLLWrappers.@init_library_product(
libmpi,
"lib/libmpi.so",
Expand Down
Loading

0 comments on commit 2c9f13e

Please sign in to comment.