]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - compat-cloog-ppl/compat-cloog-ppl.nm
binutils: Update to 2.24
[people/ms/ipfire-3.x.git] / compat-cloog-ppl / compat-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 = compat-cloog-ppl
7 version = 0.15.11
8 release = 2
9 thisapp = cloog-ppl-%{version}
10
11 maintainer = Michael Tremer <michael.tremer@ipfire.org>
12 groups = System/Libraries
13 url = http://www.cloog.org
14 license = GPLv2+
15 summary = The Chunky Loop Generator
16
17 description
18 CLooG is a software which generates loops for scanning Z-polyhedra.
19 That is, CLooG finds the code or pseudo-code where each integral point
20 of one or more parametrized polyhedron or parametrized polyhedra union
21 is reached. CLooG is designed to avoid control overhead and to produce
22 a very efficient code.
23 end
24
25 source_dl += ftp://gcc.gnu.org/pub/gcc/infrastructure/
26
27 build
28 requires
29 autoconf
30 automake
31 gmp-devel >= 4.1.3
32 m4
33 ppl-devel >= 1.0
34 texinfo >= 4.13
35 end
36
37 configure_options += \
38 --with-ppl
39
40 prepare_cmds
41 ./autogen.sh
42 end
43
44 test
45 make check
46 end
47
48 install
49 mkdir -pv %{BUILDROOT}%{libdir}
50 install -v -m 755 .libs/libcloog.so.0.0.0 %{BUILDROOT}%{libdir}
51 ln -svf libcloog.so.0.0.0 %{BUILDROOT}%{libdir}/libcloog.so.0
52 end
53 end
54
55 packages
56 package %{name}
57 provides
58 cloog-ppl = %{thisver}
59 end
60
61 obsoletes
62 cloog-ppl <= %{thisver}
63 end
64 end
65
66 package %{name}-debuginfo
67 template DEBUGINFO
68 end
69 end