]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - ppl/ppl.nm
Merge remote-tracking branch 'stevee/openvswitch-systemd'
[people/amarx/ipfire-3.x.git] / ppl / ppl.nm
CommitLineData
f4734433 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
f4734433
MT
4###############################################################################
5
802ea3af
MT
6name = ppl
7version = 0.11.2
cf1fddf8 8release = 4
802ea3af
MT
9
10maintainer = Michael Tremer <michael.tremer@ipfire.org>
11groups = Development/Libraries
12url = http://www.cs.unipr.it/ppl/
13license = GPLv3+
14summary = The Parma Polyhedra Library: a library of numerical abstractions.
15
16description
17 The Parma Polyhedra Library (PPL) is a library for the manipulation of
18 (not necessarily closed) convex polyhedra and other numerical
19 abstractions. The applications of convex polyhedra include program
20 analysis, optimized compilation, integer and combinatorial
21 optimization and statistical data-editing. The Parma Polyhedra
22 Library comes with several user friendly interfaces, is fully dynamic
23 (available virtual memory is the only limitation to the dimension of
24 anything), written in accordance to all the applicable standards,
25 exception-safe, rather efficient, thoroughly documented, and free
26 software. This package provides all what is necessary to run
f4734433 27 applications using the PPL through its C and C++ interfaces.
802ea3af
MT
28end
29
30source_dl =
31sources = %{thisapp}.tar.lzma
32
33build
34 requires
802ea3af
MT
35 gcc-c++
36 gmp-devel
37 m4
38 end
39
40 configure_options += \
41 --enable-interfaces="c cxx" \
42 --disable-debugging
43
44 PARALLELISMFLAGS =
45
cf1fddf8
MT
46 # The testsuite currently fails on x86_64.
47 #test
48 # make check
49 #end
802ea3af
MT
50end
51
52packages
53 package %{name}
56063cff
MT
54
55 package %{name}-devel
56 template DEVEL
57 end
1f9bc2f0
MT
58
59 package %{name}-debuginfo
60 template DEBUGINFO
61 end
802ea3af 62end