Date: Sat, 15 May 2021 07:12:34 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 52583ce4978a - main - math/openturns: Fix dependency Message-ID: <202105150712.14F7CYSl099826@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=52583ce4978a5765ea11cfb1d582186275663d52 commit 52583ce4978a5765ea11cfb1d582186275663d52 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2021-05-15 06:14:25 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2021-05-15 07:12:31 +0000 math/openturns: Fix dependency --- math/openturns/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/math/openturns/Makefile b/math/openturns/Makefile index 74e5eeb3488e..199e6c161227 100644 --- a/math/openturns/Makefile +++ b/math/openturns/Makefile @@ -1,6 +1,7 @@ PORTNAME= openturns DISTVERSIONPREFIX= v DISTVERSION= 1.17 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org @@ -30,7 +31,7 @@ LIB_DEPENDS= libbonmin.so:math/bonmin \ libmpfr.so:math/mpfr \ libnlopt.so:math/nlopt \ libopt.so:math/optpp \ - libOsi.so:math/clp \ + libOsi.so:math/osi \ libpng16.so:graphics/png \ libsz.so:science/szip \ libtbb.so:devel/onetbb
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105150712.14F7CYSl099826>