git: fd8b808b2db8 - main - math/sympol: Add math/bliss dependency

Yuri Victorovich yuri at FreeBSD.org
Sat May 22 22:10:42 UTC 2021


The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=fd8b808b2db820140d1f6ddaf2e601fb92d7e4b7

commit fd8b808b2db820140d1f6ddaf2e601fb92d7e4b7
Author:     Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-05-22 22:09:55 +0000
Commit:     Yuri Victorovich <yuri at 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 at 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:


More information about the dev-commits-ports-main mailing list