Files
ports/math/cppad/Makefile
Yuri Victorovich 0608076b6c math/cppad: Update 20190200.5 -> 20200000.0
Reported by:	portscout
2020-01-04 05:38:22 +00:00

25 lines
418 B
Makefile

# $FreeBSD$
PORTNAME= cppad
DISTVERSION= 20200000.0
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}
post-stage:
@${RMDIR} ${STAGEDIR}${PREFIX}/include/cppad/utility/omh
.include <bsd.port.mk>