From 192dbd4b3aa15fcfc604ef069746f1ceed34df6b Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sat, 2 Aug 2014 00:58:04 +0200 Subject: [PATCH] remove package 'cloog' Signed-off-by: Stephan Raue --- packages/devel/cloog/package.mk | 44 ------------------- .../cloog/patches/cloog-0.18.0-automake.patch | 12 ----- .../devel/cloog/patches/cloog-buildfix.patch | 26 ----------- 3 files changed, 82 deletions(-) delete mode 100644 packages/devel/cloog/package.mk delete mode 100644 packages/devel/cloog/patches/cloog-0.18.0-automake.patch delete mode 100644 packages/devel/cloog/patches/cloog-buildfix.patch diff --git a/packages/devel/cloog/package.mk b/packages/devel/cloog/package.mk deleted file mode 100644 index dd25898938..0000000000 --- a/packages/devel/cloog/package.mk +++ /dev/null @@ -1,44 +0,0 @@ -################################################################################ -# This file is part of OpenELEC - http://www.openelec.tv -# Copyright (C) 2009-2014 Stephan Raue (stephan@openelec.tv) -# -# OpenELEC is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, or -# (at your option) any later version. -# -# OpenELEC is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with OpenELEC. If not, see . -################################################################################ - -PKG_NAME="cloog" -PKG_VERSION="0.18.2" -PKG_REV="1" -PKG_ARCH="any" -PKG_LICENSE="LGPL" -PKG_SITE="http://www.cloog.org/" -PKG_URL="http://www.bastoul.net/cloog/pages/download/$PKG_NAME-$PKG_VERSION.tar.gz" -PKG_DEPENDS_HOST="ccache:host gmp:host" -PKG_PRIORITY="optional" -PKG_SECTION="toolchain/math" -PKG_SHORTDESC="cloog: a free software and library to generate code for scanning Z-polyhedra." -PKG_LONGDESC="CLooG is a library to generate code for scanning Z-polyhedra. In other words, it finds code that reaches each integral point of one or more parameterized polyhedra. GCC links with this library in order to enable the new loop generation code known as Graphite." - -PKG_IS_ADDON="no" -PKG_AUTORECONF="no" - -# TODO: automake 1.13 support must be fixed - -PKG_CONFIGURE_OPTS_HOST="--target=$TARGET_NAME \ - --enable-shared \ - --disable-static \ - --disable-silent-rules \ - --with-gnu-ld \ - --with-isl=buildin \ - --with-gmp=system \ - --with-gmp-prefix=$ROOT/$TOOLCHAIN" diff --git a/packages/devel/cloog/patches/cloog-0.18.0-automake.patch b/packages/devel/cloog/patches/cloog-0.18.0-automake.patch deleted file mode 100644 index 9475952856..0000000000 --- a/packages/devel/cloog/patches/cloog-0.18.0-automake.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Naur cloog-0.17.0/Makefile.am cloog-0.17.0.patch/Makefile.am ---- cloog-0.17.0/Makefile.am 2011-12-08 12:03:08.000000000 +0100 -+++ cloog-0.17.0.patch/Makefile.am 2012-06-13 14:05:03.611679108 +0200 -@@ -145,7 +145,7 @@ - examples - - install-data-local: -- @test -z "$(pkgconfig_libdir)" || $(mkdir_p) "$(DESTDIR)$(pkgconfig_libdir)" -+ @test -z "$(pkgconfig_libdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfig_libdir)" - $(INSTALL_DATA) $(pkgconfig_libfile) "$(DESTDIR)$(pkgconfig_libdir)/$(pkgconfig_libfile)" - - uninstall-local: diff --git a/packages/devel/cloog/patches/cloog-buildfix.patch b/packages/devel/cloog/patches/cloog-buildfix.patch deleted file mode 100644 index 47c8c4e8ec..0000000000 --- a/packages/devel/cloog/patches/cloog-buildfix.patch +++ /dev/null @@ -1,26 +0,0 @@ -diff -Naur cloog-0.18.2/Makefile.am cloog-0.18.2.patch/Makefile.am ---- cloog-0.18.2/Makefile.am 2013-12-18 13:27:49.000000000 +0100 -+++ cloog-0.18.2.patch/Makefile.am 2014-06-22 17:51:19.285392908 +0200 -@@ -147,9 +147,7 @@ - @test -z "$(pkgconfig_libdir)" || $(mkdir_p) "$(DESTDIR)$(pkgconfig_libdir)" - $(INSTALL_DATA) $(pkgconfig_libfile) "$(DESTDIR)$(pkgconfig_libdir)/$(pkgconfig_libfile)" - @test -z "$(DESTDIR)$(libdir)/isl" || $(mkdir_p) "$(DESTDIR)$(libdir)/isl" -- $(INSTALL_DATA) "$(top_srcdir)/cmake/isl-config.cmake" "$(DESTDIR)$(libdir)/isl/" - @test -z "$(DESTDIR)$(libdir)/$(PACKAGE_NAME)" || $(mkdir_p) "$(DESTDIR)$(libdir)/$(PACKAGE_NAME)" -- $(INSTALL_DATA) "$(top_srcdir)/cmake/cloog-isl-config.cmake" "$(DESTDIR)$(libdir)/$(PACKAGE_NAME)/" - - uninstall-local: - rm -f "$(DESTDIR)$(pkgconfig_libdir)/$(pkgconfig_libfile)" -diff -Naur cloog-0.18.2/Makefile.in cloog-0.18.2.patch/Makefile.in ---- cloog-0.18.2/Makefile.in 2013-12-18 13:36:08.000000000 +0100 -+++ cloog-0.18.2.patch/Makefile.in 2014-06-22 17:51:27.580413087 +0200 -@@ -1342,9 +1342,7 @@ - @test -z "$(pkgconfig_libdir)" || $(mkdir_p) "$(DESTDIR)$(pkgconfig_libdir)" - $(INSTALL_DATA) $(pkgconfig_libfile) "$(DESTDIR)$(pkgconfig_libdir)/$(pkgconfig_libfile)" - @test -z "$(DESTDIR)$(libdir)/isl" || $(mkdir_p) "$(DESTDIR)$(libdir)/isl" -- $(INSTALL_DATA) "$(top_srcdir)/cmake/isl-config.cmake" "$(DESTDIR)$(libdir)/isl/" - @test -z "$(DESTDIR)$(libdir)/$(PACKAGE_NAME)" || $(mkdir_p) "$(DESTDIR)$(libdir)/$(PACKAGE_NAME)" -- $(INSTALL_DATA) "$(top_srcdir)/cmake/cloog-isl-config.cmake" "$(DESTDIR)$(libdir)/$(PACKAGE_NAME)/" - - uninstall-local: - rm -f "$(DESTDIR)$(pkgconfig_libdir)/$(pkgconfig_libfile)"