View | Details | Raw Unified | Return to bug 193104
Collapse All | Expand All

(-)math/eigen3/Makefile (-2 / +2 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	eigen
3
PORTNAME=	eigen
4
PORTVERSION=	3.2.1
4
PORTVERSION=	3.2.2
5
CATEGORIES=	math
5
CATEGORIES=	math
6
MASTER_SITES=	https://bitbucket.org/${PORTNAME}/${PORTNAME}/get/
6
MASTER_SITES=	https://bitbucket.org/${PORTNAME}/${PORTNAME}/get/
7
DISTNAME=	${PORTVERSION}
7
DISTNAME=	${PORTVERSION}
Lines 17-22 Link Here
17
CMAKE_ENV+=	PKG_CONFIG_LIBDIR="${LOCALBASE}/libdata"
17
CMAKE_ENV+=	PKG_CONFIG_LIBDIR="${LOCALBASE}/libdata"
18
NO_BUILD=	yes
18
NO_BUILD=	yes
19
19
20
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTNAME}-6b38706d90a9
20
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTNAME}-1306d75b4a21
21
21
22
.include <bsd.port.mk>
22
.include <bsd.port.mk>
(-)math/eigen3/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (eigen/3.2.1.tar.bz2) = 66e6f2ede78d0ef650ae95aa570f548c095690b011000f9163c32618736c928a
1
SHA256 (eigen/3.2.2.tar.bz2) = 929326dcf23a5b9125f898858f2b2b8e4685173c9a5963f86e593791abb621b1
2
SIZE (eigen/3.2.1.tar.bz2) = 1138080
2
SIZE (eigen/3.2.2.tar.bz2) = 1142184

Return to bug 193104