summaryrefslogtreecommitdiff
path: root/math/osqp/Makefile
blob: 194780f6358373166aaa1189a9b5eadd85fb6d1f (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
PORTNAME=	osqp
DISTVERSIONPREFIX=	v
DISTVERSION=	0.6.3
CATEGORIES=	math

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Operator Splitting Quadratic Program solver for optimization problems
WWW=		https://osqp.org \
		https://github.com/osqp/osqp

LICENSE=	APACHE20
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		cmake:testing # 4 tests fail, see https://github.com/osqp/osqp/issues/532
USE_LDCONFIG=	yes

USE_GITHUB=	yes
GH_TUPLE=	osqp:qdldl:7ab0fca:q/lin_sys/direct/qdldl/qdldl_sources

CMAKE_OFF=	BUILD_STATIC_LIBS BUILD_EXAMPLES UNITTESTS
CMAKE_TESTING_ON=	UNITTESTS

.include <bsd.port.mk>