svn commit: r554987 - head/math/libsemigroups

Loïc Bartoletti lbartoletti at FreeBSD.org
Thu Nov 12 20:40:33 UTC 2020


Author: lbartoletti
Date: Thu Nov 12 20:40:32 2020
New Revision: 554987
URL: https://svnweb.freebsd.org/changeset/ports/554987

Log:
  math/libsemigroups: convert to USES=eigen
  
  PR:		250949
  Approved by:	thierry

Modified:
  head/math/libsemigroups/Makefile

Modified: head/math/libsemigroups/Makefile
==============================================================================
--- head/math/libsemigroups/Makefile	Thu Nov 12 20:39:30 2020	(r554986)
+++ head/math/libsemigroups/Makefile	Thu Nov 12 20:40:32 2020	(r554987)
@@ -11,13 +11,13 @@ COMMENT=	C++ library for semigroups and monoids
 
 LICENSE=	GPLv3
 
-BUILD_DEPENDS=	HPCombi>0:math/hpcombi	\
-		eigen>0:math/eigen3
+BUILD_DEPENDS=	HPCombi>0:math/hpcombi
 LIB_DEPENDS=	libfmt.so:devel/libfmt
 
 USE_GITHUB=	yes
 
-USES=		autoreconf compiler:c++11-lang libtool pkgconfig
+USES=		autoreconf compiler:c++11-lang eigen:3,build \
+		libtool pkgconfig
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-fmt --with-external-fmt=yes	\


More information about the svn-ports-all mailing list