svn commit: r426043 - in head/math/ceres-solver: . files

Jan Beich jbeich at FreeBSD.org
Sun Nov 13 12:44:27 UTC 2016


Author: jbeich
Date: Sun Nov 13 12:44:25 2016
New Revision: 426043
URL: https://svnweb.freebsd.org/changeset/ports/426043

Log:
  math/ceres-solver: update to 1.12.0.r2.3
  
  Changes:	https://github.com/ceres-solver/ceres-solver/compare/1.12.0rc1...c5c6f55

Deleted:
  head/math/ceres-solver/files/
Modified:
  head/math/ceres-solver/Makefile   (contents, props changed)
  head/math/ceres-solver/distinfo   (contents, props changed)
  head/math/ceres-solver/pkg-plist   (contents, props changed)

Modified: head/math/ceres-solver/Makefile
==============================================================================
--- head/math/ceres-solver/Makefile	Sun Nov 13 12:44:13 2016	(r426042)
+++ head/math/ceres-solver/Makefile	Sun Nov 13 12:44:25 2016	(r426043)
@@ -1,8 +1,8 @@
 # $FreeBSD$
 
 PORTNAME=	ceres-solver
-DISTVERSION=	1.12.0rc1
-PORTREVISION=	2
+DISTVERSION=	1.12.0rc2-3
+DISTVERSIONSUFFIX=	-gc5c6f55
 CATEGORIES=	math
 
 MAINTAINER=	jbeich at FreeBSD.org
@@ -22,7 +22,7 @@ SHEBANG_FILES=	examples/slam/pose_graph_
 		scripts/make_docs.py
 CMAKE_ARGS=	-DCXX11=on -DBUILD_SHARED_LIBS=on
 LDFLAGS+=	-Wl,--as-needed # -lccolamd -lcholmod -lrt from suitesparse
-PLIST_SUB=	VERSION=${PORTVERSION:R}
+PLIST_SUB=	VERSION=${DISTVERSION:C/rc.*//}
 EXAMPLESDIR=	${PREFIX}/share/examples/${PORTNAME:S/-solver//}
 DOCSDIR=	${PREFIX}/share/doc/${PORTNAME:S/-solver//}
 PORTDOCS=	*

Modified: head/math/ceres-solver/distinfo
==============================================================================
--- head/math/ceres-solver/distinfo	Sun Nov 13 12:44:13 2016	(r426042)
+++ head/math/ceres-solver/distinfo	Sun Nov 13 12:44:25 2016	(r426043)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1474949998
-SHA256 (ceres-solver-ceres-solver-1.12.0rc1_GH0.tar.gz) = 71c4af1d9dc434327b4af509d9a5cd4f509cc60c7f349bc0fac20ca51c02569b
-SIZE (ceres-solver-ceres-solver-1.12.0rc1_GH0.tar.gz) = 3413229
+TIMESTAMP = 1478963838
+SHA256 (ceres-solver-ceres-solver-1.12.0rc2-3-gc5c6f55_GH0.tar.gz) = ab1c101dcf5a1abf6128cf3a00b9d38ad7939c07faaf89d931dc9dfb5bc4d2f9
+SIZE (ceres-solver-ceres-solver-1.12.0rc2-3-gc5c6f55_GH0.tar.gz) = 3413993

Modified: head/math/ceres-solver/pkg-plist
==============================================================================
--- head/math/ceres-solver/pkg-plist	Sun Nov 13 12:44:13 2016	(r426042)
+++ head/math/ceres-solver/pkg-plist	Sun Nov 13 12:44:25 2016	(r426043)
@@ -9,6 +9,7 @@ include/ceres/covariance.h
 include/ceres/crs_matrix.h
 include/ceres/cubic_interpolation.h
 include/ceres/dynamic_autodiff_cost_function.h
+include/ceres/dynamic_cost_function.h
 include/ceres/dynamic_cost_function_to_functor.h
 include/ceres/dynamic_numeric_diff_cost_function.h
 include/ceres/fpclassify.h


More information about the svn-ports-all mailing list