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 20600 by niro, Wed Jan 29 14:06:25 2014 UTC revision 20601 by niro, Wed Jan 29 14:13:21 2014 UTC
# Line 24  SRC_URI=( Line 24  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}
27   mirror://${PNAME}/${PNAME}-${PVER}-isl-0.11.2.patch   mirror://${PNAME}/${PNAME}-0.18.0-isl-0.11.2.patch
28  )  )
29    
30  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"
# Line 34  src_prepare() Line 34  src_prepare()
34   munpack ${SRCFILE} || die   munpack ${SRCFILE} || die
35    
36   # fix broken testsuite with isl >= 0.11.2   # fix broken testsuite with isl >= 0.11.2
37   mpatch ${PNAME}-${PVER}-isl-0.11.2.patch || die   mpatch ${PNAME}-0.18.0-isl-0.11.2.patch || die
38  }  }
39    
40  src_compile()  src_compile()

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