1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/math/cppad/Makefile

23 lines
343 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= cppad
DISTVERSION= 20190200.5
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
CMAKE_ARGS= -Dcppad_prefix=${PREFIX}
NO_ARCH= yes
.include <bsd.port.mk>