summaryrefslogtreecommitdiff
path: root/math/cppad/Makefile
blob: 78ca32a4e63e68e27bad5856f8c4466b6db5b602 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $FreeBSD$

PORTNAME=	cppad
DISTVERSION=	20200000.3
CATEGORIES=	math
PKGNAMEPREFIX=	coin-or-

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	C++ Algorithmic Differentiation package

LICENSE=	EPL

USES=		cmake eigen:3,run
USE_GITHUB=	yes
GH_ACCOUNT=	coin-or
GH_PROJECT=	CppAD
USE_LDCONFIG=	yes

CMAKE_ARGS=	-Dcppad_prefix=${PREFIX}

.include <bsd.port.mk>