Summary: | math/octave: add missing dependencies | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Philipp Ost <bsd> | ||||
Component: | Individual Port(s) | Assignee: | Stephen Montgomery-Smith <stephen> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Many People | Flags: | bugzilla:
maintainer-feedback?
(stephen) |
||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=7ca6c6b070b530b9dff814fd0f9e8838fc56a52c commit 7ca6c6b070b530b9dff814fd0f9e8838fc56a52c Author: Stephen Montgomery-Smith <stephen@FreeBSD.org> AuthorDate: 2021-07-05 17:02:30 +0000 Commit: Stephen Montgomery-Smith <stephen@FreeBSD.org> CommitDate: 2021-07-05 17:02:30 +0000 math/octave: Add missing library dependencies. PR: 256996 Reported by: Philipp Ost <bsd@philippost.de> math/octave/Makefile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) Committed. Thank you very much. |
Created attachment 226242 [details] octave: add missing dependencies liboctave.so.8.0.1 is linked to - libcholmod.so.3 - libamd.so.2 - libcamd.so.2 - libcolamd.so.2 - libccolamd.so.2 - libsuitesparseconfig.so.5 - libncurses.so.6 which are not declared as dependencies. The attached patch adds these.