From patchwork Sat Jul 4 12:33:26 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 491222 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id E472514078B for ; Sat, 4 Jul 2015 22:33:49 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=zacarias.com.ar header.i=@zacarias.com.ar header.b=VL1mNqLC; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 0EA82A1C81; Sat, 4 Jul 2015 12:33:49 +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 vw2KbhiU8Aj7; Sat, 4 Jul 2015 12:33:48 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 05FC6A1AEB; Sat, 4 Jul 2015 12:33:48 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 3A4411C2E43 for ; Sat, 4 Jul 2015 12:33:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 3493D8BFC3 for ; Sat, 4 Jul 2015 12:33:46 +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 cd4sBLjMd74t for ; Sat, 4 Jul 2015 12:33:45 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from www.zacarias.com.ar (www.zacarias.com.ar [176.9.42.171]) by whitealder.osuosl.org (Postfix) with ESMTPS id 2A1228BF7E for ; Sat, 4 Jul 2015 12:33:45 +0000 (UTC) Received: from asgard (cpe-186-22-136-136.telecentro-reversos.com.ar [186.22.136.136] (may be forged)) (authenticated bits=0) by www.zacarias.com.ar (8.15.1/8.15.1) with ESMTPSA id t64CXcPK016121 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sat, 4 Jul 2015 12:33:41 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1436013223; bh=Bo5b9219sHbPQRNKmmAEYB8OfNxcJSvsEwNXLT1oCus=; h=From:To:Cc:Subject:Date; b=VL1mNqLCjTBfojn63Et5Ui457cPVBDCT2GCV5CSlimfZmKD4dWagEe4KChonBOxfa sYTS3MbSadXvIY85MUdeofAMS0Kw3NX7Ecud8zRwWu744D+giicV8lhhC7gTcBKzx3 K1stfHsvIsavX7iLajyl5KJYqQ4TWSEXx32PFH1M= Received: by asgard (sSMTP sendmail emulation); Sat, 04 Jul 2015 09:33:27 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Sat, 4 Jul 2015 09:33:26 -0300 Message-Id: <1436013207-29587-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 2.3.6 X-Virus-Scanned: clamav-milter 0.98.7 at www X-Virus-Status: Clean Subject: [Buildroot] [PATCH 1/2] cloog: bump to version 0.18.3 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Patch upstream so remove. And add hash file. Signed-off-by: Gustavo Zacarias --- package/cloog/0001-add-missing-files.patch | 69 ------------------------------ package/cloog/cloog.hash | 2 + package/cloog/cloog.mk | 2 +- 3 files changed, 3 insertions(+), 70 deletions(-) delete mode 100644 package/cloog/0001-add-missing-files.patch create mode 100644 package/cloog/cloog.hash diff --git a/package/cloog/0001-add-missing-files.patch b/package/cloog/0001-add-missing-files.patch deleted file mode 100644 index 23743cc..0000000 --- a/package/cloog/0001-add-missing-files.patch +++ /dev/null @@ -1,69 +0,0 @@ -Add CMake related files missing from the release tarball - -Due to a bug in the cloog release, a few files were missing from the -release tarball. This patch re-adds those files, which are needed for -the build to work. This patch can be dropped when cloog is bumped. - -Signed-off-by: Thomas Petazzoni - -Index: b/cmake/isl-config.cmake -=================================================================== ---- /dev/null -+++ b/cmake/isl-config.cmake -@@ -0,0 +1,25 @@ -+# Try to find the isl library -+ -+# ISL_FOUND - System has isl lib -+# ISL_INCLUDE_DIR - The isl include directory -+# ISL_LIBRARY - Library needed to use isl -+ -+ -+if (ISL_INCLUDE_DIR AND ISL_LIBRARY) -+ # Already in cache, be silent -+ set(ISL_FIND_QUIETLY TRUE) -+endif() -+ -+find_path(ISL_INCLUDE_DIR NAMES isl/version.h) -+find_library(ISL_LIBRARY NAMES isl) -+ -+if (ISL_LIBRARY AND ISL_INCLUDE_DIR) -+ message(STATUS "Library isl found =) ${ISL_LIBRARY}") -+else() -+ message(STATUS "Library isl not found =(") -+endif() -+ -+include(FindPackageHandleStandardArgs) -+FIND_PACKAGE_HANDLE_STANDARD_ARGS(ISL DEFAULT_MSG ISL_INCLUDE_DIR ISL_LIBRARY) -+ -+mark_as_advanced(ISL_INCLUDE_DIR ISL_LIBRARY) -Index: b/cmake/cloog-isl-config.cmake -=================================================================== ---- /dev/null -+++ b/cmake/cloog-isl-config.cmake -@@ -0,0 +1,26 @@ -+# Try to find the cloog-isl library -+ -+# CLOOG_ISL_FOUND - System has cloog-isl lib -+# CLOOG_ISL_INCLUDE_DIR - The cloog-isl include directory -+# CLOOG_ISL_LIBRARY - Library needed to use cloog-isl -+ -+ -+if (CLOOG_ISL_INCLUDE_DIR AND CLOOG_ISL_LIBRARY) -+ # Already in cache, be silent -+ set(CLOOG_ISL_FIND_QUIETLY TRUE) -+endif() -+ -+find_path(CLOOG_ISL_INCLUDE_DIR NAMES cloog/isl/cloog.h) -+find_library(CLOOG_ISL_LIBRARY NAMES cloog-isl) -+ -+if (CLOOG_ISL_LIBRARY AND CLOOG_ISL_INCLUDE_DIR) -+ message(STATUS "Library cloog-isl found =) ${CLOOG_ISL_LIBRARY}") -+else() -+ message(STATUS "Library cloog-isl not found =(") -+endif() -+ -+ -+include(FindPackageHandleStandardArgs) -+FIND_PACKAGE_HANDLE_STANDARD_ARGS(CLOOG_ISL DEFAULT_MSG CLOOG_ISL_INCLUDE_DIR CLOOG_ISL_LIBRARY) -+ -+mark_as_advanced(CLOOG_ISL_INCLUDE_DIR CLOOG_ISL_LIBRARY) diff --git a/package/cloog/cloog.hash b/package/cloog/cloog.hash new file mode 100644 index 0000000..72a5b65 --- /dev/null +++ b/package/cloog/cloog.hash @@ -0,0 +1,2 @@ +# Locally computed +sha256 460c6c740acb8cdfbfbb387156b627cf731b3837605f2ec0001d079d89c69734 cloog-0.18.3.tar.gz diff --git a/package/cloog/cloog.mk b/package/cloog/cloog.mk index f74d649..4b02cd4 100644 --- a/package/cloog/cloog.mk +++ b/package/cloog/cloog.mk @@ -4,7 +4,7 @@ # ################################################################################ -CLOOG_VERSION = 0.18.2 +CLOOG_VERSION = 0.18.3 CLOOG_SITE = http://www.bastoul.net/cloog/pages/download CLOOG_LICENSE = LGPLv2.1+ CLOOG_DEPENDENCIES = gmp isl