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:
parent
1c387de7a1
commit
fa92f73701
@ -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
3
isl-0.24.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:043105cc544f416b48736fff8caf077fb0663a717d06b1113f16e391ac99ebad
|
||||||
|
size 1930956
|
@ -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>
|
Mon Jan 25 13:53:25 UTC 2021 - Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
4
isl.spec
4
isl.spec
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define islsover 23
|
%define islsover 23
|
||||||
Name: isl
|
Name: isl
|
||||||
Version: 0.23
|
Version: 0.24
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Integer Set Library
|
Summary: Integer Set Library
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -56,7 +56,7 @@ bounded by linear constraints.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS_FOR_BUILD="%optflags"
|
export CFLAGS_FOR_BUILD="%{optflags}"
|
||||||
%configure --disable-static
|
%configure --disable-static
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user