Port details |
- cddlib C-library implementation of the Double Description Method
- 0.94m math =2 0.94mVersion of this port present on the latest quarterly branch.
- Maintainer: moritz@schmi.tt
- Port Added: 2018-10-13 16:30:00
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv2+
- WWW:
- https://github.com/cddlib/cddlib
- Description:
- cddlib is a C library implementation of the Double Description Method. Given a
convex polyhedron P in R^n, it can be used to change between the V- and
H-representation and to solve linear programming problems over P.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/math/cddlib/ && make install clean
- To add the package, run one of these commands:
- pkg install math/cddlib
- pkg install cddlib
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: cddlib
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1616594457
SHA256 (cddlib-0.94m.tar.gz) = 70dffdb3369b8704dc75428a1b3c42ab9047b81ce039f12f427e2eb2b1b0dee2
SIZE (cddlib-0.94m.tar.gz) = 1351298
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.3 : devel/gmake
- libtool : devel/libtool
- autoconf>=2.71 : devel/autoconf
- automake>=1.16.5 : devel/automake
- Library dependencies:
-
- libgmp.so : math/gmp
- This port is required by:
- for Build
-
- math/gfanlib
- for Libraries
-
- biology/ncbi-cxx-toolkit
- math/gfan
- math/latte-integrale
- math/polymake
- math/sage
- math/singular
- math/sympol
Configuration Options:
- ===> The following configuration options are available for cddlib-0.94m:
DOCS=on: Install cddlib user manual
EXAMPLES=on: Install cddlib examples
===> Use 'make config' to modify these settings
- Options name:
- math_cddlib
- USES:
- autoreconf gmake libtool:build localbase:ldflags
- 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 |
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.94m 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.94m 14 Jul 2022 14:58:15 |
Thierry Thomas (thierry) |
math/cddlib: upgrade to 0.94m
Release notes at <https://github.com/cddlib/cddlib/releases/tag/0.94m>.
This is needed to upgrade math/sage.
PR: 265050
Approved by: moritz (maintainer) |
0.94l 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.94l 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.94l 15 Dec 2020 12:29:12 |
makc |
math/cddlib:
- Update to 0.94l
- Adopt port
- Simplify COMMENT.
- Remove USE_GITHUB and include MASTER_SITES instead. We are only working with
releases anyway, and the release tar.gz includes already build documentation,
which means we don't depend on TeX Live for building the manual anymore.
- Replace MANUAL with the more common DOCS option.
- Remove do-install target and non-standard variable HEADERSDIR. The header
files are installed in ${PREFIX}/include/cddlib by default. Create a link to
${PREFIX}/include/cdd in post-install target. Some applications expect the
headers to be in cdddlib others in cdd, so we should provide both
directories.
- Rewrite pkg-descr.
PR: 250878
Submitted by: Moritz Schmitt |
0.94j_2 21 Jun 2020 15:36:35 |
salvadore |
Drop ports maintainership
Approved by: gerald (mentor) |
0.94j_2 31 Dec 2019 13:02:43 |
meta |
multiple ports: Update MAINTAINER
as he got FreeBSD.org account.
PR: 243002
Submitted by: salvadore |
0.94j_2 14 Oct 2018 20:41:33 |
fernape |
math/cddlib: strip .so objects
Reported by: mat@ |
0.94j_1 13 Oct 2018 17:45:42 |
fernape |
math/cddlib: Fix permissions for .so files
* Use COPYTREE_SHARE instead of COPYTREE_BIN
* Bump PORTREVISION
Reported by: adamw@
Approved by: tcberner (mentor, implicit) |
0.94j 13 Oct 2018 16:29:45 |
fernape |
New port: math/cddlib
C implementation of the Double Description Method of Motzkin et al
PR: 231161
Submitted by: phascolarctos@protonmail.ch
Reviewed by: tcberner (mentor, implicit)
Differential Revision: https://reviews.freebsd.org/D17385 |