diff options
author | Laurent Chardon <laurent.chardon@gmail.com> | 2025-03-12 14:11:24 +0000 |
---|---|---|
committer | Vladimir Druzenko <vvd@FreeBSD.org> | 2025-03-12 14:14:40 +0000 |
commit | 65c9bd0bf75590ab699b41d86c9ed00b11f4db79 (patch) | |
tree | e5ea26eb09d84db2c10cce4e54b1fd1ccffe088d | |
parent | a268f784d808b01aabc565a8ade4bc127de0b74b (diff) |
net/openmpi: Fix pkg-plist when non-default option SLURM is used
PR: 285345
Reported by: leres (via email)
Fixes: d164009dd097 (Update 5.0.6 → 5.0.7)
-rw-r--r-- | net/openmpi/pkg-plist | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/openmpi/pkg-plist b/net/openmpi/pkg-plist index d5b6414a1a7e..b233481297d9 100644 --- a/net/openmpi/pkg-plist +++ b/net/openmpi/pkg-plist @@ -265,8 +265,6 @@ libdata/pkgconfig/pmix.pc %%MPIDIR%%/lib/openmpi/libompi_dbg_msgq.so %%MPIDIR%%/lib/pmix/pmix_mca_pcompress_zlib.la %%MPIDIR%%/lib/pmix/pmix_mca_pcompress_zlib.so -%%SLURM%%%%MPIDIR%%/lib/pmix/pmix_mca_prm_slurm.la -%%SLURM%%%%MPIDIR%%/lib/pmix/pmix_mca_prm_slurm.so %%MPIDIR%%/lib/pmpi_f08_interfaces.mod %%MPIDIR%%/share/man/man1/mpic++.1.gz %%MPIDIR%%/share/man/man1/mpicc.1.gz |