freebsd-ports/math/hpipm/Makefile
Yuri Victorovich 4c187b3ffd math/hpipm: Update 0.1.0-80 -> 0.1.1
Reported by:	portscout
2020-01-04 10:15:47 +00:00

25 lines
435 B
Makefile

# $FreeBSD$
PORTNAME= hpipm
DISTVERSION= 0.1.1
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
COMMENT= High-performance interior-point-method QP solvers
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
BUILD_DEPENDS= blasfeo>0:math/blasfeo
USES= cmake localbase
USE_GITHUB= yes
GH_ACCOUNT= giaf
.include <bsd.port.pre.mk>
.if ${ARCH} != amd64 && ${ARCH} != i386
CMAKE_ARGS+= -DAVX:BOOL=OFF
.endif
.include <bsd.port.post.mk>