Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Aug 2021 21:21:15 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: 8ba9809ca021 - main - math/libnormaliz: Add CONFLICTS_BUILD=e-antic
Message-ID:  <202108232121.17NLLFjs032108@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=8ba9809ca02105b8d4de8fa794eb98e447fae8a8

commit 8ba9809ca02105b8d4de8fa794eb98e447fae8a8
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-08-23 21:20:42 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-08-23 21:21:13 +0000

    math/libnormaliz: Add CONFLICTS_BUILD=e-antic
---
 math/libnormaliz/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/math/libnormaliz/Makefile b/math/libnormaliz/Makefile
index c99054e0d314..64385b289c22 100644
--- a/math/libnormaliz/Makefile
+++ b/math/libnormaliz/Makefile
@@ -9,6 +9,8 @@ DISTNAME=	normaliz-${PORTVERSION}
 MAINTAINER=	moritz@schmi.tt
 COMMENT=	Compute Hilbert bases and enumerative data of rational polyhedra
 
+CONFLICTS_BUILD=	e-antic # math/e-antic should be a dependency but it fails: https://github.com/Normaliz/Normaliz/issues/380
+
 # LICENSE block
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING



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