SHA256
3
0
forked from pool/isl

Compare commits

...

2 Commits

Author SHA256 Message Date
Ana Guerrero
c801d8390a Accepting request 1245119 from devel:libraries:c_c++
- update to 0.27:
  * improved modulo detection
  * remove all unused local variables from affine expressions
  * minor improvements to coalescing
  * minor improvements to lexicographic optimization
  * improved constraint simplification
  * fix handling of empty piecewise expressions

  - detect bounds on constant polynomials as tight
  - ignore parameters in isl_union_* hash tables
- Update to ISL version 0.11
- Add baselibs.conf, needed by cloog-isl-32bit (forwarded request 1244786 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/1245119
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/isl?expand=0&rev=24
2025-02-12 20:30:26 +00:00
Richard Biener
a8da723a62 - update to 0.27:
* improved modulo detection
  * remove all unused local variables from affine expressions
  * minor improvements to coalescing
  * minor improvements to lexicographic optimization
  * improved constraint simplification
  * fix handling of empty piecewise expressions

  - detect bounds on constant polynomials as tight
  - ignore parameters in isl_union_* hash tables
- Update to ISL version 0.11
- Add baselibs.conf, needed by cloog-isl-32bit

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/isl?expand=0&rev=52
2025-02-11 14:57:30 +00:00
4 changed files with 20 additions and 9 deletions

BIN
isl-0.26.tar.xz (Stored with Git LFS)

Binary file not shown.

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

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Feb 10 14:22:27 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 0.27:
* improved modulo detection
* remove all unused local variables from affine expressions
* minor improvements to coalescing
* minor improvements to lexicographic optimization
* improved constraint simplification
* fix handling of empty piecewise expressions
-------------------------------------------------------------------
Mon Apr 3 18:52:21 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package isl
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,7 +18,7 @@
%define islsover 23
Name: isl
Version: 0.26
Version: 0.27
Release: 0
Summary: Integer Set Library
License: MIT