Magellan Linux

Annotation of /trunk/core/cloog-ppl/cloog-ppl-0.17.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 12584 - (hide annotations) (download)
Tue Jun 12 14:55:17 2012 UTC (12 years, 3 months ago) by niro
File size: 833 byte(s)
-fixed srcfile
1 niro 12570 # $Id$
2    
3     PNAME="cloog-ppl"
4     PVER="0.17.0"
5     PBUILD="r1"
6    
7     PCAT="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.5
16     >= dev-libs/ppl-0.12.1"
17    
18 niro 12584 SRCFILE="${PNAME/-ppl/}-${PVER}.tar.gz"
19     SRCDIR="${BUILDDIR}/${PNAME/-ppl/}-${PVER}"
20 niro 12570
21     sminclude mbuild multilib
22    
23     SRC_URI=(
24 niro 12584 http://www.bastoul.net/cloog/pages/download/count.php3?url=./${SRCFILE}
25 niro 12570 ftp://gcc.gnu.org/pub/gcc/infrastructure/${SRCFILE}
26     mirror://${PNAME}/${SRCFILE}
27     )
28    
29     UP2DATE="updatecmd ftp://gcc.gnu.org/pub/gcc/infrastructure/ | grep ${PNAME} | lasttarball gz"
30    
31     src_compile()
32     {
33     mconfigure --enable-shared --with-gmp --with-ppl || die
34     mmake || die
35     }