Date: Thu, 12 Nov 2020 20:40:33 +0000 (UTC) From: =?UTF-8?Q?Lo=c3=afc_Bartoletti?= <lbartoletti@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r554987 - head/math/libsemigroups Message-ID: <202011122040.0ACKeXF9002935@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011122040.0ACKeXF9002935>