summaryrefslogtreecommitdiff
path: root/math/cppad/Makefile
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2020-01-04 05:38:22 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2020-01-04 05:38:22 +0000
commit0608076b6cc4797379720fa6180de6d131120e49 (patch)
tree4f007cab6ea79c7cb519a1c6e6dcf35bbb530b80 /math/cppad/Makefile
parent- Update to 2.211 (diff)
math/cppad: Update 20190200.5 -> 20200000.0
Reported by: portscout
Notes
Notes: svn path=/head/; revision=521977
Diffstat (limited to 'math/cppad/Makefile')
-rw-r--r--math/cppad/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/math/cppad/Makefile b/math/cppad/Makefile
index 8d6ff9180f91..2c86604864d3 100644
--- a/math/cppad/Makefile
+++ b/math/cppad/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= cppad
-DISTVERSION= 20190200.5
+DISTVERSION= 20200000.0
CATEGORIES= math
PKGNAMEPREFIX= coin-or-
@@ -14,9 +14,11 @@ USES= cmake eigen:3,run
USE_GITHUB= yes
GH_ACCOUNT= coin-or
GH_PROJECT= CppAD
+USE_LDCONFIG= yes
CMAKE_ARGS= -Dcppad_prefix=${PREFIX}
-NO_ARCH= yes
+post-stage:
+ @${RMDIR} ${STAGEDIR}${PREFIX}/include/cppad/utility/omh
.include <bsd.port.mk>