freebsd-ports/math/cppad/Makefile
Piotr Kubaj 85907018bf math/cppad: fix build on GCC architectures
The c++ complier flag __cplusplus is less than 201103.  Starting with
  cppad-20201202, c++11 or higher is required.

MFH:		2021Q1
2021-01-16 02:06:53 +00:00

21 lines
367 B
Makefile

# $FreeBSD$
PORTNAME= cppad
DISTVERSION= 20210000.3
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>