From 6b40a895f36db291458dc8b6b772e885f00c1564 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sat, 12 Jan 2013 18:05:50 +0100 Subject: [PATCH] cloog: update to cloog-0.18.0 Signed-off-by: Stephan Raue --- packages/toolchain/math/cloog/meta | 4 ++-- ...loog-0.17.0-automake.patch => cloog-0.18.0-automake.patch} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename packages/toolchain/math/cloog/patches/{cloog-0.17.0-automake.patch => cloog-0.18.0-automake.patch} (100%) 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