From patchwork Mon May 19 02:34:01 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steve Thomas X-Patchwork-Id: 350051 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 2D11814007B for ; Mon, 19 May 2014 12:34:24 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 45C06885EF; Mon, 19 May 2014 02:34:23 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 58H34vE8LWcK; Mon, 19 May 2014 02:34:20 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 7941887F5A; Mon, 19 May 2014 02:34:20 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 715CE1C245E for ; Mon, 19 May 2014 02:34:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 6B5568AB9B for ; Mon, 19 May 2014 02:34:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DhmFcV-1NhFi for ; Mon, 19 May 2014 02:34:18 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from BLU004-OMC3S2.hotmail.com (blu004-omc3s2.hotmail.com [65.55.116.77]) by whitealder.osuosl.org (Postfix) with ESMTP id 3FBF98AB4E for ; Mon, 19 May 2014 02:34:18 +0000 (UTC) Received: from BLU436-SMTP237 ([65.55.116.73]) by BLU004-OMC3S2.hotmail.com with Microsoft SMTPSVC(7.5.7601.22678); Sun, 18 May 2014 19:34:17 -0700 X-TMN: [vZAnq51jCgpI9Q3O4rAC/naWF9BpmS+F] X-Originating-Email: [scjthm@live.com] Message-ID: Received: from localhost.localdomain ([124.168.125.47]) by BLU436-SMTP237.smtp.hotmail.com over TLS secured channel with Microsoft SMTPSVC(8.0.9200.16384); Sun, 18 May 2014 19:34:16 -0700 From: Steve Thomas To: buildroot@busybox.net Date: Mon, 19 May 2014 02:34:01 +0000 X-Mailer: git-send-email 1.9.3 X-OriginalArrivalTime: 19 May 2014 02:34:16.0581 (UTC) FILETIME=[D44E6B50:01CF730A] MIME-Version: 1.0 Subject: [Buildroot] [buildroot][PATCH] Add isl package. This includes the correct URL for the library. This libary is used by needed by components that support the GCC graphite optimisations. X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Signed-off-by: Steve Thomas Signed-off-by: John Doe --- package/Config.in | 1 + package/isl/Config.in | 7 +++++++ package/isl/isl-000-libtool.patch | 28 ++++++++++++++++++++++++++++ package/isl/isl.mk | 17 +++++++++++++++++ 4 files changed, 53 insertions(+) create mode 100644 package/isl/Config.in create mode 100644 package/isl/isl-000-libtool.patch create mode 100644 package/isl/isl.mk diff --git a/package/Config.in b/package/Config.in index 07fd166..2e71210 100644 --- a/package/Config.in +++ b/package/Config.in @@ -778,6 +778,7 @@ source "package/fftw/Config.in" source "package/flann/Config.in" source "package/glibmm/Config.in" source "package/gmp/Config.in" +source "package/isl/Config.in" source "package/gsl/Config.in" source "package/gtest/Config.in" source "package/libargtable2/Config.in" diff --git a/package/isl/Config.in b/package/isl/Config.in new file mode 100644 index 0000000..bc2a3ef --- /dev/null +++ b/package/isl/Config.in @@ -0,0 +1,7 @@ +config BR2_PACKAGE_ISL + bool "isl" + select BR2_PACKAGE_GMP + help + Library for manipulating sets and relations of integer points bounded by linear constraints. + + http://freecode.com/projects/isl diff --git a/package/isl/isl-000-libtool.patch b/package/isl/isl-000-libtool.patch new file mode 100644 index 0000000..319c45a --- /dev/null +++ b/package/isl/isl-000-libtool.patch @@ -0,0 +1,28 @@ +--- a/ltmain.sh 2014-04-23 23:52:39.104640815 +0000 ++++ b/ltmain.sh 2014-04-23 23:56:59.818000038 +0000 +@@ -2583,8 +2583,8 @@ + # was found and let the user know that the "--tag" command + # line option must be used. + if test -z "$tagname"; then +- func_echo "unable to infer tagged configuration" +- func_fatal_error "specify a tag with '--tag'" ++ func_echo "defaulting to \`CC'" ++ func_echo "if this is not correct, specify a tag with \`--tag'" + # else + # func_verbose "using $tagname tagged configuration" + fi +@@ -4172,8 +4172,12 @@ + # At present, this check doesn't affect windows .dll's that + # are installed into $libdir/../bin (currently, that works fine) + # but it's something to keep an eye on. +- test "$inst_prefix_dir" = "$destdir" && \ +- func_fatal_error "error: cannot install '$file' to a directory not ending in $libdir" ++ # ++ # This breaks install into our staging area. -PB ++ # ++ # test "$inst_prefix_dir" = "$destdir" && \ ++ # func_fatal_error "error: cannot install \`$file' to a directory not ending in $libdir" ++ + + if test -n "$inst_prefix_dir"; then + # Stick the inst_prefix_dir data into the link command. diff --git a/package/isl/isl.mk b/package/isl/isl.mk new file mode 100644 index 0000000..614cae1 --- /dev/null +++ b/package/isl/isl.mk @@ -0,0 +1,17 @@ +################################################################################ +# +# isl +# +################################################################################ + +ISL_VERSION = 0.13 +ISL_SITE = http://isl.gforge.inria.fr/ +ISL_LICENSE = MIT +ISL_LICENSE_FILES = MIT +ISL_INSTALL_STAGING = YES +ISL_DEPENDENCIES = gmp + +ISL_LIBTOOL_PATCH = NO + +$(eval $(autotools-package)) +$(eval $(host-autotools-package))