Accepting request 760617 from home:marxin:branches:devel:libraries:c_c++
- Update to 0.22: * improved bindings * scheduler fix involving fixed dimensions * accept ranges in tuples during parsing * add some convenience functions - Update to 0.21: * preliminary C++ bindings * use incremental scheduler by default * introduce isl_size type * rename isl_ast_op_type to isl_ast_expr_op_type * fix coalescing bugs * use isl_bool to return extra boolean argument OBS-URL: https://build.opensuse.org/request/show/760617 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/isl?expand=0&rev=36
This commit is contained in:
parent
e3b95cdc54
commit
bc4a87d2c1
@ -1,4 +1,4 @@
|
||||
libisl19
|
||||
libisl22
|
||||
isl-devel
|
||||
requires -isl-<targettype>
|
||||
requires "libisl19-<targettype> = <version>"
|
||||
requires "libisl22-<targettype> = <version>"
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a5596a9fb8a5b365cb612e4b9628735d6e67e9178fae134a816ae195017e77aa
|
||||
size 1539064
|
3
isl-0.22.tar.xz
Normal file
3
isl-0.22.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6c8bc56c477affecba9c59e2c9f026967ac8bad01b51bdd07916db40a517b9fa
|
||||
size 1676992
|
16
isl.changes
16
isl.changes
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 3 10:57:47 UTC 2020 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
- Update to 0.22:
|
||||
* improved bindings
|
||||
* scheduler fix involving fixed dimensions
|
||||
* accept ranges in tuples during parsing
|
||||
* add some convenience functions
|
||||
- Update to 0.21:
|
||||
* preliminary C++ bindings
|
||||
* use incremental scheduler by default
|
||||
* introduce isl_size type
|
||||
* rename isl_ast_op_type to isl_ast_expr_op_type
|
||||
* fix coalescing bugs
|
||||
* use isl_bool to return extra boolean argument
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 9 22:28:01 UTC 2018 - rpm@fthiessen.de
|
||||
|
||||
|
10
isl.spec
10
isl.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package isl
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -12,18 +12,18 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define islsover 19
|
||||
%define islsover 22
|
||||
Name: isl
|
||||
Version: 0.20
|
||||
Version: 0.22
|
||||
Release: 0
|
||||
Summary: Integer Set Library
|
||||
License: MIT
|
||||
Group: Development/Languages/C and C++
|
||||
Url: http://isl.gforge.inria.fr/
|
||||
URL: http://isl.gforge.inria.fr/
|
||||
Source: http://isl.gforge.inria.fr/isl-%{version}.tar.xz
|
||||
Source1: baselibs.conf
|
||||
BuildRequires: gmp-devel
|
||||
|
Loading…
Reference in New Issue
Block a user