From 04e034939f3743d2d8f9580c2daef67eeeb29468 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 25 Nov 2010 18:11:24 +0100 Subject: [PATCH] cloog-ppl: add autoreconf support Signed-off-by: Stephan Raue --- packages/toolchain/math/cloog-ppl/meta | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/toolchain/math/cloog-ppl/meta b/packages/toolchain/math/cloog-ppl/meta index 496eeed10f..c7b71abc31 100644 --- a/packages/toolchain/math/cloog-ppl/meta +++ b/packages/toolchain/math/cloog-ppl/meta @@ -12,3 +12,5 @@ PKG_SECTION="toolchain/math" PKG_SHORTDESC="cloog-ppl: Code Generator in the Polyhedral Model's Home" PKG_LONGDESC="CLooG-PPL 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="no"