Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3968 - (hide annotations) (download)
Sat Nov 14 14:14:05 2009 UTC (14 years, 7 months ago) by niro
File size: 623 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 3968 SRCFILE="${PVER}.tar.bz2"
16 niro 3967 SRCDIR="${BUILDDIR}/${PVER}"
17 niro 3966
18     sminclude cmake
19    
20     SRC_URI=(
21 niro 3968 http://bitbucket.org/${PNAME}/${PNAME}2/get/${SRCFILE}
22 niro 3966 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