Port details |
- topcom Computing triangulations of point configurations and oriented matroids
- 1.1.2 math =2 1.1.2Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2018-12-06 00:47:47
- Last Update: 2024-05-05 15:48:31
- Commit Hash: 01807ba
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv2
- WWW:
- https://www.wm.uni-bayreuth.de/de/team/rambau_joerg/TOPCOM/index.html
- Description:
- TOPCOM is a package for computing Triangulations Of Point Configurations and
Oriented Matroids. It was very much inspired by the maple program PUNTOS, which
was written by Jesus de Loera. TOPCOM is entirely written in C++, so there is a
significant speed up compared to PUNTOS.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/math/topcom/ && make install clean
- To add the package, run one of these commands:
- pkg install math/topcom
- pkg install topcom
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: topcom
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1714922168
SHA256 (TOPCOM-1_1_2.tgz) = 4fb10754ee5b76056441fea98f2c8dee5db6f2984d8c14283b49239ad4378ab6
SIZE (TOPCOM-1_1_2.tgz) = 7924000
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.4.1 : devel/gmake
- autoconf>=2.72 : devel/autoconf
- automake>=1.16.5 : devel/automake
- Library dependencies:
-
- libcddgmp.so : math/cddlib
- libgmp.so : math/gmp
- This port is required by:
- for Build
-
- math/latte-integrale
- for Run
-
- math/latte-integrale
Configuration Options:
- ===> The following configuration options are available for topcom-1.1.2:
SOPLEX=off: Build with SoPlex linear programming problem solver
===> Use 'make config' to modify these settings
- Options name:
- math_topcom
- USES:
- autoreconf gmake localbase:ldflags tar:tgz
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.1.2 05 May 2024 15:48:31 |
Yuri Victorovich (yuri) |
math/topcom: update 0.17.8 → 1.1.2
PR: 278778 (addition of EXTRACT_AFTER_ARGS)
Submitted by: Daniel Engberg <diizzy@FreeBSD.org> (addition of
EXTRACT_AFTER_ARGS) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.17.8_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.17.8_1 10 Jan 2022 15:15:39 |
Stefan Eßer (se) |
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above ) |
0.17.8_1 31 Jul 2021 21:19:37 |
Yuri Victorovich (yuri) |
math/topcom: Add option SOPLEX
It fixes build in the presence of the SoPlex package.
Reported by: Philipp Ost <bsd@philippost.de> |
0.17.8 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.17.8 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.17.8 07 Dec 2018 03:55:14 |
yuri |
math/topcom: Remove the unnecesary DISTVERSIONPREFIX
Reported by: mat |
0.17.8 06 Dec 2018 00:47:35 |
yuri |
New port: math/topcom: Computing triangulations of point configurations and
oriented matroids |