- Update to ISL version 0.15
* improve coalescing * add isl_union_access_info_compute_flow * add mark nodes in AST * add isl_union_pw_aff and isl_multi_union_pw_aff * add schedule trees * deprecate band forests * deprecate separation_class AST generation option * introduce isl_bool and isl_stat types OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/isl?expand=0&rev=20
This commit is contained in:
parent
71478b7c02
commit
6cbd990186
@ -1,4 +1,4 @@
|
|||||||
libisl13
|
libisl15
|
||||||
isl-devel
|
isl-devel
|
||||||
requires -isl-<targettype>
|
requires -isl-<targettype>
|
||||||
requires "libisl13-<targettype> = <version>"
|
requires "libisl15-<targettype> = <version>"
|
||||||
|
@ -1,11 +0,0 @@
|
|||||||
--- isl-0.14/isl_ast.c.orig 2014-12-04 10:19:12.262314510 +0100
|
|
||||||
+++ isl-0.14/isl_ast.c 2014-12-04 10:19:58.317312916 +0100
|
|
||||||
@@ -358,6 +358,8 @@
|
|
||||||
return 1;
|
|
||||||
case isl_ast_expr_error:
|
|
||||||
return -1;
|
|
||||||
+ default:
|
|
||||||
+ return -1;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7e3c02ff52f8540f6a85534f54158968417fd676001651c8289c705bd0228f36
|
|
||||||
size 1399896
|
|
3
isl-0.15.tar.bz2
Normal file
3
isl-0.15.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8ceebbf4d9a81afa2b4449113cee4b7cb14a687d7a549a963deb5e2a41458b6b
|
||||||
|
size 1574964
|
13
isl.changes
13
isl.changes
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 3 09:03:32 UTC 2015 - rguenther@suse.com
|
||||||
|
|
||||||
|
- Update to ISL version 0.15
|
||||||
|
* improve coalescing
|
||||||
|
* add isl_union_access_info_compute_flow
|
||||||
|
* add mark nodes in AST
|
||||||
|
* add isl_union_pw_aff and isl_multi_union_pw_aff
|
||||||
|
* add schedule trees
|
||||||
|
* deprecate band forests
|
||||||
|
* deprecate separation_class AST generation option
|
||||||
|
* introduce isl_bool and isl_stat types
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 4 09:23:01 UTC 2014 - rguenther@suse.com
|
Thu Dec 4 09:23:01 UTC 2014 - rguenther@suse.com
|
||||||
|
|
||||||
|
8
isl.spec
8
isl.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package isl
|
# spec file for package isl
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,10 +16,10 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define islsover 13
|
%define islsover 15
|
||||||
|
|
||||||
Name: isl
|
Name: isl
|
||||||
Version: 0.14
|
Version: 0.15
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Integer Set Library
|
Summary: Integer Set Library
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -29,7 +29,6 @@ BuildRequires: gmp-devel
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source: isl-%{version}.tar.bz2
|
Source: isl-%{version}.tar.bz2
|
||||||
Source1: baselibs.conf
|
Source1: baselibs.conf
|
||||||
Patch1: isl-0.14-fixes.patch
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
ISL is a library for manipulating sets and relations of integer points
|
ISL is a library for manipulating sets and relations of integer points
|
||||||
@ -53,7 +52,6 @@ The shared library for the ISL.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n isl-%{version}
|
%setup -q -n isl-%{version}
|
||||||
%patch1 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
|
Loading…
Reference in New Issue
Block a user