Port details |
- lrslib Reverse search algorithm for vertex enumeration/convex hull problems
- 7.3,1 math
=2 7.2,1Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2018-12-05 07:48:00
- Last Update: 2025-01-16 06:35:10
- Commit Hash: 5d71357
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv2
- WWW:
- http://cgm.cs.mcgill.ca/~avis/C/lrs.html
- Description:
- lrslib is a self-contained ANSI C implementation of the reverse search algorithm
for vertex enumeration/convex hull problems and comes with a choice of three
arithmetic packages. Input file formats are compatible with Komei Fukuda's cdd
package. All computations are done exactly in either multiple precision or
fixed integer arithmetic. Output is not stored in memory, so even problems with
very large output sizes can sometimes be solved. The program is intended for
Unix/Linux platforms, but will compile using gcc/cygwin on Windows.
¦ ¦ ¦ ¦ 
- 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/lrslib/ && make install clean
- To add the package, run one of these commands:
- pkg install math/lrslib
- pkg install lrslib
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: lrslib
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1737006260
SHA256 (lrslib-073.tar.gz) = c49a4ebd856183473d1d5a62785fcdfe1057d5d671d4b96f3a1250eb1afe4e83
SIZE (lrslib-073.tar.gz) = 4566562
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
- Library dependencies:
-
- libgmp.so : math/gmp
- This port is required by:
- for Build
-
- math/latte-integrale
- for Libraries
-
- math/polymake
-
Deleted ports which required this port:
- for Run
-
- math/latte-integrale
Configuration Options:
- No options to configure
- Options name:
- math_lrslib
- USES:
- compiler:c11 gmake libtool 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 |
7.3,1 16 Jan 2025 06:35:10
    |
Yuri Victorovich (yuri)  |
math/lrslib: update 7.2 → 7.3 |
7.2,1 15 Aug 2023 03:00:41
    |
Yuri Victorovich (yuri)  |
math/lrslib: Update 071a → 7.2
Also switch to the versioning scheme A.B
according how versions are described on their
website.
Reported by: portscout |
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) |
071a 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 ) |
071a 20 Jul 2022 18:50:20
    |
Yuri Victorovich (yuri)  |
math/lrslib: Broken on armv7
Reported by: fallout |
071a 12 Jul 2022 23:35:12
    |
Yuri Victorovich (yuri)  |
math/lrslib: Broken on armv6
Reported by: fallout |
071a 16 Jun 2021 09:00:10
    |
Piotr Kubaj (pkubaj)  |
math/lrslib: mark BROKEN on powerpc
Same issue as on i386. |
071a 22 May 2021 00:31:53
    |
Yuri Victorovich (yuri)  Author: Philipp-Joachim Ost |
math/lrslib: Update 071 -> 071a; Install missing headers |
071_1 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
071_1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
071_1 23 Sep 2020 15:49:10
  |
pkubaj  |
math/lrslib: fix build on GCC architectures
Use C11 compiler:
lrslong.h:191: error: expected '=', ',', ';', 'asm' or '__attribute__' before
'lrs_mp'
lrslong.h:192: error: expected '=', ',', ';', 'asm' or '__attribute__' before
'*' token
lrslong.h:193: error: expected '=', ',', ';', 'asm' or '__attribute__' before
'*' token
lrslong.h:194: error: expected '=', ',', ';', 'asm' or '__attribute__' before
'*' token
lrslong.h:218: error: expected '=', ',', ';', 'asm' or '__attribute__' before
'lrs_alloc_mp_t'
lrslong.h:219: error: expected '=', ',', ';', 'asm' or '__attribute__' before
'lrs_alloc_mp_vector' |
071_1 22 Sep 2020 15:48:43
  |
yuri  |
math/lrslib: Broken on i386
Reported by: fallout |
071_1 16 Sep 2020 07:28:45
  |
yuri  |
math/lrslib: Add the forgotten patch |
071_1 16 Sep 2020 07:27:55
  |
yuri  |
math/lrslib: Remove unnecessary dependencies |
071 14 Sep 2020 05:47:50
  |
yuri  |
math/lrslib: Update 062 -> 071 |
062_7 11 Dec 2019 17:53:49
  |
jbeich  |
devel/boost-*: update to 1.72.0
Changes: http://www.boost.org/users/history/version_1_72_0.html
PR: 241449
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D22136 |
062_6 19 Aug 2019 15:35:28
  |
jbeich  |
devel/boost-*: update to 1.71.0
Changes: http://www.boost.org/users/history/version_1_71_0.html
PR: 238827
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D20774 |
062_5 26 Jul 2019 20:46:57
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
062_4 22 Apr 2019 13:16:34
  |
gerald  |
Related to revision 499061 bump ports with USES=fortran to have them
benefit from the improved situation where libgcc_s is only used when
absolutely necessary.
Suggested by: tijl |
062_3 12 Apr 2019 06:36:31
  |
jbeich  |
devel/boost-*: update to 1.70.0
Changes: http://www.boost.org/users/history/version_1_70_0.html
PR: 235956
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D19303 |
062_2 12 Dec 2018 01:35:36
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
062_1 12 Dec 2018 00:15:50
  |
jbeich  |
devel/boost-*: update to 1.69.0
Changes: http://www.boost.org/users/history/version_1_69_0.html
PR: 232525
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17645 |
062 05 Dec 2018 07:47:42
  |
yuri  |
New port: math/lrslib: Reverse search algorithm for vertex enumeration/convex
hull problems |