Magellan Linux

Diff of /trunk/core/cloog/cloog-0.17.0-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

trunk/core/cloog-ppl/cloog-ppl-0.17.0-r2.smage2 revision 14405 by niro, Sat Sep 22 16:11:43 2012 UTC trunk/core/cloog/cloog-0.17.0-r2.smage2 revision 14489 by niro, Fri Dec 28 19:04:36 2012 UTC
# Line 1  Line 1 
1  # $Id$  # $Id$
2    
3  PNAME="cloog-ppl"  PNAME="cloog"
4  PVER="0.17.0"  PVER="0.17.0"
5  PBUILD="r2"  PBUILD="r2"
6    
7  PCAT="dev-libs"  PCAT="dev-libs"
8    
9  DESCRIPTION="CLooG-PPL is a library to generate code for scanning Z-polyhedra."  DESCRIPTION="CLooG-ISL is a library to generate code for scanning Z-polyhedra."
10  HOMEPAGE="http://cloog.org/"  HOMEPAGE="http://cloog.org/"
11    
12  # do not depend on glibc, as it depends ob libstdc++ and this wants mpc  # do not depend on glibc, as it depends ob libstdc++ and this wants mpc
# Line 14  HOMEPAGE="http://cloog.org/" Line 14  HOMEPAGE="http://cloog.org/"
14  DEPEND=">= dev-libs/gmp-5.0.5  DEPEND=">= dev-libs/gmp-5.0.5
15   >= dev-libs/ppl-1.0"   >= dev-libs/ppl-1.0"
16    
17  SRCFILE="${PNAME/-ppl/}-${PVER}.tar.gz"  SRCFILE="${PNAME}-${PVER}.tar.gz"
18  SRCDIR="${BUILDDIR}/${PNAME/-ppl/}-${PVER}"  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
19    
20  sminclude mbuild multilib  sminclude mbuild multilib
21    

Legend:
Removed from v.14405  
changed lines
  Added in v.14489