Files
ports/math/stp/Makefile
T
Antoine Brodin eba1e69e05 math/stp: fix build with python 3.12
PR:		285957
2026-01-07 18:41:49 +00:00

27 lines
585 B
Makefile

PORTNAME= stp
DISTVERSION= 2.3.4
PORTREVISION= 5
PORTEPOCH= 1
CATEGORIES= math
MAINTAINER= arrowd@FreeBSD.org
COMMENT= Decision Procedure for Bitvectors and Arrays
WWW= https://stp.github.io/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libboost_program_options.so:devel/boost-libs \
libminisat.so:math/minisat \
libcryptominisat5.so:math/cryptominisat
BUILD_DEPENDS= ${PY_SETUPTOOLS}
USES= bison:build cmake perl5 python
USE_GITHUB= yes
GH_TAGNAME= ${DISTVERSION}_cadical
USE_PERL5= build
USE_LDCONFIG= yes
CMAKE_ARGS= -DUSE_CADICAL=OFF
.include <bsd.port.mk>