SHA256
3
0
forked from pool/isl

Accepting request 891862 from home:dirkmueller:Factory

- update to 0.24:
  - improved (C++) bindings (inherit methods, renamed exports)
  - initial templated C++ bindings
  - detect bounds on constant polynomials as tight

OBS-URL: https://build.opensuse.org/request/show/891862
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/isl?expand=0&rev=46
This commit is contained in:
Richard Biener 2021-05-11 08:42:16 +00:00 committed by Git OBS Bridge
parent 1c387de7a1
commit fa92f73701
4 changed files with 13 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sun May 9 14:05:41 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 0.24:
- improved (C++) bindings (inherit methods, renamed exports)
- initial templated C++ bindings
- detect bounds on constant polynomials as tight
-------------------------------------------------------------------
Mon Jan 25 13:53:25 UTC 2021 - Andreas Schwab <schwab@suse.de>

View File

@ -18,7 +18,7 @@
%define islsover 23
Name: isl
Version: 0.23
Version: 0.24
Release: 0
Summary: Integer Set Library
License: MIT
@ -56,7 +56,7 @@ bounded by linear constraints.
%setup -q
%build
export CFLAGS_FOR_BUILD="%optflags"
export CFLAGS_FOR_BUILD="%{optflags}"
%configure --disable-static
%make_build