2019-08-25 00:00:54 +00:00
|
|
|
PORTNAME= hpipm
|
2022-06-10 17:57:26 +00:00
|
|
|
DISTVERSION= 0.1.3-119
|
2023-04-23 09:09:58 +00:00
|
|
|
PORTREVISION= 1
|
2022-06-10 17:57:26 +00:00
|
|
|
DISTVERSIONSUFFIX= -gb140f36
|
2019-08-25 00:00:54 +00:00
|
|
|
CATEGORIES= math
|
|
|
|
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
|
|
COMMENT= High-performance interior-point-method QP solvers
|
2022-09-07 21:06:12 +00:00
|
|
|
WWW= https://github.com/giaf/hpipm
|
2019-08-25 00:00:54 +00:00
|
|
|
|
|
|
|
LICENSE= GPLv3
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
|
2022-06-10 17:57:26 +00:00
|
|
|
LIB_DEPENDS= libblasfeo.so:math/blasfeo
|
2019-08-25 00:00:54 +00:00
|
|
|
|
|
|
|
USES= cmake localbase
|
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= giaf
|
|
|
|
|
2022-06-10 17:57:26 +00:00
|
|
|
CMAKE_ON= BUILD_SHARED_LIBS
|
|
|
|
CMAKE_ARGS= -DHPIPM_BLASFEO_LIB=Shared
|
|
|
|
|
2019-10-16 15:37:20 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${ARCH} != amd64 && ${ARCH} != i386
|
|
|
|
CMAKE_ARGS+= -DAVX:BOOL=OFF
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|