Magellan Linux

Contents of /smage/trunk/core/cloog-ppl/cloog-ppl-0.15.11-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1731 - (show annotations) (download)
Thu Sep 15 23:32:24 2011 UTC (12 years, 7 months ago) by niro
File size: 738 byte(s)
auto added: ver bump to 0.15.11-r1
1 # $Id$
2
3 PNAME="cloog-ppl"
4 PVER="0.15.11"
5 PBUILD="r1"
6
7 PCATEGORIE="dev-libs"
8
9 DESCRIPTION="CLooG-PPL is a library to generate code for scanning Z-polyhedra."
10 HOMEPAGE="http://cloog.org/"
11
12 # do not depend on glibc, as it depends ob libstdc++ and this wants mpc
13 # as SRCDEPEND -> this may generate loops
14 DEPEND=">= dev-libs/gmp-5.0.1
15 >= dev-libs/ppl-0.10.2"
16
17 SRCFILE="${PNAME}-${PVER}.tar.gz"
18 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
19
20 sminclude mbuild multilib
21
22 SRC_URI=(
23 ftp://gcc.gnu.org/pub/gcc/infrastructure/${SRCFILE}
24 mirror://${PNAME}/${SRCFILE}
25 )
26
27 UP2DATE="updatecmd ftp://gcc.gnu.org/pub/gcc/infrastructure/ | grep ${PNAME} | lasttarball gz"
28
29 src_compile()
30 {
31 mconfigure --enable-shared --with-gmp --with-ppl || die
32 mmake || die
33 }