Date: Mon, 5 Jul 2021 17:05:22 GMT From: Stephen Montgomery-Smith <stephen@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 7ca6c6b070b5 - main - math/octave: Add missing library dependencies. Message-ID: <202107051705.165H5M9p058296@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by stephen: 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(-) diff --git a/math/octave/Makefile b/math/octave/Makefile index 63a6f3a948ae..1f0fb974fc9e 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -2,7 +2,7 @@ PORTNAME= octave PORTVERSION= ${OCTAVE_VERSION} -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math MASTER_SITES= GNU @@ -29,6 +29,12 @@ LIB_DEPENDS= libGraphicsMagick.so:graphics/GraphicsMagick \ libpcre.so:devel/pcre \ libqhull.so.7:math/qhull \ libqrupdate.so:math/qrupdate \ + libamd.so:math/suitesparse-amd \ + libcamd.so:math/suitesparse-camd \ + libccolamd.so:math/suitesparse-ccolamd \ + libcholmod.so:math/suitesparse-cholmod \ + libcolamd.so:math/suitesparse-colamd \ + libsuitesparseconfig.so:math/suitesparse-config \ libcxsparse.so:math/suitesparse-cxsparse \ libklu.so:math/suitesparse-klu \ libumfpack.so:math/suitesparse-umfpack \ @@ -44,7 +50,7 @@ LIB_DEPENDS= libGraphicsMagick.so:graphics/GraphicsMagick \ USES= charsetfix fortran gmake libtool perl5 pkgconfig readline \ tar:xz compiler:c++14-lang \ - desktop-file-utils gl iconv xorg + desktop-file-utils gl iconv ncurses xorg USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME}/${PORTVERSION} USE_PERL5= build GNU_CONFIGURE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107051705.165H5M9p058296>