opnsense-ports/math/csdp/Makefile
Franco Fichtner f9c9f1ac9d */*: sync with upstream
Taken from: FreeBSD
2022-04-28 12:55:19 +02:00

39 lines
738 B
Makefile

PORTNAME= csdp
DISTVERSIONPREFIX= releases/
DISTVERSION= 6.2.0
CATEGORIES= math
PKGNAMEPREFIX= coin-or-
MAINTAINER= yuri@FreeBSD.org
COMMENT= Solver for semidefinite programming problems
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libblas.so:math/blas \
liblapack.so:math/lapack
USES= gmake
USE_GITHUB= yes
GH_ACCOUNT= coin-or
GH_PROJECT= Csdp
USE_LDCONFIG= yes
MAKE_ARGS= FREEBSD_CFLAGS="${CFLAGS}" FREEBSD_LIBS="${LIBS} -L${LOCALBASE}/lib"
BINARY_ALIAS= make=${GMAKE}
PLIST_FILES= bin/complement \
bin/csdp \
bin/graphtoprob \
bin/rand_graph \
bin/theta
.if !exists(/usr/include/omp.h)
USES+= compiler:gcc-c++11-lib
.endif
post-stage:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*
.include <bsd.port.mk>