]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blame - ppl/ppl.nm
cracklib: Fix setting password issue on x86_64 (#10074).
[people/arne_f/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
b06cf029 8release = 3
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
802ea3af
MT
46 test
47 make check
48 end
49end
50
51packages
52 package %{name}
56063cff
MT
53
54 package %{name}-devel
55 template DEVEL
56 end
1f9bc2f0
MT
57
58 package %{name}-debuginfo
59 template DEBUGINFO
60 end
802ea3af 61end