From 66f667bfbd627e54d55ce6a0c198299d775cc4fd Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Mon, 9 Apr 2012 16:24:23 +0200 Subject: [PATCH] remove package 'isl' Signed-off-by: Stephan Raue --- packages/toolchain/math/cloog/meta | 2 +- packages/toolchain/math/isl/build | 42 ------------------------------ packages/toolchain/math/isl/meta | 36 ------------------------- 3 files changed, 1 insertion(+), 79 deletions(-) delete mode 100755 packages/toolchain/math/isl/build delete mode 100644 packages/toolchain/math/isl/meta diff --git a/packages/toolchain/math/cloog/meta b/packages/toolchain/math/cloog/meta index 7b629a3fc8..ddc8fdf144 100644 --- a/packages/toolchain/math/cloog/meta +++ b/packages/toolchain/math/cloog/meta @@ -26,7 +26,7 @@ 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="" -PKG_BUILD_DEPENDS="ccache gmp-host isl" +PKG_BUILD_DEPENDS="ccache gmp-host" PKG_PRIORITY="optional" PKG_SECTION="toolchain/math" PKG_SHORTDESC="cloog: a free software and library to generate code for scanning Z-polyhedra." diff --git a/packages/toolchain/math/isl/build b/packages/toolchain/math/isl/build deleted file mode 100755 index da4545ba23..0000000000 --- a/packages/toolchain/math/isl/build +++ /dev/null @@ -1,42 +0,0 @@ -#!/bin/sh - -################################################################################ -# This file is part of OpenELEC - http://www.openelec.tv -# Copyright (C) 2009-2012 Stephan Raue (stephan@openelec.tv) -# -# This Program 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, or (at your option) -# any later version. -# -# This Program 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.tv; see the file COPYING. If not, write to -# the Free Software Foundation, 51 Franklin Street, Suite 500, Boston, MA 02110, USA. -# http://www.gnu.org/copyleft/gpl.html -################################################################################ - -. config/options $1 - -setup_toolchain host - -cd $BUILD/$1* -mkdir -p objdir-host && cd objdir-host -../configure --host=$HOST_NAME \ - --build=$HOST_NAME \ - --target=$TARGET_NAME \ - --prefix=$ROOT/$TOOLCHAIN \ - --enable-shared \ - --disable-static \ - --disable-silent-rules \ - --with-gnu-ld \ - --with-gmp=system \ - --with-gmp-prefix="$ROOT/$TOOLCHAIN" \ - --without-piplib - -make -make install diff --git a/packages/toolchain/math/isl/meta b/packages/toolchain/math/isl/meta deleted file mode 100644 index d5f964a294..0000000000 --- a/packages/toolchain/math/isl/meta +++ /dev/null @@ -1,36 +0,0 @@ -################################################################################ -# This file is part of OpenELEC - http://www.openelec.tv -# Copyright (C) 2009-2012 Stephan Raue (stephan@openelec.tv) -# -# This Program 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, or (at your option) -# any later version. -# -# This Program 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.tv; see the file COPYING. If not, write to -# the Free Software Foundation, 51 Franklin Street, Suite 500, Boston, MA 02110, USA. -# http://www.gnu.org/copyleft/gpl.html -################################################################################ - -PKG_NAME="isl" -PKG_VERSION="0.07" -PKG_REV="1" -PKG_ARCH="any" -PKG_LICENSE="LGPL" -PKG_SITE="http://freecode.com/projects/isl" -PKG_URL="ftp://ftp.linux.student.kuleuven.be/pub/people/skimo/isl/$PKG_NAME-$PKG_VERSION.tar.bz2" -PKG_DEPENDS="" -PKG_BUILD_DEPENDS="ccache gmp-host" -PKG_PRIORITY="optional" -PKG_SECTION="toolchain/math" -PKG_SHORTDESC="isl: a library for manipulating sets and relations of integer points bounded by linear constraints." -PKG_LONGDESC="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, and computing the lexicographic minimum using parametric integer programming. It also includes an ILP solver based on generalized basis reduction." -PKG_IS_ADDON="no" - -PKG_AUTORECONF="yes"