Created attachment 258599 [details] net/openmpi fix pkg-plist for SLURM oprion Fix pkg-plist for option SLURM
I didn't bump the PORTREVISION since there is no change in the default package. Vladimir I cc'ed you because I know that you are aware of the issue. Thanks!
Don't need lib with option SLURM: libslurm.so:sysutils/slurm-wlm
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=65c9bd0bf75590ab699b41d86c9ed00b11f4db79 commit 65c9bd0bf75590ab699b41d86c9ed00b11f4db79 Author: Laurent Chardon <laurent.chardon@gmail.com> AuthorDate: 2025-03-12 14:11:24 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2025-03-12 14:14:40 +0000 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) net/openmpi/pkg-plist | 2 -- 1 file changed, 2 deletions(-)
Build with SLURM on: Warning: you might not need LIB_DEPENDS on libslurm.so After remove line: SLURM_LIB_DEPENDS= libslurm.so:sysutils/slurm-wlm build without errors and warnings.
Thanks. I will have a good look at that option in the near future because something smells fishy. I'm also looking into updating sysutils/slrm-wlm and making it work, because I have a feeling that it should.
(In reply to Laurent Chardon from comment #5) Ok!