Port details |
- lrslib Reverse search algorithm for vertex enumeration/convex hull problems
- 071a math
=0 Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2018-12-05 07:48:00
- Last Update: 2022-07-20 18:50:20
- Commit Hash: fbb9f1c
- License: GPLv2
- 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.
WWW: http://cgm.cs.mcgill.ca/~avis/C/lrs.html
- SVNWeb : git : Homepage
- 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 = 1621638167
SHA256 (lrslib-071a.tar.gz) = 926636ea68de46625f141f6e025dce967cc7e68cf4bf4a597375c063f5c11673
SIZE (lrslib-071a.tar.gz) = 458590
- 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
- Library dependencies:
-
- libgmp.so : math/gmp
- This port is required by:
- for Build
-
- math/latte-integrale
- for Libraries
-
- math/polymake
- math/sage
- 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: see SVNWeb link above for full details) |
Date | By | Description |
20 Jul 2022 18:50:20 071a |
Yuri Victorovich (yuri)  |
math/lrslib: Broken on armv7
Reported by: fallout |
12 Jul 2022 23:35:12 071a |
Yuri Victorovich (yuri)  |
math/lrslib: Broken on armv6
Reported by: fallout |
16 Jun 2021 09:00:10 071a |
Piotr Kubaj (pkubaj)  |
math/lrslib: mark BROKEN on powerpc
Same issue as on i386. |
22 May 2021 00:31:53 071a |
Yuri Victorovich (yuri)  Author: Philipp-Joachim Ost |
math/lrslib: Update 071 -> 071a; Install missing headers |
07 Apr 2021 08:09:01 071_1 |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 071_1 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
23 Sep 2020 15:49:10
071_1 |
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' |
22 Sep 2020 15:48:43
071_1 |
yuri  |
math/lrslib: Broken on i386
Reported by: fallout |
16 Sep 2020 07:28:45
071_1 |
yuri  |
math/lrslib: Add the forgotten patch |
16 Sep 2020 07:27:55
071_1 |
yuri  |
math/lrslib: Remove unnecessary dependencies |
14 Sep 2020 05:47:50
071 |
yuri  |
math/lrslib: Update 062 -> 071 |
11 Dec 2019 17:53:49
062_7 |
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 |
19 Aug 2019 15:35:28
062_6 |
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 |
26 Jul 2019 20:46:57
062_5 |
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 |
22 Apr 2019 13:16:34
062_4 |
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 |
12 Apr 2019 06:36:31
062_3 |
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 |
12 Dec 2018 01:35:36
062_2 |
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 |
12 Dec 2018 00:15:50
062_1 |
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 |
05 Dec 2018 07:47:42
062 |
yuri  |
New port: math/lrslib: Reverse search algorithm for vertex enumeration/convex
hull problems |