]> git.ipfire.org Git - people/ms/ipfire-3.x.git/commitdiff
cloog: Drop package
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 29 Dec 2015 19:25:19 +0000 (20:25 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 29 Dec 2015 19:25:19 +0000 (20:25 +0100)
This is not used any more by GCC or anything else, so
that we can drop this package and the old compat package
as well.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
cloog/cloog.nm [deleted file]
compat-cloog-ppl/compat-cloog-ppl.nm [deleted file]
compat-cloog-ppl/patches/cloog-ppl-0.15.11-ppl-verfix.patch [deleted file]

diff --git a/cloog/cloog.nm b/cloog/cloog.nm
deleted file mode 100644 (file)
index ad1de92..0000000
+++ /dev/null
@@ -1,49 +0,0 @@
-###############################################################################
-# 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
diff --git a/compat-cloog-ppl/compat-cloog-ppl.nm b/compat-cloog-ppl/compat-cloog-ppl.nm
deleted file mode 100644 (file)
index 42511e6..0000000
+++ /dev/null
@@ -1,69 +0,0 @@
-###############################################################################
-# IPFire.org    - An Open Source Firewall Solution                            #
-# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
-###############################################################################
-
-name       = compat-cloog-ppl
-version    = 0.15.11
-release    = 2
-thisapp    = cloog-ppl-%{version}
-
-maintainer = Michael Tremer <michael.tremer@ipfire.org>
-groups     = System/Libraries
-url        = http://www.cloog.org
-license    = GPLv2+
-summary    = The Chunky Loop Generator
-
-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 += ftp://gcc.gnu.org/pub/gcc/infrastructure/
-
-build
-       requires
-               autoconf
-               automake
-               gmp-devel >= 4.1.3
-               m4
-               ppl-devel >= 1.0
-               texinfo >= 4.13
-       end
-
-       configure_options += \
-               --with-ppl
-
-       prepare_cmds
-               ./autogen.sh
-       end
-
-       test
-               make check
-       end
-
-       install
-               mkdir -pv %{BUILDROOT}%{libdir}
-               install -v -m 755 .libs/libcloog.so.0.0.0 %{BUILDROOT}%{libdir}
-               ln -svf libcloog.so.0.0.0 %{BUILDROOT}%{libdir}/libcloog.so.0
-       end
-end
-
-packages
-       package %{name}
-               provides
-                       cloog-ppl = %{thisver}
-               end
-
-               obsoletes
-                       cloog-ppl <= %{thisver}
-               end
-       end
-
-       package %{name}-debuginfo
-               template DEBUGINFO
-       end
-end
diff --git a/compat-cloog-ppl/patches/cloog-ppl-0.15.11-ppl-verfix.patch b/compat-cloog-ppl/patches/cloog-ppl-0.15.11-ppl-verfix.patch
deleted file mode 100644 (file)
index d0a2adc..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -up cloog-ppl-0.15.11/configure.in.verfix cloog-ppl-0.15.11/configure.in
---- cloog-ppl-0.15.11/configure.in.verfix      2012-12-03 16:46:17.295807008 -0500
-+++ cloog-ppl-0.15.11/configure.in     2012-12-03 16:46:59.010827161 -0500
-@@ -338,7 +338,7 @@ if test "x$with_ppl" != "x" -a "x$with_p
-       AC_MSG_CHECKING([for version 0.10 (or later revision) of PPL])
-       AC_TRY_COMPILE([#include "ppl_c.h"],[
--      #if PPL_VERSION_MAJOR != 0 || PPL_VERSION_MINOR < 10
-+      #if (PPL_VERSION_MAJOR != 1) || (PPL_VERSION_MAJOR == 0 && PPL_VERSION_MINOR < 10)
-       choke me
-       #endif
-       ], [AC_MSG_RESULT([yes])], [AC_MSG_ERROR(Can't find correct version of PPL.) ])
-diff -up cloog-ppl-0.15.11/configure.verfix cloog-ppl-0.15.11/configure
---- cloog-ppl-0.15.11/configure.verfix 2012-12-03 16:47:21.996837121 -0500
-+++ cloog-ppl-0.15.11/configure        2012-12-03 16:47:34.893842170 -0500
-@@ -11222,7 +11222,7 @@ int
- main ()
- {
--      #if PPL_VERSION_MAJOR != 0 || PPL_VERSION_MINOR < 10
-+      #if (PPL_VERSION_MAJOR != 1) || (PPL_VERSION_MAJOR == 0 && PPL_VERSION_MINOR < 10)
-       choke me
-       #endif