Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 May 2021 22:10:41 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: fd8b808b2db8 - main - math/sympol: Add math/bliss dependency
Message-ID:  <202105222210.14MMAfjM010509@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=fd8b808b2db820140d1f6ddaf2e601fb92d7e4b7

commit fd8b808b2db820140d1f6ddaf2e601fb92d7e4b7
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-05-22 22:09:55 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-05-22 22:09:55 +0000

    math/sympol: Add math/bliss dependency
---
 math/sympol/Makefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/math/sympol/Makefile b/math/sympol/Makefile
index 04bf6cbc5743..e321d1292328 100644
--- a/math/sympol/Makefile
+++ b/math/sympol/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	sympol
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.1.9
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -10,7 +10,8 @@ COMMENT=	C++ library and tool to work with symmetric polyhedra
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BUILD_DEPENDS=	permlib>0:math/permlib
+BUILD_DEPENDS=	${LOCALBASE}/lib/libbliss.a:math/bliss \
+		permlib>0:math/permlib
 LIB_DEPENDS=	libboost_program_options.so:devel/boost-libs \
 		libcddgmp.so:math/cddlib \
 		libgmp.so:math/gmp
@@ -25,6 +26,7 @@ GH_PROJECT=	SymPol
 
 SHEBANG_GLOB=	*.pl
 
+CMAKE_ARGS=		-DBLISS_INCLUDE_DIR=${LOCALBASE}/include/bliss
 CMAKE_TESTING_ON=	BUILD_TESTS # test 'perltest' fails with 'output format mismatch', see https://github.com/tremlin/SymPol/issues/1
 
 post-install:



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