forked from pool/polymake
- Update to release 4.3
OBS-URL: https://build.opensuse.org/package/show/science/polymake?expand=0&rev=10
This commit is contained in:
parent
4860e0a836
commit
f4a0b9daf0
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:285b178768c0cebd4c9455ceb950fe1ab92bc3ba048a4138c01e309435aee820
|
|
||||||
size 56324914
|
|
3
V4.3.tar.gz
Normal file
3
V4.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1f0ef1c022a214c935189b72e8ac67e6c6315bf9dff5fc87c3d704d3e76cb994
|
||||||
|
size 45728165
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 24 12:43:05 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 4.3
|
||||||
|
* Implement p-adic valuation of rational numbers (via flint)
|
||||||
|
* topaz: implement function to compute broken circuit complex
|
||||||
|
of a matroid
|
||||||
|
* fan: implement function to construct the union of
|
||||||
|
cones/polytopes as a subcomplex of a chamber complex
|
||||||
|
* Schlegel diagram: fixes for non-rational polytopes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Sep 26 21:03:32 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
Sat Sep 26 21:03:32 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -17,8 +17,8 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: polymake
|
Name: polymake
|
||||||
%define lname libpolymake4_1
|
%define lname libpolymake4_3
|
||||||
Version: 4.1
|
Version: 4.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Application for studying combinatorics and geometry of convex polytopes
|
Summary: Application for studying combinatorics and geometry of convex polytopes
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@ -104,6 +104,7 @@ find "%buildroot/%_includedir" -type f -exec chmod a-x {} +
|
|||||||
# plugins or something
|
# plugins or something
|
||||||
%_libdir/polymake-%version/
|
%_libdir/polymake-%version/
|
||||||
%doc ChangeLog
|
%doc ChangeLog
|
||||||
|
%license COPYING
|
||||||
|
|
||||||
%files -n %lname
|
%files -n %lname
|
||||||
%_libdir/libpolymake*.so.%version
|
%_libdir/libpolymake*.so.%version
|
||||||
|
Loading…
Reference in New Issue
Block a user