]> git.ipfire.org Git - people/ms/ipfire-3.x.git/commitdiff
isl: New package (version 0.12.2)
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 16 Sep 2014 14:41:17 +0000 (16:41 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 16 Sep 2014 14:41:17 +0000 (16:41 +0200)
Required for GCC 4.9

isl/isl.nm [new file with mode: 0644]

diff --git a/isl/isl.nm b/isl/isl.nm
new file mode 100644 (file)
index 0000000..8c758ca
--- /dev/null
@@ -0,0 +1,53 @@
+###############################################################################
+# IPFire.org    - An Open Source Firewall Solution                            #
+# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
+###############################################################################
+
+name       = isl
+version    = 0.12.2
+release    = 1
+
+groups     = System/Libraries
+url        = http://isl.gforge.inria.fr/
+license    = MIT
+summary    = Integer Set Library
+
+description
+       isl is a library for manipulating sets and relations of integer points
+       bounded by linear constraints. Supported operations on sets include
+       intersection, union, set difference, emptiness check, convex hull,
+       (integer) affine hull, integer projection, computing the lexicographic
+       minimum using parametric integer programming, coalescing and parametric
+       vertex enumeration.
+end
+
+source_dl += http://isl.gforge.inria.fr/
+sources    = %{thisapp}.tar.lzma
+
+build
+       requires
+               gmp-devel
+       end
+
+       test
+               make check
+       end
+
+       install_cmds
+               install -dm755 %{BUILDROOT}/usr/share/gdb/auto-load/%{libdir}
+               mv -v %{BUILDROOT}%{libdir}/libisl.so.*-gdb.py \
+                       %{BUILDROOT}%{datadir}/gdb/auto-load/%{libdir}
+       end
+end
+
+packages
+       package %{name}
+
+       package %{name}-devel
+               template DEVEL
+       end
+
+       package %{name}-debuginfo
+               template DEBUGINFO
+       end
+end