SHA256
1
0
forked from pool/normaliz

Accepting request 999966 from science

update

OBS-URL: https://build.opensuse.org/request/show/999966
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/normaliz?expand=0&rev=21
This commit is contained in:
Dominique Leuenberger 2022-08-30 12:49:14 +00:00 committed by Git OBS Bridge
commit 4701144cef
4 changed files with 26 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:434265281d4ac1a4e0c440403659a4ff92834508bb4f92c0d262387b44a18ee0
size 4891592

3
normaliz-3.9.4.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fdfcec1bfd4586aee2c43040370e051c1cb28a3d4bdd8d77a62c0c0e0afb9a6f
size 5069245

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Thu Aug 25 15:09:46 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Update to release 3.9.4
* New: A variant of project-and-lift for "positive systems",
i.e. diophantine linear systems whose solutions are
nonnegative and for which Normaliz can derive upper bounds
for all coordinates directly from the input inequalities and
equations.
* Lattice points in polytopes can be constrained by polynomial
equations and inequalities.
-------------------------------------------------------------------
Wed Apr 20 09:34:45 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Update to release 3.9.3
* Build system updates
* New reference manual, NmzShortRef.pdf
- Ship documentation.
-------------------------------------------------------------------
Mon Feb 7 15:02:49 UTC 2022 - Jan Engelhardt <jengelh@inai.de>

View File

@ -18,7 +18,7 @@
Name: normaliz
%define lname libnormaliz3
Version: 3.9.2
Version: 3.9.4
Release: 0
Summary: Tools for computations in affine monoids and rational cones
License: GPL-3.0-or-later
@ -78,7 +78,7 @@ the Normaliz computations from C++ programs.
%build
autoreconf -fi
%configure --disable-static
make %{?_smp_mflags}
%make_build
%install
%make_install
@ -90,6 +90,7 @@ rm -f "%buildroot/%_libdir"/*.la
%files
%_bindir/normaliz
%license COPYING
%doc doc/*.pdf
%files -n %lname
%_libdir/libnormaliz.so.3*