- Update to 0.19

* minor improvements to coalescing
  * minor improvement to parametric integer programming
  * try harder to avoid large coefficients in scheduler
  * support kill accesses in dependence analysis
  * drop deprecated isl_int
  * drop deprecated band forests
  * drop deprecated functions

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/isl?expand=0&rev=32
This commit is contained in:
Richard Biener 2018-03-07 15:03:58 +00:00 committed by Git OBS Bridge
parent b7f4b278d5
commit a45d549018
5 changed files with 19 additions and 7 deletions

View File

@ -1,4 +1,4 @@
libisl15
libisl19
isl-devel
requires -isl-<targettype>
requires "libisl15-<targettype> = <version>"
requires "libisl19-<targettype> = <version>"

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0f35051cc030b87c673ac1f187de40e386a1482a0cfdf2c552dd6031b307ddc4
size 1475708

3
isl-0.19.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6d6c1aa00e2a6dfc509fa46d9a9dbe93af0c451e196a670577a148feecf6b8a5
size 1515156

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Mar 7 14:56:29 UTC 2018 - rguenther@suse.com
- Update to 0.19
* minor improvements to coalescing
* minor improvement to parametric integer programming
* try harder to avoid large coefficients in scheduler
* support kill accesses in dependence analysis
* drop deprecated isl_int
* drop deprecated band forests
* drop deprecated functions
-------------------------------------------------------------------
Wed Jan 31 12:50:45 UTC 2018 - jengelh@inai.de

View File

@ -16,9 +16,9 @@
#
%define islsover 15
%define islsover 19
Name: isl
Version: 0.18
Version: 0.19
Release: 0
Summary: Integer Set Library
License: MIT