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 |