]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - cloog-ppl/cloog-ppl.nm
dosfstools: Update to 3.0.26.
[people/ms/ipfire-3.x.git] / cloog-ppl / cloog-ppl.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = cloog-ppl
7 version = 0.15.11
8 release = 2
9
10 maintainer = Michael Tremer <michael.tremer@ipfire.org>
11 groups = System/Libraries
12 url = http://www.cloog.org
13 license = GPLv2+
14 summary = The Chunky Loop Generator.
15
16 description
17 CLooG is a software which generates loops for scanning Z-polyhedra. That is, \
18 CLooG finds the code or pseudo-code where each integral point of one or more \
19 parametrized polyhedron or parametrized polyhedra union is reached. CLooG is \
20 designed to avoid control overhead and to produce a very efficient code.
21 end
22
23 source_dl += ftp://gcc.gnu.org/pub/gcc/infrastructure/
24
25 build
26 requires
27 autoconf
28 automake
29 gmp-devel >= 4.1.3
30 m4
31 ppl-devel >= 1.0
32 texinfo >= 4.13
33 end
34
35 configure_options += \
36 --with-ppl
37
38 prepare_cmds
39 ./autogen.sh
40 end
41
42 test
43 make check
44 end
45 end
46
47 packages
48 package %{name}
49
50 package %{name}-devel
51 template DEVEL
52 end
53
54 package %{name}-debuginfo
55 template DEBUGINFO
56 end
57 end