]> git.ipfire.org Git - ipfire-3.x.git/blame - isl/isl.nm
pcengines-firmware: update to 4.9.0.7
[ipfire-3.x.git] / isl / isl.nm
CommitLineData
95fff496
MT
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = isl
5039121d 7version = 0.16.1
95fff496
MT
8release = 1
9
10groups = System/Libraries
11url = http://isl.gforge.inria.fr/
12license = MIT
13summary = Integer Set Library
14
15description
16 isl is a library for manipulating sets and relations of integer points
17 bounded by linear constraints. Supported operations on sets include
18 intersection, union, set difference, emptiness check, convex hull,
19 (integer) affine hull, integer projection, computing the lexicographic
20 minimum using parametric integer programming, coalescing and parametric
21 vertex enumeration.
22end
23
24source_dl += http://isl.gforge.inria.fr/
cf4b3e07 25sources = %{thisapp}.tar.xz
95fff496
MT
26
27build
28 requires
29 gmp-devel
30 end
31
32 test
cf4b3e07 33 export LD_LIBRARY_PATH=$(pwd)/.libs
95fff496
MT
34 make check
35 end
36
37 install_cmds
38 install -dm755 %{BUILDROOT}/usr/share/gdb/auto-load/%{libdir}
39 mv -v %{BUILDROOT}%{libdir}/libisl.so.*-gdb.py \
40 %{BUILDROOT}%{datadir}/gdb/auto-load/%{libdir}
41 end
42end
43
44packages
45 package %{name}
46
47 package %{name}-devel
48 template DEVEL
49 end
50
51 package %{name}-debuginfo
52 template DEBUGINFO
53 end
54end