[Bug 291587] [NEW PORT] devel/lwgrp: Light-weight group library for MPI

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 12 Apr 2026 21:58:10 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291587

Generic Rikka <rikka.goering@outlook.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #266311|0                           |1
        is obsolete|                            |

--- Comment #5 from Generic Rikka <rikka.goering@outlook.de> ---
Created attachment 269687
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=269687&action=edit
v2: new port devel/lwgrp (v1.0.6)

I tracked the error down to upstream using liblwgrp_la_LDFLAGS = -avoid-version
in src/Makefile.am.
I updated the patch to replace that -avoid-version with -version-info 0:0:0 and
regenerate autotools files.
The port now installs a properly versioned shared library and the resulting
SONAME is liblwgrp.so.0

-- 
You are receiving this mail because:
You are the assignee for the bug.