Commit 07ab338
authored
build: compile OpenPMIx from source for MPI plugin in Dockerfile (#602)
* build: compile OpenPMIx from source for MPI plugin in Dockerfile
AlmaLinux 8 has no openpmix-devel package and distro pmix-devel is 2.x,
below pmix_min_version. Build OpenPMIx 5.0.3 during the builder stage
when BUILD_MPI_PLUGIN=1 so nightly and release tarballs include a functional
spur_mpi_pmix.so.
* build: add pkg-config/tar and download OpenPMIx tarball to file
Address Copilot review on PR #602: install pkgconf-pkg-config and tar
explicitly for the MPI plugin build, and fetch the OpenPMIx source
archive to a temp file before extraction.1 parent 2eac05d commit 07ab338
1 file changed
Lines changed: 19 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
| 42 | + | |
| 43 | + | |
41 | 44 | | |
42 | 45 | | |
43 | 46 | | |
| |||
52 | 55 | | |
53 | 56 | | |
54 | 57 | | |
55 | | - | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
56 | 72 | | |
| 73 | + | |
| 74 | + | |
57 | 75 | | |
58 | 76 | | |
59 | 77 | | |
| |||
0 commit comments