freebsd-ports/math/cppad/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

20 lines
354 B
Makefile

PORTNAME= cppad
DISTVERSION= 20210000.6
CATEGORIES= math
PKGNAMEPREFIX= coin-or-
MAINTAINER= yuri@FreeBSD.org
COMMENT= C++ Algorithmic Differentiation package
LICENSE= EPL
USES= cmake compiler:c++11-lang 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>