forked from pool/normaliz
Accepting request 811847 from science
- Update to release 3.8.5 OBS-URL: https://build.opensuse.org/request/show/811847 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/normaliz?expand=0&rev=13
This commit is contained in:
commit
5eb162f69f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d5318ec917fe60ee48d193ce168acb242d40bcd4e0e95240b1db6f2b3f4d0d62
|
|
||||||
size 4427812
|
|
3
normaliz-3.8.5.tar.gz
Normal file
3
normaliz-3.8.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cf4fdaaa6ffcd8d268b1f16dd4b64cf86f1eab55177e611f8ef672e7365435a0
|
||||||
|
size 4649131
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 5 14:20:27 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 3.8.5
|
||||||
|
* New feature: computation of refined triangulations using all
|
||||||
|
input generators or all lattice points in a polytope or being
|
||||||
|
unimodular.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 14 13:58:07 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 3.8.4
|
||||||
|
* Use of precomputed data newly designed.
|
||||||
|
* New versions of CoCoALib and nauty integrated.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 26 11:18:43 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
Tue Nov 26 11:18:43 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package normaliz
|
# spec file for package normaliz
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LLC
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
Name: normaliz
|
Name: normaliz
|
||||||
%define lname libnormaliz3
|
%define lname libnormaliz3
|
||||||
Version: 3.8.3
|
Version: 3.8.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Tools for computations in affine monoids and rational cones
|
Summary: Tools for computations in affine monoids and rational cones
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
@ -57,8 +57,8 @@ Group: System/Libraries
|
|||||||
Normaliz is a tool for computations in affine monoids, vector configurations,
|
Normaliz is a tool for computations in affine monoids, vector configurations,
|
||||||
lattice polytopes, and rational cones.
|
lattice polytopes, and rational cones.
|
||||||
|
|
||||||
Normaliz offers an API - libnormaliz - that allows the user to access
|
Normaliz offers an API, libnormaliz, that allows the user to access
|
||||||
the Normaliz computations from any C++ program.
|
the Normaliz computations from C++ programs.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for Normaliz, a tool for computation of rotational cones
|
Summary: Development files for Normaliz, a tool for computation of rotational cones
|
||||||
@ -70,8 +70,8 @@ Requires: gmp-devel
|
|||||||
Normaliz is a tool for computations in affine monoids, vector configurations,
|
Normaliz is a tool for computations in affine monoids, vector configurations,
|
||||||
lattice polytopes, and rational cones.
|
lattice polytopes, and rational cones.
|
||||||
|
|
||||||
Normaliz offers an API - libnormaliz - that allows the user to access
|
Normaliz offers an API, libnormaliz, that allows the user to access
|
||||||
the Normaliz computations from any C++ program.
|
the Normaliz computations from C++ programs.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
Loading…
Reference in New Issue
Block a user