Port details |
- eigen Lightweight library for vector and matrix math
- 1.0.5_1 math
=1 1.0.5_1Version of this port present on the latest quarterly branch.
- DEPRECATED: Development for 1.x series has long ceased, use math/eigen3
This port expired on: 2012-12-15
- Maintainer: kde@FreeBSD.org
- Port Added: 2008-02-09 21:59:42
- Last Update: 2013-02-27 14:21:00
- SVN Revision: 313055
- People watching this port, also watch:: p5-Gtk2, python
- License: not specified in port
- WWW:
- http://eigen.tuxfamily.org/
- Description:
- Eigen is a lightweight C++ template library for vector and matrix math, a.k.a.
linear algebra.
Unlike most other linear algebra libraries, Eigen focuses on the simple
mathematical needs of applications: games and other OpenGL apps, spreadsheets
and other office apps, etc. Eigen is dedicated to providing optimal speed with
GCC.
Its fixed-size classes are specially optimized for small sizes up to 4,
although it is theoretically possible to specialize them to any size. They
never cause dynamic memory applications and the simple operations on them are
as fast as is possible at least for sizes up to 4 (see below).
Its dynamic-size classes are more flexible and suitable for larger sizes.
Both fixed-size and dynamic-size classes use the same underlying C++ code,
thanks to a curiously recurring template pattern.
WWW: http://eigen.tuxfamily.org/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: eigen
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
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
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 6
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.5_1 27 Feb 2013 14:21:00 |
makc |
Remove expired port |
1.0.5_1 15 Nov 2012 21:19:23 |
jhale |
- Mark DEPRECATED and set EXPIRATION_DATE to one month from now
- Last release for the 1.x series was in 2007 and no other
ports depend on this
- Trim Makefile header
Feature safe: yes |
1.0.5_1 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1.0.5_1 24 Mar 2009 19:13:32 |
makc |
bump PORTREVISION after cmake update |
1.0.5 27 May 2008 22:12:09 |
miwi |
- Add common code to support for cmake based ports.
- Update devel/cmake to 2.6.0 (also fix ports/123092)
- Use the new CMAKE build framework in all ports using cmake
Approved by: portmgr (pav) |
1.0.5 09 Feb 2008 21:59:20 |
arved |
Add Eigen a lightweight C++ template library for vector and matrix math |
Number of commits found: 6
|