forked from pool/pplite
- Update to release 0.11
OBS-URL: https://build.opensuse.org/package/show/science/pplite?expand=0&rev=4
This commit is contained in:
BIN
pplite-0.11.tar.gz
(Stored with Git LFS)
Normal file
BIN
pplite-0.11.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
pplite-0.7.tar.gz
(Stored with Git LFS)
BIN
pplite-0.7.tar.gz
(Stored with Git LFS)
Binary file not shown.
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 12 16:56:10 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 0.11
|
||||
* Adds a prototype implementation of the finite powerset of Poly
|
||||
elements (PSet).
|
||||
* Provides an efficiency-improved version of the F_Poly domain.
|
||||
* The finite powerset domain is now a class template:
|
||||
pre-generated instances, include finite sets of boxed polyhedra
|
||||
(P_Set) and finite sets of Cartesian factored boxed polyhedra
|
||||
(FP_Set).
|
||||
* Added support for the integral split operator.
|
||||
* Added new method `Index_Set get_unconstrained` to polyhedra
|
||||
domains, returning the set of unconstrained space dimensions.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 21 11:23:39 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
10
pplite.spec
10
pplite.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package pplite
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,16 +16,16 @@
|
||||
#
|
||||
|
||||
|
||||
%define lname libpplite1
|
||||
%define lname libpplite4
|
||||
%define _lto_cflags %nil
|
||||
Name: pplite
|
||||
Version: 0.7
|
||||
Version: 0.11
|
||||
Release: 0
|
||||
Summary: Computations with polyhedra
|
||||
License: GPL-3.0-or-later
|
||||
Group: Productivity/Scientific/Math
|
||||
URL: https://www.cs.unipr.it/~zaffanella/PPLite/
|
||||
Source: https://www.cs.unipr.it/~zaffanella/PPLite/releases/%name-%version.tar.gz
|
||||
URL: https://github.com/ezaffanella/PPLite/
|
||||
Source: https://github.com/ezaffanella/PPLite/raw/main/releases/%name-%version.tar.gz
|
||||
BuildRequires: flint-devel
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: gmp-devel
|
||||
|
Reference in New Issue
Block a user