[Midnightbsd-cvs] mports: math/eigen: Added eigen-1.0.5
ctriv at midnightbsd.org
ctriv at midnightbsd.org
Sun Dec 14 13:11:08 EST 2008
Log Message:
-----------
Added eigen-1.0.5
Added Files:
-----------
mports/math/eigen:
Makefile (r1.1)
distinfo (r1.1)
pkg-descr (r1.1)
pkg-plist (r1.1)
-------------- next part --------------
--- /dev/null
+++ math/eigen/pkg-descr
@@ -0,0 +1,15 @@
+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/
--- /dev/null
+++ math/eigen/pkg-plist
@@ -0,0 +1,13 @@
+include/eigen/linearsolver.h
+include/eigen/linearsolverbase.h
+include/eigen/ludecomposition.h
+include/eigen/ludecompositionbase.h
+include/eigen/matrix.h
+include/eigen/matrixbase.h
+include/eigen/projective.h
+include/eigen/util.h
+include/eigen/vector.h
+include/eigen/vectorbase.h
+include/eigen/regressioninternal.h
+include/eigen/regression.h
+ at dirrm include/eigen
--- /dev/null
+++ math/eigen/Makefile
@@ -0,0 +1,21 @@
+#
+# $MidnightBSD: mports/math/eigen/Makefile,v 1.1 2008/12/14 18:11:07 ctriv Exp $
+#
+
+PORTNAME= eigen
+PORTVERSION= 1.0.5
+CATEGORIES= math
+MASTER_SITES= http://download.tuxfamily.org/eigen/
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Lightweight library for vector and matrix math
+LICENSE= gpl2
+
+USE_CMAKE= yes
+CMAKE_SOURCE_PATH= ..
+WRKSRC= ${WRKDIR}/${PORTNAME}/build
+
+post-extract:
+ ${MKDIR} ${WRKSRC}
+
+.include <bsd.port.mk>
--- /dev/null
+++ math/eigen/distinfo
@@ -0,0 +1,3 @@
+MD5 (eigen-1.0.5.tar.gz) = 960d7e5fb6542270eae4d53ca99b607c
+SHA256 (eigen-1.0.5.tar.gz) = 6dfc085adc22baf66fa0fde190c8cf37effadbbe62bbfea5966cfd2cc85142d6
+SIZE (eigen-1.0.5.tar.gz) = 59944
More information about the Midnightbsd-cvs
mailing list