]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - cloog-ppl/cloog-ppl.nm
Merge remote-tracking branch 'stevee/pcre'
[people/ms/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 7version = 0.15.11
5808d83b 8release = 2
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
5808d83b 29 gmp-devel >= 4.1.3
802ea3af 30 m4
5808d83b
MT
31 ppl-devel >= 1.0
32 texinfo >= 4.13
802ea3af
MT
33 end
34
35 configure_options += \
36 --with-ppl
37
38 prepare_cmds
5808d83b 39 ./autogen.sh
802ea3af
MT
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