Magellan Linux

Annotation of /smage/trunk/core/cloog-ppl/cloog-ppl-0.15.9-r4.smage2

Parent Directory Parent Directory | Revision Log Revision Log


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