New port: math/lemon: Library for Efficient Modeling and Optimization in Networks

This commit is contained in:
Yuri Victorovich 2018-12-09 20:35:33 +00:00
parent f59c1ffb9b
commit e0367b9647
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=487085
5 changed files with 154 additions and 0 deletions

View File

@ -318,6 +318,7 @@
SUBDIR += laspack
SUBDIR += ldouble
SUBDIR += lean
SUBDIR += lemon
SUBDIR += levmar
SUBDIR += libRmath
SUBDIR += libccd

32
math/lemon/Makefile Normal file
View File

@ -0,0 +1,32 @@
# $FreeBSD$
PORTNAME= lemon
DISTVERSION= 1.3.1
CATEGORIES= math
MASTER_SITES= https://lemon.cs.elte.hu/pub/sources/
PKGNAMEPREFIX= coin-or-
MAINTAINER= yuri@FreeBSD.org
COMMENT= Library for Efficient Modeling and Optimization in Networks
LICENSE= BSL
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libCbc.so:math/coinmp \
libglpk.so:math/glpk
USES= cmake:outsource
USE_LDCONFIG= yes
CMAKE_ON= BUILD_SHARED_LIBS
CONFLICTS_BUILD= SoPlex # Incompatible with SoPlex-4.0.0 optional dependency: https://lemon.cs.elte.hu/trac/lemon/ticket/616
OPTIONS_DEFINE= DOCS
PORTDOCS= *
post-install:
@${RM} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}-0.x-to-1.x.sh
.include <bsd.port.mk>

3
math/lemon/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1544384046
SHA256 (lemon-1.3.1.tar.gz) = 71b7c725f4c0b4a8ccb92eb87b208701586cf7a96156ebd821ca3ed855bad3c8
SIZE (lemon-1.3.1.tar.gz) = 5142826

9
math/lemon/pkg-descr Normal file
View File

@ -0,0 +1,9 @@
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.
WWW: https://lemon.cs.elte.hu/trac/lemon/

109
math/lemon/pkg-plist Normal file
View File

@ -0,0 +1,109 @@
bin/dimacs-solver
bin/dimacs-to-lgf
bin/lgf-gen
include/lemon/adaptors.h
include/lemon/arg_parser.h
include/lemon/assert.h
include/lemon/bellman_ford.h
include/lemon/bfs.h
include/lemon/bin_heap.h
include/lemon/binomial_heap.h
include/lemon/bits/alteration_notifier.h
include/lemon/bits/array_map.h
include/lemon/bits/bezier.h
include/lemon/bits/default_map.h
include/lemon/bits/edge_set_extender.h
include/lemon/bits/enable_if.h
include/lemon/bits/graph_adaptor_extender.h
include/lemon/bits/graph_extender.h
include/lemon/bits/lock.h
include/lemon/bits/map_extender.h
include/lemon/bits/path_dump.h
include/lemon/bits/solver_bits.h
include/lemon/bits/traits.h
include/lemon/bits/variant.h
include/lemon/bits/vector_map.h
include/lemon/bits/windows.h
include/lemon/bucket_heap.h
include/lemon/capacity_scaling.h
include/lemon/cbc.h
include/lemon/christofides_tsp.h
include/lemon/circulation.h
include/lemon/clp.h
include/lemon/color.h
include/lemon/concept_check.h
include/lemon/concepts/bpgraph.h
include/lemon/concepts/digraph.h
include/lemon/concepts/graph.h
include/lemon/concepts/graph_components.h
include/lemon/concepts/heap.h
include/lemon/concepts/maps.h
include/lemon/concepts/path.h
include/lemon/config.h
include/lemon/connectivity.h
include/lemon/core.h
include/lemon/cost_scaling.h
include/lemon/counter.h
include/lemon/cplex.h
include/lemon/cycle_canceling.h
include/lemon/dfs.h
include/lemon/dheap.h
include/lemon/dijkstra.h
include/lemon/dim2.h
include/lemon/dimacs.h
include/lemon/edge_set.h
include/lemon/edmonds_karp.h
include/lemon/elevator.h
include/lemon/error.h
include/lemon/euler.h
include/lemon/fib_heap.h
include/lemon/fractional_matching.h
include/lemon/full_graph.h
include/lemon/glpk.h
include/lemon/gomory_hu.h
include/lemon/graph_to_eps.h
include/lemon/greedy_tsp.h
include/lemon/grid_graph.h
include/lemon/grosso_locatelli_pullan_mc.h
include/lemon/hao_orlin.h
include/lemon/hartmann_orlin_mmc.h
include/lemon/howard_mmc.h
include/lemon/hypercube_graph.h
include/lemon/insertion_tsp.h
include/lemon/karp_mmc.h
include/lemon/kruskal.h
include/lemon/lgf_reader.h
include/lemon/lgf_writer.h
include/lemon/list_graph.h
include/lemon/lp.h
include/lemon/lp_base.h
include/lemon/lp_skeleton.h
include/lemon/maps.h
include/lemon/matching.h
include/lemon/math.h
include/lemon/max_cardinality_search.h
include/lemon/min_cost_arborescence.h
include/lemon/nagamochi_ibaraki.h
include/lemon/nauty_reader.h
include/lemon/nearest_neighbor_tsp.h
include/lemon/network_simplex.h
include/lemon/opt2_tsp.h
include/lemon/pairing_heap.h
include/lemon/path.h
include/lemon/planarity.h
include/lemon/preflow.h
include/lemon/quad_heap.h
include/lemon/radix_heap.h
include/lemon/radix_sort.h
include/lemon/random.h
include/lemon/smart_graph.h
include/lemon/soplex.h
include/lemon/static_graph.h
include/lemon/suurballe.h
include/lemon/time_measure.h
include/lemon/tolerance.h
include/lemon/unionfind.h
lib/libemon.so
lib/libemon.so.1.3.1
libdata/pkgconfig/lemon.pc
%%DATADIR%%/cmake/LEMONConfig.cmake