]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blob - pkgs/cloog-ppl/cloog-ppl.nm
Change file layout of the makefiles.
[people/arne_f/ipfire-3.x.git] / pkgs / 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.9
8 release = 3
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 build
24 requires
25 autoconf
26 automake
27 gmp-devel
28 m4
29 ppl-devel>=0.11.2
30 end
31
32 configure_options += \
33 --with-ppl
34
35 prepare_cmds
36 sed -i configure \
37 -e "s/ppl_minor_version=10/ppl_minor_version=11/"
38 end
39
40 test
41 make check
42 end
43 end
44
45 packages
46 package %{name}
47 end
48
49 package %{name}-devel
50 template DEVEL
51 end
52 end