aboutsummaryrefslogtreecommitdiffstats
path: root/math/cryptominisat/Makefile
blob: b785f159a27771e92a7c9d29e0c52b8b6636dd45 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# $FreeBSD$

PORTNAME=   cryptominisat
PORTVERSION=    5.0.1
PORTREVISION=   8
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-console # 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>