cloog: bump version.

This commit is contained in:
Jerome Duval
2017-09-08 16:50:42 +02:00
parent 34ca0d77fa
commit 75784954bb
2 changed files with 9 additions and 7 deletions

View File

@@ -11,8 +11,8 @@ COPYRIGHT="
2008 University Paris-Sud 11 and INRIA
"
LICENSE="GNU LGPL v2.1"
SOURCE_URI="http://www.bastoul.net/cloog/pages/download/cloog-$portVersion.tar.gz"
CHECKSUM_SHA256="325adf3710ce2229b7eeb9e84d3b539556d093ae860027185e7af8a8b00a750e"
SOURCE_URI="https://github.com/periscop/cloog/releases/download/cloog-$portVersion/cloog-$portVersion.tar.gz"
CHECKSUM_SHA256="48602a72aaec8e1dabc33ec0622739d3ad585b7f0ec480eebdc1d724822b7cfd"
REVISION="1"
ARCHITECTURES="!x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86"
@@ -57,6 +57,8 @@ INSTALL()
{
make install
rm $libDir/libcloog-isl.la
prepareInstalledDevelLibs libcloog-isl
fixPkgconfig

View File

@@ -1,15 +1,15 @@
From 01a1a768fdce11bdbb52cbd6005d39bbbac61465 Mon Sep 17 00:00:00 2001
From 5e033aa98164e344186f83e15ced7bfb8899497e Mon Sep 17 00:00:00 2001
From: Jerome Duval <jerome.duval@gmail.com>
Date: Tue, 17 Mar 2015 21:04:29 +0000
Subject: Haiku patch
diff --git a/isl/configure.ac b/isl/configure.ac
index f5d684b..a6b14fc 100644
index fabcf06..72d64b7 100644
--- a/isl/configure.ac
+++ b/isl/configure.ac
@@ -222,9 +222,6 @@ AH_BOTTOM([#include <isl_config_post.h>])
AC_CONFIG_HEADERS(isl_config.h)
@@ -277,9 +277,6 @@ AC_CONFIG_HEADERS(isl_config.h)
AC_CONFIG_FILES(isl_srcdir.c)
AC_CONFIG_FILES(Makefile)
AC_CONFIG_FILES(doc/Makefile)
-if test $with_clang = system; then
@@ -19,5 +19,5 @@ index f5d684b..a6b14fc 100644
AC_CONFIG_FILES([codegen_test.sh], [chmod +x codegen_test.sh])
AC_CONFIG_FILES([pip_test.sh], [chmod +x pip_test.sh])
--
1.8.3.4
2.13.1