Magellan Linux

Annotation of /trunk/extras/eigen/eigen-2.0.9-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3967 - (hide annotations) (download)
Sat Nov 14 14:13:30 2009 UTC (14 years, 7 months ago) by niro
File size: 621 byte(s)
auto added: ver bump to 2.0.9-r1
1 niro 3966 # $Id$
2    
3     PNAME="eigen"
4     PVER="2.0.9"
5     PBUILD="r1"
6    
7     PCATEGORIE="dev-cpp"
8     STATE="unstable"
9    
10     DESCRIPTION="Eigen is a C++ template library for linear algebra: vectors, matrices, and related algorithms."
11     HOMEPAGE="http://eigen.tuxfamily.org/"
12    
13     DEPEND=""
14    
15 niro 3967 SRCFILE="${PVER}.tar.gz"
16     SRCDIR="${BUILDDIR}/${PVER}"
17 niro 3966
18     sminclude cmake
19    
20     SRC_URI=(
21     http://bitbucket.org/eigen/eigen2/get/${PVER}.tar.bz2
22     mirror://${PNAME}/${SRCFILE}
23     )
24    
25     # fake me atm
26     UP2DATE="echo ${PVER}"
27    
28     src_compile()
29     {
30     # disabled benchmarks test, as they have a lot of dependencies
31     cmake_configure -DEIGEN_BUILD_BTL=OFF -DEIGEN_BUILD_DEMOS=OFF || die
32     mmake || die
33     }

Properties

Name Value
svn:keywords Id