Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3969 - (show annotations) (download)
Sat Nov 14 14:14:19 2009 UTC (14 years, 5 months ago) by niro
File size: 625 byte(s)
auto added: ver bump to 2.0.9-r1
1 # $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 SRCFILE="${PVER}.tar.bz2"
16 SRCDIR="${BUILDDIR}/${PNAME}2"
17
18 sminclude cmake
19
20 SRC_URI=(
21 http://bitbucket.org/${PNAME}/${PNAME}2/get/${SRCFILE}
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