eigen library: a small linear algebra C++ library.

Required for kde4.
This commit is contained in:
espie 2007-03-20 11:35:50 +00:00
parent 8063f8ee22
commit 04f71160a3
4 changed files with 60 additions and 0 deletions

34
math/eigen/Makefile Normal file
View File

@ -0,0 +1,34 @@
# $OpenBSD: Makefile,v 1.1.1.1 2007/03/20 11:35:50 espie Exp $
PKG_ARCH= *
COMMENT= 'lightweight C++ template library for linear algebra'
CATEGORIES= math devel
HOMEPAGE= http://eigen.tuxfamily.org/
MASTER_SITES= http://download.tuxfamily.org/eigen/
DISTNAME= eigen-1.0.5
WRKDIST= ${WRKDIR}/eigen
# relaxed GPL (LGPL for template libs)
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
# eigen `needs' cmake to build tests. But since it's a template library,
# simply install the header files.
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/include/eigen
${INSTALL_DATA} ${WRKDIST}/src/*.h ${PREFIX}/include/eigen
NO_BUILD= Yes
NO_REGRESS= Yes
# this is what would be needed for a full build
# note that the qt4 stuff needs to be revisited for full linking
#MODULES= devel/cmake
#CONFIGURE_STYLE= cmake
#CONFIGURE_ARGS= -DBUILD_TESTS:BOOL=ON -DBUILD_EXAMPLES:BOOL=ON
.include <bsd.port.mk>

5
math/eigen/distinfo Normal file
View File

@ -0,0 +1,5 @@
MD5 (eigen-1.0.5.tar.gz) = 960d7e5fb6542270eae4d53ca99b607c
RMD160 (eigen-1.0.5.tar.gz) = 6b8dee14b82185d661048f58f86a721e3ec5285f
SHA1 (eigen-1.0.5.tar.gz) = 32400616c4866eab158115c556df330b077644a3
SHA256 (eigen-1.0.5.tar.gz) = 6dfc085adc22baf66fa0fde190c8cf37effadbbe62bbfea5966cfd2cc85142d6
SIZE (eigen-1.0.5.tar.gz) = 59944

7
math/eigen/pkg/DESCR Normal file
View File

@ -0,0 +1,7 @@
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.

14
math/eigen/pkg/PLIST Normal file
View File

@ -0,0 +1,14 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/03/20 11:35:50 espie Exp $
include/eigen/
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/regression.h
include/eigen/regressioninternal.h
include/eigen/util.h
include/eigen/vector.h
include/eigen/vectorbase.h