Po-Chuan Hsieh b2cea6a8b1
devel/libfmt: Bump PORTREVISION of dependent ports for shlib change after 786cb608216ce14e8ced27108c96a1f2c8492fca
The following ports are skipped because they have been updated after 786cb608216ce14e8ced27108c96a1f2c8492fca.
- chinese/fcitx5-chinese-addons
- chinese/fcitx5-mcbopomofo
- devel/fatal
- devel/fbthrift
- devel/folly
- devel/spdlog
- mail/mu
- net/fb303
- net/mvfst
- net/wangle
- science/seacas
- security/fizz
- www/proxygen
2025-11-06 04:59:34 +08:00

39 lines
769 B
Makefile

PORTNAME= libsemigroups
PORTVERSION= 3.2.0
DISTVERSIONPREFIX= v
PORTREVISION= 1
CATEGORIES= math
MAINTAINER= thierry@FreeBSD.org
COMMENT= C++ library for semigroups and monoids
WWW= https://libsemigroups.readthedocs.io/en/latest/
LICENSE= GPLv3
BUILD_DEPENDS= HPCombi>0:math/hpcombi
LIB_DEPENDS= libfmt.so:devel/libfmt
USE_GITHUB= yes
USES= autoreconf compiler:c++17-lang eigen:3,build \
libtool pathfix pkgconfig
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-external-fmt=yes \
--with-external-eigen \
--enable-hpcombi
LIBS= -lm
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
TEST_TARGET= check
.include <bsd.port.pre.mk>
.if ${ARCH} != amd64
CONFIGURE_ARGS+= --disable-hpcombi
.else
CONFIGURE_ARGS+= --enable-hpcombi
.endif
.include <bsd.port.post.mk>