Magellan Linux

Diff of /trunk/core/cloog/cloog-0.18.1-r1.smage2

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

revision 20601 by niro, Wed Jan 29 14:13:21 2014 UTC revision 20602 by niro, Wed Jan 29 14:14:24 2014 UTC
# Line 17  DEPEND=">= dev-libs/gmp-5.1 Line 17  DEPEND=">= dev-libs/gmp-5.1
17  SRCFILE="${PNAME}-${PVER}.tar.gz"  SRCFILE="${PNAME}-${PVER}.tar.gz"
18  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
19    
20  sminclude mbuild multilib  sminclude multilib
21  msetfeature "!check" # one check failes - fixme  msetfeature "!check" # one check failes - fixme
22    
23  SRC_URI=(  SRC_URI=(
24   http://www.bastoul.net/cloog/pages/download/count.php3?url=./${SRCFILE}   http://www.bastoul.net/cloog/pages/download/count.php3?url=./${SRCFILE}
25   ftp://gcc.gnu.org/pub/gcc/infrastructure/${SRCFILE}   ftp://gcc.gnu.org/pub/gcc/infrastructure/${SRCFILE}
26   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
  mirror://${PNAME}/${PNAME}-0.18.0-isl-0.11.2.patch  
27  )  )
28    
29  UP2DATE="updatecmd 'http://www.bastoul.net/cloog/pages/download/?C=M;O=A' | grep ${PNAME}- | lasttarball gz"  UP2DATE="updatecmd 'http://www.bastoul.net/cloog/pages/download/?C=M;O=A' | grep ${PNAME}- | lasttarball gz"
30    
 src_prepare()  
 {  
  munpack ${SRCFILE} || die  
   
  # fix broken testsuite with isl >= 0.11.2  
  mpatch ${PNAME}-0.18.0-isl-0.11.2.patch || die  
 }  
   
31  src_compile()  src_compile()
32  {  {
33   mconfigure --enable-shared --with-gmp --with-isl=system || die   mconfigure --enable-shared --with-gmp --with-isl=system || die

Legend:
Removed from v.20601  
changed lines
  Added in v.20602