diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2020-09-13 19:32:05 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2020-09-13 19:32:05 +0000 |
commit | 0977e1696dab26537b906b2032812a706ee0e133 (patch) | |
tree | 8e955cd687317ca4d4935fbb7ce51d58ef4aef73 /math/libsemigroups/Makefile | |
parent | 8cadd4632e4f1c2792609b60d7854c6459be3c08 (diff) | |
download | ports-0977e1696dab26537b906b2032812a706ee0e133.tar.gz ports-0977e1696dab26537b906b2032812a706ee0e133.zip |
Notes
Diffstat (limited to 'math/libsemigroups/Makefile')
-rw-r--r-- | math/libsemigroups/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/math/libsemigroups/Makefile b/math/libsemigroups/Makefile index 2e06eea8fb43..587807572957 100644 --- a/math/libsemigroups/Makefile +++ b/math/libsemigroups/Makefile @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= libsemigroups -PORTVERSION= 1.2.1 +PORTVERSION= 1.3.1 DISTVERSIONPREFIX= v -PORTREVISION= 3 CATEGORIES= math MAINTAINER= thierry@FreeBSD.org @@ -12,7 +11,8 @@ COMMENT= C++ library for semigroups and monoids LICENSE= GPLv3 -BUILD_DEPENDS= HPCombi>0:math/hpcombi +BUILD_DEPENDS= HPCombi>0:math/hpcombi \ + eigen>0:math/eigen3 LIB_DEPENDS= libfmt.so:devel/libfmt USE_GITHUB= yes @@ -20,7 +20,8 @@ USE_GITHUB= yes USES= autoreconf compiler:c++11-lang libtool pkgconfig GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-external-fmt=yes +CONFIGURE_ARGS= --enable-fmt --with-external-fmt=yes \ + --with-external-eigen USE_LDCONFIG= yes TEST_TARGET= check |