| Port details on branch 2016Q4 |
- eigen3 Lightweight library for vector and matrix math
- 3.2.9_1 math
=0 3.2.9_1Version of this port present on the latest quarterly branch. - Maintainer: kde@FreeBSD.org
 - Port Added: 2016-10-05 05:21:01
- Last Update: 2016-10-05 05:20:52
- Commit Hash: 0d36b11
- License: LGPL21 MPL
- WWW:
- http://eigen.tuxfamily.org/
- Description:
- Eigen is a C++ template library for linear algebra (vectors,
matrices, and related algorithms).
WWW: http://eigen.tuxfamily.org/
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- To install the port:
- cd /usr/ports/math/eigen3/ && make install clean
- To add the package, run one of these commands:
- pkg install math/eigen3
- pkg install eigen
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: eigen
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1472680089
SHA256 (eigen/3.2.9.tar.bz2) = 4d1e036ec1ed4f4805d5c6752b76072d67538889f4003fadf2f6e00a825845ff
SIZE (eigen/3.2.9.tar.bz2) = 1163762
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake
- This port is required by:
- for Build
-
- graphics/opencv
- graphics/opencv-core
- graphics/opencv-java
- graphics/py-opencv
Configuration Options:
- No options to configure
- Options name:
- math_eigen3
- USES:
- cmake:outsource tar:bzip2
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 2
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
3.2.9_1 05 Oct 2016 05:20:52
    |
Jan Beich (jbeich)  |
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 |
05 Oct 2016 05:20:52

|
jbeich  |
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 |
Number of commits found: 2
|