1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/math/osqp/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

21 lines
460 B
Makefile

PORTNAME= osqp
DISTVERSIONPREFIX= v
DISTVERSION= 0.6.2
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
COMMENT= Operator Splitting Quadratic Program solver for optimization problems
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cmake
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>