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

(-)b/math/eigen3/Makefile (-1 / +3 lines)
Lines 2-8 PORTNAME= eigen Link Here
2
DISTVERSION=	3.4.0
2
DISTVERSION=	3.4.0
3
PORTREVISION=	1
3
PORTREVISION=	1
4
CATEGORIES=	math
4
CATEGORIES=	math
5
MASTER_SITES=	https://gitlab.com/libeigen/eigen/-/archive/${DISTVERSION}/
6
5
7
MAINTAINER=	kde@FreeBSD.org
6
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	Lightweight library for vector and matrix math
7
COMMENT=	Lightweight library for vector and matrix math
Lines 23-28 TEST_DEPENDS= suitesparse-cholmod>0:math/suitesparse-cholmod \ Link Here
23
		boost-libs>0:devel/boost-libs
22
		boost-libs>0:devel/boost-libs
24
23
25
USES=		cmake:testing tar:bzip2
24
USES=		cmake:testing tar:bzip2
25
USE_GITLAB=	yes
26
GL_ACCOUNT=	libeigen
27
GL_COMMIT=	3147391d946bb4b6c68edd901f2add6ac1f31f8c
26
28
27
CMAKE_ARGS=	-DPKGCONFIG_INSTALL_DIR:PATH="libdata/pkgconfig"
29
CMAKE_ARGS=	-DPKGCONFIG_INSTALL_DIR:PATH="libdata/pkgconfig"
28
CMAKE_ON=	EIGEN_TEST_CXX11 # This is to set the C++ standard to C++11, instead of 03
30
CMAKE_ON=	EIGEN_TEST_CXX11 # This is to set the C++ standard to C++11, instead of 03
(-)b/math/eigen3/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1656953975
1
TIMESTAMP = 1665821137
2
SHA256 (eigen-3.4.0.tar.bz2) = b4c198460eba6f28d34894e3a5710998818515104d6e74e5cc331ce31e46e626
2
SHA256 (libeigen-eigen-3147391d946bb4b6c68edd901f2add6ac1f31f8c_GL0.tar.gz) = 0c8c490764f9c2a793133491adca0cd073b73e0bde965c68cbe58d91b5ed4261
3
SIZE (eigen-3.4.0.tar.bz2) = 2143091
3
SIZE (libeigen-eigen-3147391d946bb4b6c68edd901f2add6ac1f31f8c_GL0.tar.gz) = 2710482

Return to bug 267070