Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Feb 2022 16:21:12 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: 55c0987690ec - main - math/gravity: Update 1.1.20210512 -> 1.1.20210825
Message-ID:  <202202241621.21OGLCk1009412@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=55c0987690eccbc7c9f72a537673f150b5ba9b5f

commit 55c0987690eccbc7c9f72a537673f150b5ba9b5f
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-02-24 16:15:00 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-02-24 16:21:08 +0000

    math/gravity: Update 1.1.20210512 -> 1.1.20210825
---
 math/gravity/Makefile | 11 +++++------
 math/gravity/distinfo |  6 +++---
 2 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/math/gravity/Makefile b/math/gravity/Makefile
index 53256a0466a1..fc2399e4c066 100644
--- a/math/gravity/Makefile
+++ b/math/gravity/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	gravity
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.1.20210512
-PORTREVISION=	1
+DISTVERSION=	1.1.20210825
 CATEGORIES=	math
 PKGNAMEPREFIX=	coin-or-
 
@@ -18,8 +17,6 @@ LIB_DEPENDS=	libblas.so:math/blas \
 		libCgl.so:math/cgl \
 		libClp.so:math/clp \
 		libcoinasl.so:math/asl \
-		libCoinUtils.so:math/coinutils \
-		libipopt.so:math/ipopt \
 		liblapack.so:math/lapack \
 		libopenblas.so:math/openblas
 RUN_DEPENDS=	gcc${GCC_DEFAULT}>0:lang/gcc${GCC_DEFAULT}
@@ -29,10 +26,12 @@ USES=		cmake compiler:c++11-lang eigen:3 localbase:ldflags pkgconfig
 USE_GITHUB=	yes
 GH_ACCOUNT=	coin-or
 GH_PROJECT=	Gravity
-GH_TAGNAME=	da941e9
+GH_TAGNAME=	e500e78
 
 CMAKE_ARGS+=	-DIPOPT_ROOT_DIR=${LOCALBASE}
-CMAKE_ON=	Boost Ipopt
+CMAKE_ON=	Boost
+CMAKE_OFF=	MP
+CMAKE_OFF+=	Ipopt CoinUtils # fails to find Ipopt and CoinUtils for some reason
 
 LDFLAGS+=	-L${LOCALBASE}/lib/gcc${GCC_DEFAULT}
 
diff --git a/math/gravity/distinfo b/math/gravity/distinfo
index 3cc7461b3f6f..f14b8f43c1b2 100644
--- a/math/gravity/distinfo
+++ b/math/gravity/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1620857771
-SHA256 (coin-or-Gravity-v1.1.20210512-da941e9_GH0.tar.gz) = 24937c346457a8367f2572238e52d7d0b1ecf9da6152e9f872c37c16c8a438f0
-SIZE (coin-or-Gravity-v1.1.20210512-da941e9_GH0.tar.gz) = 16886742
+TIMESTAMP = 1645717844
+SHA256 (coin-or-Gravity-v1.1.20210825-e500e78_GH0.tar.gz) = 89a6166d1f0a1ae407e9027f4032b9d054c14ea793a396529ca2a32ae6ce8419
+SIZE (coin-or-Gravity-v1.1.20210825-e500e78_GH0.tar.gz) = 16886810



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202202241621.21OGLCk1009412>