Skip to content

Commit

Permalink
math/polymake: update to 4.10
Browse files Browse the repository at this point in the history
ChangeLog: https://polymake.org/doku.php/news/release_4_10

interfaces

topcom:
 Extend interface to access other combinations of connected, fine, and regular
 support for topcom 1.x.

fulton

 weighted_projective_space: fix rays computation

group

 action_functions: migrate some code to C++

polytope

 compress incidence: fix lineality dim for some trivial polytopes oscar-system/Oscar.jl#2403
 TRIANGULATION: fix weights computation
 poly2{lp,mps}:
  better handling of infeasible polytopes
  improve compatibility with other parsers

PR:		272098
Reported by:	bsd@philippost.de
  • Loading branch information
Philipp Ost authored and Fernando Apesteguía committed Jun 24, 2023
1 parent 6bda518 commit 732bedf
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
3 changes: 1 addition & 2 deletions math/polymake/Makefile
@@ -1,6 +1,5 @@
PORTNAME= polymake
DISTVERSION= 4.9
PORTREVISION= 1
DISTVERSION= 4.10
CATEGORIES= math
MASTER_SITES= https://polymake.org/lib/exe/fetch.php/download/
DISTNAME= ${PORTNAME}-${DISTVERSION}-minimal
Expand Down
6 changes: 3 additions & 3 deletions math/polymake/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1679756190
SHA256 (polymake-4.9-minimal.tar.bz2) = 04c90b826b3a26c5a63e18be319bff12a89ef0128bf8a68fb64df10594b259f3
SIZE (polymake-4.9-minimal.tar.bz2) = 7287220
TIMESTAMP = 1687200086
SHA256 (polymake-4.10-minimal.tar.bz2) = 6038b266d6d40bbe9955ede846dccf4417e4114faa87e775656161cd4ca2f8f8
SIZE (polymake-4.10-minimal.tar.bz2) = 7293264
12 changes: 7 additions & 5 deletions math/polymake/pkg-plist
Expand Up @@ -372,13 +372,13 @@ include/polymake/type_utils.h
include/polymake/vector
lib/libpolymake-apps-rt.so
lib/libpolymake-apps-rt.so.4
lib/libpolymake-apps-rt.so.4.9
lib/libpolymake-apps-rt.so.4.10
lib/libpolymake-apps.so
lib/libpolymake-apps.so.4
lib/libpolymake-apps.so.4.9
lib/libpolymake-apps.so.4.10
lib/libpolymake.so
lib/libpolymake.so.4
lib/libpolymake.so.4.9
lib/libpolymake.so.4.10
libexec/polymake/config.ninja
libexec/polymake/lib/common.so
libexec/polymake/lib/fan.so
Expand All @@ -388,10 +388,10 @@ libexec/polymake/lib/group.so
libexec/polymake/lib/ideal.so
libexec/polymake/lib/libpolymake-apps-rt.so
libexec/polymake/lib/libpolymake-apps-rt.so.4
libexec/polymake/lib/libpolymake-apps-rt.so.4.9
libexec/polymake/lib/libpolymake-apps-rt.so.4.10
libexec/polymake/lib/libpolymake-apps.so
libexec/polymake/lib/libpolymake-apps.so.4
libexec/polymake/lib/libpolymake-apps.so.4.9
libexec/polymake/lib/libpolymake-apps.so.4.10
libexec/polymake/lib/matroid.so
libexec/polymake/lib/polytope.so
libexec/polymake/lib/topaz.so
Expand Down Expand Up @@ -613,6 +613,7 @@ libexec/polymake/shared
%%DATADIR%%/apps/group/rules/main.rules
%%DATADIR%%/apps/group/rules/permlib.rules
%%DATADIR%%/apps/group/rules/switch_table.rules
%%DATADIR%%/apps/group/src/action_functions.cc
%%DATADIR%%/apps/group/src/col_to_row_action.cc
%%DATADIR%%/apps/group/src/conjugacy_classes.cc
%%DATADIR%%/apps/group/src/group_tools.cc
Expand Down Expand Up @@ -1536,6 +1537,7 @@ libexec/polymake/shared
%%DATADIR%%/upgrades/big_objects-4.6.1
%%DATADIR%%/upgrades/big_objects-4.7.1
%%DATADIR%%/upgrades/big_objects-4.8.1
%%DATADIR%%/upgrades/big_objects-4.9.1
@dir libexec/polymake/bundled/atint
%%BLISS%%@dir libexec/polymake/bundled/bliss
@dir libexec/polymake/bundled/cdd
Expand Down

0 comments on commit 732bedf

Please sign in to comment.