]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - cloog-ppl/cloog-ppl.nm
Merge remote-tracking branch 'stevee/pixman'
[people/amarx/ipfire-3.x.git] / cloog-ppl / cloog-ppl.nm
CommitLineData
41ecb046 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
41ecb046
MT
4###############################################################################
5
802ea3af 6name = cloog-ppl
81b6715c
MT
7version = 0.15.11
8release = 1
41ecb046 9
802ea3af
MT
10maintainer = Michael Tremer <michael.tremer@ipfire.org>
11groups = System/Libraries
12url = http://www.cloog.org
13license = GPLv2+
14summary = The Chunky Loop Generator.
41ecb046 15
802ea3af 16description
41ecb046
MT
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.
802ea3af
MT
21end
22
81b6715c
MT
23source_dl += ftp://gcc.gnu.org/pub/gcc/infrastructure/
24
802ea3af
MT
25build
26 requires
27 autoconf
28 automake
29 gmp-devel
30 m4
31 ppl-devel>=0.11.2
32 end
33
34 configure_options += \
35 --with-ppl
36
37 prepare_cmds
38 sed -i configure \
39 -e "s/ppl_minor_version=10/ppl_minor_version=11/"
40 end
41
42 test
43 make check
44 end
45end
46
47packages
48 package %{name}
81b6715c 49
802ea3af
MT
50 package %{name}-devel
51 template DEVEL
52 end
1f9bc2f0
MT
53
54 package %{name}-debuginfo
55 template DEBUGINFO
56 end
802ea3af 57end