2018-11-18 21:08:40 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= osqp
|
|
|
|
DISTVERSIONPREFIX= v
|
2019-08-31 06:15:07 +00:00
|
|
|
DISTVERSION= 0.6.0
|
2018-11-18 21:08:40 +00:00
|
|
|
CATEGORIES= math
|
|
|
|
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
2019-08-31 19:26:02 +00:00
|
|
|
COMMENT= Operator Splitting Quadratic Program solver for optimization problems
|
2018-11-18 21:08:40 +00:00
|
|
|
|
|
|
|
LICENSE= APACHE20
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
|
2018-12-25 20:25:39 +00:00
|
|
|
USES= cmake
|
2018-11-18 21:08:40 +00:00
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= oxfordcontrol
|
|
|
|
GH_TUPLE= oxfordcontrol:qdldl:7ab0fca:q/lin_sys/direct/qdldl/qdldl_sources
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
|
|
|
CMAKE_OFF= BUILD_STATIC_LIBS BUILD_EXAMPLES UNITTESTS
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|