]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - cloog/cloog.nm
Remove Christian Schmidt as package maintainer from various packages
[people/amarx/ipfire-3.x.git] / cloog / cloog.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = cloog
7 version = 0.18.1
8 release = 1
9
10 groups = System/Libraries
11 url = http://www.bastoul.net/cloog/
12 license = GPL
13 summary = Library that generates loops for scanning polyhedra
14
15 description
16 CLooG is a software which generates loops for scanning Z-polyhedra.
17 That is, CLooG finds the code or pseudo-code where each integral point
18 of one or more parametrized polyhedron or parametrized polyhedra union
19 is reached. CLooG is designed to avoid control overhead and to produce
20 a very efficient code.
21 end
22
23 source_dl += http://www.bastoul.net/cloog/pages/download/
24
25 build
26 requires
27 gmp-devel
28 isl-devel
29 end
30
31 configure_options += \
32 --with-isl=system
33
34 test
35 make check
36 end
37 end
38
39 packages
40 package %{name}
41
42 package %{name}-devel
43 template DEVEL
44 end
45
46 package %{name}-debuginfo
47 template DEBUGINFO
48 end
49 end