Port details |
- lemon Library for Efficient Modeling and Optimization in Networks
- 1.3.1_4 math =2 1.3.1_4Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2018-12-09 20:35:59
- Last Update: 2023-07-26 00:48:20
- Commit Hash: 95274bf
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSL
- WWW:
- https://lemon.cs.elte.hu/trac/lemon/
- Description:
- Lemon is a C++ template library providing efficient implementations of common
data structures and algorithms with focus on combinatorial optimization tasks
connected mainly with graphs and networks.
LEMON is a member of the COIN-OR initiative, a collection of OR related open
source projects. You are free to use it in your commercial or non-commercial
applications under very permissive license terms.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- coin-or-lemon>0:math/lemon
- Conflicts:
- CONFLICTS_BUILD:
- To install the port:
- cd /usr/ports/math/lemon/ && make install clean
- To add the package, run one of these commands:
- pkg install math/lemon
- pkg install coin-or-lemon
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: coin-or-lemon
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1544384046
SHA256 (lemon-1.3.1.tar.gz) = 71b7c725f4c0b4a8ccb92eb87b208701586cf7a96156ebd821ca3ed855bad3c8
SIZE (lemon-1.3.1.tar.gz) = 5142826
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:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- Library dependencies:
-
- libCbc.so : math/cbc
- libCgl.so : math/cgl
- libClp.so : math/clp
- libCoinUtils.so : math/coinutils
- libOsi.so : math/osi
- libglpk.so : math/glpk
- This port is required by:
- for Build
-
- cad/openroad
- for Libraries
-
- misc/openmvg
- for Run
-
- biology/seqan3
Configuration Options:
- ===> The following configuration options are available for coin-or-lemon-1.3.1_4:
GLPK=on: Build with GLPK solver
===> Use 'make config' to modify these settings
- Options name:
- math_lemon
- USES:
- cmake
- 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.3.1_4 26 Jul 2023 00:48:20 |
Muhammad Moinur Rahman (bofh) |
*/*: Fix build with llvm16 on 13.2-STABLE
As like as HEAD(14.0-RELEASE) llvm16 was merged in base for 13.2-STABLE
with the OSVERSION 1302507.
- Utilize USE_CXXSTD=c++14 or similar solution where applicable
- Update conditionals to addtionally check for OSVERSION greater than
1302507 and less than 1400000
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
1.3.1_4 26 Jun 2023 00:09:47 |
Muhammad Moinur Rahman (bofh) |
math/lemon: Fix build with llvm16
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
1.3.1_4 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
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) |
1.3.1_3 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 ) |
1.3.1_3 12 May 2021 19:11:14 |
Yuri Victorovich (yuri) |
math/lemon: Add missing dependencies |
1.3.1_2 02 May 2021 23:19:09 |
Yuri Victorovich (yuri) |
math/lemon: Change dependency math/coinmp -> math/cbc
CoinMP has the same code but is outdated because it is not being
updated by the upstream any more. |
1.3.1_1 30 Apr 2021 10:09:03 |
Yuri Victorovich (yuri) |
math/lemon: Add GLPK option, remove DOCS option
GLPK license is very different, so it's better to make this dependency
conditional on the port option
The port doesn't install any docs. |
1.3.1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.3.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.3.1 25 Dec 2018 20:25:40 |
tcberner |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
1.3.1 09 Dec 2018 20:35:33 |
yuri |
New port: math/lemon: Library for Efficient Modeling and Optimization in
Networks |