diff --git a/packages/toolchain/math/cloog/meta b/packages/toolchain/math/cloog/meta index bffd2ac013..d20dc209e8 100644 --- a/packages/toolchain/math/cloog/meta +++ b/packages/toolchain/math/cloog/meta @@ -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 diff --git a/packages/toolchain/math/cloog/patches/cloog-0.17.0-automake.patch b/packages/toolchain/math/cloog/patches/cloog-0.18.0-automake.patch similarity index 100% rename from packages/toolchain/math/cloog/patches/cloog-0.17.0-automake.patch rename to packages/toolchain/math/cloog/patches/cloog-0.18.0-automake.patch