1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/math/cppad/Makefile
Yuri Victorovich 08255cad15 math/cppad: Update 20190200.4 -> 20190200.5
Reported by:	portscout
2019-10-06 23:10:28 +00:00

23 lines
343 B
Makefile

# $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>