cloog: bump version

This commit is contained in:
Jerome Duval
2015-03-17 21:13:15 +00:00
parent 1fff1ec0f2
commit 3b955f2085
3 changed files with 25 additions and 1086 deletions

View File

@@ -12,7 +12,7 @@ COPYRIGHT="
"
LICENSE="GNU LGPL v2.1"
SRC_URI="http://www.bastoul.net/cloog/pages/download/cloog-$portVersion.tar.gz"
CHECKSUM_SHA256="02500a4edd14875f94fe84cbeda4290425cb0c1c2474c6f75d75a303d64b4196"
CHECKSUM_SHA256="460c6c740acb8cdfbfbb387156b627cf731b3837605f2ec0001d079d89c69734"
REVISION="1"
ARCHITECTURES="x86 x86_64"
if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
@@ -73,7 +73,7 @@ INSTALL()
# ----- devel package -------------------------------------------------------
PROVIDES_devel="
cloog${secondaryArchSuffix}_devel = $portVersion compat >= 0.12
cloog${secondaryArchSuffix}_devel = $portVersion compat >= 0.18
devel:libcloog_isl$secondaryArchSuffix = 4.0.0 compat >= 4
"
REQUIRES_devel="

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,23 @@
From 01a1a768fdce11bdbb52cbd6005d39bbbac61465 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
--- 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)
AC_CONFIG_FILES(Makefile)
AC_CONFIG_FILES(doc/Makefile)
-if test $with_clang = system; then
- AC_CONFIG_FILES(interface/Makefile)
-fi
AC_CONFIG_FILES([bound_test.sh], [chmod +x bound_test.sh])
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