Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Jan 2020 05:38:22 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r521977 - head/math/cppad
Message-ID:  <202001040538.0045cM3D033204@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sat Jan  4 05:38:22 2020
New Revision: 521977
URL: https://svnweb.freebsd.org/changeset/ports/521977

Log:
  math/cppad: Update 20190200.5 -> 20200000.0
  
  Reported by:	portscout

Modified:
  head/math/cppad/Makefile
  head/math/cppad/distinfo
  head/math/cppad/pkg-plist

Modified: head/math/cppad/Makefile
==============================================================================
--- head/math/cppad/Makefile	Sat Jan  4 03:50:16 2020	(r521976)
+++ head/math/cppad/Makefile	Sat Jan  4 05:38:22 2020	(r521977)
@@ -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>

Modified: head/math/cppad/distinfo
==============================================================================
--- head/math/cppad/distinfo	Sat Jan  4 03:50:16 2020	(r521976)
+++ head/math/cppad/distinfo	Sat Jan  4 05:38:22 2020	(r521977)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1570403249
-SHA256 (coin-or-CppAD-20190200.5_GH0.tar.gz) = 3b89e2a88c4fc7e263c67787e4dde2d3be5a786f389d9c608d21a1acffcee16a
-SIZE (coin-or-CppAD-20190200.5_GH0.tar.gz) = 1510989
+TIMESTAMP = 1578115962
+SHA256 (coin-or-CppAD-20200000.0_GH0.tar.gz) = e4d82565566ef2f63a8d1038729a0ee2b259413e969cfe7d692415cd9335897a
+SIZE (coin-or-CppAD-20200000.0_GH0.tar.gz) = 1636183

Modified: head/math/cppad/pkg-plist
==============================================================================
--- head/math/cppad/pkg-plist	Sat Jan  4 03:50:16 2020	(r521976)
+++ head/math/cppad/pkg-plist	Sat Jan  4 05:38:22 2020	(r521977)
@@ -83,13 +83,14 @@ include/cppad/core/cond_exp.hpp
 include/cppad/core/convert.hpp
 include/cppad/core/cppad_assert.hpp
 include/cppad/core/dependent.hpp
-include/cppad/core/discrete.hpp
+include/cppad/core/discrete/discrete.hpp
 include/cppad/core/div.hpp
 include/cppad/core/div_eq.hpp
 include/cppad/core/drivers.hpp
 include/cppad/core/epsilon.hpp
 include/cppad/core/equal_op_seq.hpp
 include/cppad/core/erf.hpp
+include/cppad/core/erfc.hpp
 include/cppad/core/expm1.hpp
 include/cppad/core/for_hes_sparsity.hpp
 include/cppad/core/for_jac_sparsity.hpp
@@ -97,14 +98,20 @@ include/cppad/core/for_one.hpp
 include/cppad/core/for_sparse_hes.hpp
 include/cppad/core/for_sparse_jac.hpp
 include/cppad/core/for_two.hpp
-include/cppad/core/forward.hpp
+include/cppad/core/forward/forward.hpp
 include/cppad/core/fun_check.hpp
 include/cppad/core/fun_construct.hpp
 include/cppad/core/fun_eval.hpp
+include/cppad/core/graph/cpp_graph.hpp
+include/cppad/core/graph/from_graph.hpp
+include/cppad/core/graph/from_json.hpp
+include/cppad/core/graph/graph_op_enum.hpp
+include/cppad/core/graph/to_graph.hpp
+include/cppad/core/graph/to_json.hpp
 include/cppad/core/hash_code.hpp
 include/cppad/core/hessian.hpp
 include/cppad/core/identical.hpp
-include/cppad/core/independent.hpp
+include/cppad/core/independent/independent.hpp
 include/cppad/core/integer.hpp
 include/cppad/core/jacobian.hpp
 include/cppad/core/log1p.hpp
@@ -151,16 +158,16 @@ include/cppad/core/undef.hpp
 include/cppad/core/user_ad.hpp
 include/cppad/core/value.hpp
 include/cppad/core/var2par.hpp
-include/cppad/core/vec_ad.hpp
+include/cppad/core/vec_ad/vec_ad.hpp
 include/cppad/core/zdouble.hpp
 include/cppad/cppad.hpp
+include/cppad/example/atomic_three/mat_mul.hpp
+include/cppad/example/atomic_two/eigen_cholesky.hpp
+include/cppad/example/atomic_two/eigen_mat_inv.hpp
+include/cppad/example/atomic_two/eigen_mat_mul.hpp
 include/cppad/example/base_adolc.hpp
 include/cppad/example/cppad_eigen.hpp
-include/cppad/example/eigen_cholesky.hpp
-include/cppad/example/eigen_mat_inv.hpp
-include/cppad/example/eigen_mat_mul.hpp
 include/cppad/example/eigen_plugin.hpp
-include/cppad/example/mat_mul.hpp
 include/cppad/ipopt/solve.hpp
 include/cppad/ipopt/solve_callback.hpp
 include/cppad/ipopt/solve_result.hpp
@@ -191,6 +198,11 @@ include/cppad/local/div_op.hpp
 include/cppad/local/erf_op.hpp
 include/cppad/local/exp_op.hpp
 include/cppad/local/expm1_op.hpp
+include/cppad/local/graph/cpp_graph_itr.hpp
+include/cppad/local/graph/cpp_graph_op.hpp
+include/cppad/local/graph/json_lexer.hpp
+include/cppad/local/graph/json_parser.hpp
+include/cppad/local/graph/json_writer.hpp
 include/cppad/local/hash_code.hpp
 include/cppad/local/independent.hpp
 include/cppad/local/is_pod.hpp
@@ -199,8 +211,8 @@ include/cppad/local/log1p_op.hpp
 include/cppad/local/log_op.hpp
 include/cppad/local/mul_op.hpp
 include/cppad/local/op.hpp
-include/cppad/local/op_code.hpp
 include/cppad/local/op_code_dyn.hpp
+include/cppad/local/op_code_var.hpp
 include/cppad/local/optimize/cexp_info.hpp
 include/cppad/local/optimize/csum_op_info.hpp
 include/cppad/local/optimize/csum_stacks.hpp
@@ -230,17 +242,21 @@ include/cppad/local/pod_vector.hpp
 include/cppad/local/pow_op.hpp
 include/cppad/local/print_op.hpp
 include/cppad/local/prototype_op.hpp
-include/cppad/local/recorder.hpp
+include/cppad/local/record/comp_op.hpp
+include/cppad/local/record/cond_exp.hpp
+include/cppad/local/record/put_dyn_atomic.hpp
+include/cppad/local/record/put_var_atomic.hpp
+include/cppad/local/record/recorder.hpp
 include/cppad/local/set_get_in_parallel.hpp
 include/cppad/local/sign_op.hpp
 include/cppad/local/sin_op.hpp
 include/cppad/local/sinh_op.hpp
-include/cppad/local/sparse_binary_op.hpp
-include/cppad/local/sparse_internal.hpp
-include/cppad/local/sparse_list.hpp
-include/cppad/local/sparse_pack.hpp
-include/cppad/local/sparse_sizevec.hpp
-include/cppad/local/sparse_unary_op.hpp
+include/cppad/local/sparse/binary_op.hpp
+include/cppad/local/sparse/internal.hpp
+include/cppad/local/sparse/list_setvec.hpp
+include/cppad/local/sparse/pack_setvec.hpp
+include/cppad/local/sparse/svec_setvec.hpp
+include/cppad/local/sparse/unary_op.hpp
 include/cppad/local/sqrt_op.hpp
 include/cppad/local/std_set.hpp
 include/cppad/local/store_op.hpp
@@ -263,6 +279,8 @@ include/cppad/local/sweep/rev_jac.hpp
 include/cppad/local/sweep/reverse.hpp
 include/cppad/local/tan_op.hpp
 include/cppad/local/tanh_op.hpp
+include/cppad/local/utility/cppad_vector_itr.hpp
+include/cppad/local/utility/vector_bool.hpp
 include/cppad/local/zmul_op.hpp
 include/cppad/speed/det_33.hpp
 include/cppad/speed/det_by_lu.hpp
@@ -307,6 +325,9 @@ include/cppad/utility/time_test.hpp
 include/cppad/utility/to_string.hpp
 include/cppad/utility/track_new_del.hpp
 include/cppad/utility/vector.hpp
+include/cppad/utility/vector_bool.hpp
 include/cppad/wno_conversion.hpp
+lib/libcppad_lib.so
+lib/libcppad_lib.so.340.0
 libdata/pkgconfig/cppad.pc
 share/pkgconfig/cppad.pc



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001040538.0045cM3D033204>