svn commit: r476182 - head/math/eigen3

Tobias C. Berner tcberner at FreeBSD.org
Wed Aug 1 14:20:34 UTC 2018


Author: tcberner
Date: Wed Aug  1 14:20:32 2018
New Revision: 476182
URL: https://svnweb.freebsd.org/changeset/ports/476182

Log:
  Update math/eigen3 to 3.3.5

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

Modified: head/math/eigen3/Makefile
==============================================================================
--- head/math/eigen3/Makefile	Wed Aug  1 13:39:36 2018	(r476181)
+++ head/math/eigen3/Makefile	Wed Aug  1 14:20:32 2018	(r476182)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	eigen
-PORTVERSION=	3.3.4
+DISTVERSION=	3.3.5
 CATEGORIES=	math
 MASTER_SITES=	https://bitbucket.org/${PORTNAME}/${PORTNAME}/get/
 DISTNAME=	${PORTVERSION}
@@ -20,6 +20,6 @@ USES=		cmake:outsource tar:bzip2
 NO_BUILD=	yes
 NO_ARCH=	yes
 
-WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTNAME}-5a0156e40feb
+WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTNAME}-b3f3d4950030
 
 .include <bsd.port.mk>

Modified: head/math/eigen3/distinfo
==============================================================================
--- head/math/eigen3/distinfo	Wed Aug  1 13:39:36 2018	(r476181)
+++ head/math/eigen3/distinfo	Wed Aug  1 14:20:32 2018	(r476182)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1497538434
-SHA256 (eigen/3.3.4.tar.bz2) = dd254beb0bafc695d0f62ae1a222ff85b52dbaa3a16f76e781dce22d0d20a4a6
-SIZE (eigen/3.3.4.tar.bz2) = 1657543
+TIMESTAMP = 1532370463
+SHA256 (eigen/3.3.5.tar.bz2) = 7352bff3ea299e4c7d7fbe31c504f8eb9149d7e685dec5a12fbaa26379f603e2
+SIZE (eigen/3.3.5.tar.bz2) = 1663467

Modified: head/math/eigen3/pkg-plist
==============================================================================
--- head/math/eigen3/pkg-plist	Wed Aug  1 13:39:36 2018	(r476181)
+++ head/math/eigen3/pkg-plist	Wed Aug  1 14:20:32 2018	(r476182)
@@ -117,6 +117,7 @@ include/eigen3/Eigen/src/Core/arch/CUDA/MathFunctions.
 include/eigen3/Eigen/src/Core/arch/CUDA/PacketMath.h
 include/eigen3/Eigen/src/Core/arch/CUDA/PacketMathHalf.h
 include/eigen3/Eigen/src/Core/arch/CUDA/TypeCasting.h
+include/eigen3/Eigen/src/Core/arch/Default/ConjHelper.h
 include/eigen3/Eigen/src/Core/arch/Default/Settings.h
 include/eigen3/Eigen/src/Core/arch/NEON/Complex.h
 include/eigen3/Eigen/src/Core/arch/NEON/MathFunctions.h


More information about the svn-ports-all mailing list