Accepting request 1125282 from science
- Update to release 0.11 OBS-URL: https://build.opensuse.org/request/show/1125282 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pplite?expand=0&rev=2
This commit is contained in:
commit
9517aed516
3
pplite-0.11.tar.gz
Normal file
3
pplite-0.11.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e884b9cd569bf17fa09e12bcfea6cf1f914e0c5686eaf22c206f534c4a5f1c42
|
||||
size 918634
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:66f5a3371fa6e91d93713f3f4eb31e1d07cc3742826565d93fff41326ffaa3cb
|
||||
size 864792
|
@ -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>
|
||||
|
||||
|
17
pplite.spec
17
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
|
||||
@ -67,7 +67,12 @@ The main characteristics of PPLite:
|
||||
rm -f "%buildroot/%_libdir"/*.la
|
||||
|
||||
%check
|
||||
%make_build check
|
||||
if ! %make_build check; then
|
||||
%ifnarch ppc64le
|
||||
exit 1
|
||||
%endif
|
||||
:
|
||||
fi
|
||||
|
||||
%post -n %lname -p /sbin/ldconfig
|
||||
%postun -n %lname -p /sbin/ldconfig
|
||||
|
Loading…
Reference in New Issue
Block a user