freebsd-ports/math/cryptominisat/Makefile
Mark Linimon 74fa808d34 Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Reported by:	swills
Approved by:	portmgr (tier-2 blanket)
2017-05-20 16:58:10 +00:00

28 lines
661 B
Makefile

# $FreeBSD$
PORTNAME= cryptominisat
PORTVERSION= 5.0.1
PORTREVISION= 4
CATEGORIES= math
MAINTAINER= 6yearold@gmail.com
COMMENT= General-purpose award-winning SAT solver
LICENSE= MIT LGPL21
LICENSE_COMB= multi
LICENSE_FILE_LGPL21= ${WRKSRC}/LICENSE-SCALMC
BUILD_DEPENDS= xxd:editors/vim-lite # for xxd tool
LIB_DEPENDS= libboost_program_options.so:devel/boost-libs
BROKEN_powerpc64= fails to compile: main.cpp: undefined reference to boost::program_options::abstract_variables_map::operator[]
USE_GITHUB= yes
GH_ACCOUNT= msoos
USES= cmake compiler:c++11-lib
USE_LDCONFIG= yes
CMAKE_ARGS= -DNOM4RI=1 -DENABLE_PYTHON_INTERFACE=OFF
.include <bsd.port.mk>