freebsd-ports/math/stp/Makefile
Brooks Davis af6504f9e7 math/stp: remove nonsensical sbrk use
This code called sbrk(4000000) and beyond error checking ignored
the result meaning the 4MB of address space allocated could
never be used without another call to sbrk and reference to
INITIAL_MEMORY_PREALLOCATION_SIZE, but nothing in the repo does
either.

Submitted upstream as https://github.com/stp/stp/pull/474

Approved by:	arrowd (maintainer)
Sponsored by:	DARPA
Differential Revision:	https://reviews.freebsd.org/D42978
2023-12-11 17:42:26 +00:00

23 lines
509 B
Makefile

PORTNAME= stp
DISTVERSION= 2.3.3
PORTREVISION= 12
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
USES= bison:build compiler:c++11-lang cmake perl5 python
USE_GITHUB= yes
USE_PERL5= build
USE_LDCONFIG= yes
.include <bsd.port.mk>