Date: Wed, 5 Oct 2016 05:20:52 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r423319 - in branches/2016Q4/math/eigen3: . files Message-ID: <201610050520.u955KqKv047204@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Wed Oct 5 05:20:52 2016 New Revision: 423319 URL: https://svnweb.freebsd.org/changeset/ports/423319 Log: MFH: r423317 math/eigen3: unbreak consumers on 9.x after r421231 In file included from /usr/local/include/eigen3/unsupported/Eigen/MatrixFunctions:58, from modules/contrib/src/rgbdodometry.cpp:65: /usr/local/include/eigen3/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h: In member function 'void Eigen::MatrixExponential<MatrixType>::computeUV(float)': /usr/local/include/eigen3/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:296: error: call of overloaded 'pow(int, int&)' is ambiguous /usr/include/math.h:210: note: candidates are: double pow(double, double) /usr/include/c++/4.2/cmath:357: note: float std::pow(float, float) /usr/include/c++/4.2/cmath:361: note: long double std::pow(long double, long double) /usr/include/c++/4.2/cmath:365: note: double std::pow(double, int) /usr/include/c++/4.2/cmath:369: note: float std::pow(float, int) /usr/include/c++/4.2/cmath:373: note: long double std::pow(long double, int) Reported by: pkg-fallout Approved by: ports-secteam blanket Added: branches/2016Q4/math/eigen3/files/ - copied from r423317, head/math/eigen3/files/ Modified: branches/2016Q4/math/eigen3/Makefile Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/math/eigen3/Makefile ============================================================================== --- branches/2016Q4/math/eigen3/Makefile Wed Oct 5 04:56:09 2016 (r423318) +++ branches/2016Q4/math/eigen3/Makefile Wed Oct 5 05:20:52 2016 (r423319) @@ -2,6 +2,7 @@ PORTNAME= eigen PORTVERSION= 3.2.9 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= https://bitbucket.org/${PORTNAME}/${PORTNAME}/get/ DISTNAME= ${PORTVERSION}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610050520.u955KqKv047204>