1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/math/cddlib/pkg-descr
Max Brazhnikov 527a6292d6 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
2020-12-15 12:29:12 +00:00

6 lines
256 B
Plaintext

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.
WWW: https://github.com/cddlib/cddlib