]> git.ipfire.org Git - people/ms/ipfire-3.x.git/commitdiff
cloog: New package (version 0.18.1) gcc-4.9
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 16 Sep 2014 14:41:56 +0000 (16:41 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 16 Sep 2014 14:41:56 +0000 (16:41 +0200)
cloog/cloog.nm [new file with mode: 0644]

diff --git a/cloog/cloog.nm b/cloog/cloog.nm
new file mode 100644 (file)
index 0000000..ad1de92
--- /dev/null
@@ -0,0 +1,49 @@
+###############################################################################
+# IPFire.org    - An Open Source Firewall Solution                            #
+# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
+###############################################################################
+
+name       = cloog
+version    = 0.18.1
+release    = 1
+
+groups     = System/Libraries
+url        = http://www.bastoul.net/cloog/
+license    = GPL
+summary    = Library that generates loops for scanning polyhedra
+
+description
+       CLooG is a software which generates loops for scanning Z-polyhedra.
+       That is, CLooG finds the code or pseudo-code where each integral point
+       of one or more parametrized polyhedron or parametrized polyhedra union
+       is reached. CLooG is designed to avoid control overhead and to produce
+       a very efficient code.
+end
+
+source_dl += http://www.bastoul.net/cloog/pages/download/
+
+build
+       requires
+               gmp-devel
+               isl-devel
+       end
+
+       configure_options += \
+               --with-isl=system
+
+       test
+               make check
+       end
+end
+
+packages
+       package %{name}
+
+       package %{name}-devel
+               template DEVEL
+       end
+
+       package %{name}-debuginfo
+               template DEBUGINFO
+       end
+end