freebsd-ports/math/scs/Makefile
Yuri Victorovich dc9eaf26d9 math/scs: Update 2.1.1 -> 2.1.2
Reported by:	portscout
2020-07-30 16:04:23 +00:00

26 lines
497 B
Makefile

# $FreeBSD$
PORTNAME= scs
DISTVERSION= 2.1.2
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
COMMENT= Solver of convex cone problems via operator splitting
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= gmake blaslapack:openblas fortran # fortran is for openblas
USE_GITHUB= yes
GH_ACCOUNT= cvxgrp
USE_LDCONFIG= yes
MAKE_ARGS= BLASLDFLAGS="-lopenblas"
ALL_TARGET= out/libscsdir.so out/libscsindir.so
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so
.include <bsd.port.mk>