cloog: update to cloog-0.18.0

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-01-12 18:05:50 +01:00
parent 0f2130575a
commit 6b40a895f3
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
################################################################################
PKG_NAME="cloog"
PKG_VERSION="0.17.0"
PKG_VERSION="0.18.0"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="LGPL"
@ -33,4 +33,4 @@ PKG_SHORTDESC="cloog: a free software and library to generate code for scanning
PKG_LONGDESC="CLooG is a library to generate code for scanning Z-polyhedra. In other words, it finds code that reaches each integral point of one or more parameterized polyhedra. GCC links with this library in order to enable the new loop generation code known as Graphite."
PKG_IS_ADDON="no"
PKG_AUTORECONF="yes"
PKG_AUTORECONF="no" #TODO: automake 1.13 support must be fixed