Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

libisl23-0.26-slfo.1.1.8 RPM for ppc64le

From OpenSuSE Leap 16.0 for ppc64le

Name: libisl23 Distribution: SUSE Linux Framework One
Version: 0.26 Vendor: SUSE LLC <https://www.suse.com/>
Release: slfo.1.1.8 Build date: Fri Aug 23 16:41:21 2024
Group: System/Libraries Build host: ibs-power9-18
Size: 3021968 Source RPM: isl-0.26-slfo.1.1.8.src.rpm
Packager: https://www.suse.com/
Url: https://libisl.sourceforge.io/
Summary: The ISL shared library
The shared library for the ISL.

ISL is a library for manipulating sets and relations of integer points
bounded by linear constraints.

Provides

Requires

License

MIT

Changelog

* Mon Apr 03 2023 dmueller@suse.com
  - update to 0.26:
    * fix inherited overloaded methods in Python bindings
    * decompose topological sort of clusters in incremental
      scheduler
    * improved isl_pw_aff_list_{min,max}
    * add some convenience functions
    * more exports to (templated C++) bindings
    * slightly improved conversion from binary relation to function
* Mon Jul 18 2022 dmueller@suse.com
  - update to 0.25:
    * support (type safe) user object on id in bindings
    * more exports to (templated C++) bindings
    * add some convenience functions
* Sun May 09 2021 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 2021 schwab@suse.de
  - Compile with %optflags
* Tue Dec 29 2020 dmueller@suse.com
  - update to 0.23:
    - minor improvements to coalescing
    - use build compiler to build extract_interface
    - add some convenience functions
    - ignore parameters in isl_union_* hash tables
* Thu Feb 06 2020 mliska@suse.cz
  - Update to 0.22.1:
    - fix error handling
  - Remove isl_basic_map_underlying_set-fix.patch with is part
    of the release.
* Fri Jan 10 2020 mliska@suse.cz
  - Add isl_basic_map_underlying_set-fix.patch from upstream.
* Fri Jan 03 2020 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 09 2018 rpm@fthiessen.de
  - Update to 0.20
    * keep track of domain in 0D isl_multi_pw_aff and
      isl_multi_union_pw_aff
    * add isl_aff_eval and isl_pw_aff_eval
    * add fixed-size rectangular box hull
* Wed Mar 07 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 2018 jengelh@inai.de
  - Set shared library RPM group. Use %make_install.
* Mon Jan 29 2018 msrb@suse.com
  - Include pkgconfig files in isl-devel package.
  - Do not build static libraries (instead of deleting them after).
* Tue Jan 31 2017 rguenther@suse.com
  - Update to 0.18
    * improve elimination of redundant existentially quantified variables
    * improve coalescing
    * improve parametric integer programming
    * preserve isolate option in isl_schedule_node_band_split
    * print AST nodes in YAML format
    * minor improvements to Python bindings
  - Inherits update to 0.17.1
    * fix bug in coalescing treatment
  - Inherits update to 0.17
    * optionally combine SCCs incrementally in scheduler
    * optionally maximize coincidence in scheduler
    * optionally avoid loop coalescing in scheduler
    * fix handling of nested integer divisions
    * optionally detect min/max expressions during AST generation
    * minor AST generator improvements
    * simplify stride constraints
    * improve support for expansions in schedule trees
* Sun Feb 07 2016 mpluskal@suse.com
  - Update to 0.16.1
    * fix bug in simplification
  - Changes for 0.16
    * add 32 bit integer optimization for IMath
    * minor AST generator improvements
    * add isl_union_flow_get_full_{may,must}_dependence
    * minor improvements to Python bindings
    * minor improvements to set and map printing
* Sun Jan 31 2016 mpluskal@suse.com
  - Use url for source
  - Cleanup spec file with spec-cleaner
  - Make building more verbose
* Thu Dec 03 2015 rguenther@suse.com
  - Update to ISL version 0.15
    * improve coalescing
    * add isl_union_access_info_compute_flow
    * add mark nodes in AST
    * add isl_union_pw_aff and isl_multi_union_pw_aff
    * add schedule trees
    * deprecate band forests
    * deprecate separation_class AST generation option
    * introduce isl_bool and isl_stat types
  - Removes no longer needed isl-0.14-fixes.patch.
* Thu Dec 04 2014 rguenther@suse.com
  - Update to ISL version 0.14
    * support IMath as an optional replacement for GMP
    * minor AST generator improvements
  - Inherits changes from ISL version 0.13
    * deprecate isl_int
    * improved support for multi piecewise quasi-affine expressions
    * allow the user to impose a bound on the number of low-level operations
    * add isl_id_to_ast_expr and isl_id_to_pw_aff
    * add isl_schedule_constraints
    * hide internal structure of isl_vec
    * remove support for piplib
  - Add isl-0.14-fixes.patch to fix function returning without value.
* Thu Feb 13 2014 rguenther@suse.com
  - Update to ISL version 0.12.2
    * isl_int has been replaced by isl_val
    * some of the old functions are still available in isl/deprecated/*.h
    but they will be removed in the future
    * The functions isl_pw_qpolynomial_eval, isl_union_pw_qpolynomial_eval,
    isl_pw_qpolynomial_fold_eval and isl_union_pw_qpolynomial_fold_eval have
    been changed to return an isl_val instead of an isl_qpolynomial
  - Remove obsolete config-guess-sub-update.diff patch
* Mon Jun 24 2013 rguenther@suse.com
  - Update to ISL version 0.12
    * adds isl_val abstraction
* Thu Feb 07 2013 dmueller@suse.com
  - Add config-guess-sub-update.diff:
    * Update config.guess/sub for aarch64
* Mon Dec 17 2012 rguenther@suse.com
  - Update to ISL version 0.11.1
    * fixes endianess issue
    * now comes with a LICENSE file
* Tue Dec 04 2012 rguenther@suse.com
  - Update to ISL version 0.11
    * license change to MIT
    * add support for code generation
* Thu Sep 27 2012 idonmez@suse.com
  - Add baselibs.conf, needed by cloog-isl-32bit
* Thu Jun 21 2012 rguenther@suse.com
  - ISL 0.10

Files

/usr/lib64/libisl.so.23
/usr/lib64/libisl.so.23.3.0


Generated by rpm2html 1.8.1

Fabrice Bellet, Sun Sep 15 23:50:46 2024