New port: math/symphony: Solver and development framework for mixed-integer linear programs
This commit is contained in:
parent
a0faa2f419
commit
6b2e2f3e21
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=509769
@ -855,6 +855,7 @@
|
||||
SUBDIR += superlu
|
||||
SUBDIR += superlu_mt
|
||||
SUBDIR += symmetrica
|
||||
SUBDIR += symphony
|
||||
SUBDIR += tablix
|
||||
SUBDIR += taucs
|
||||
SUBDIR += tblis
|
||||
|
26
math/symphony/Makefile
Normal file
26
math/symphony/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= symphony
|
||||
DISTVERSIONPREFIX= releases/
|
||||
DISTVERSION= 5.6.17
|
||||
CATEGORIES= math
|
||||
PKGNAMEPREFIX= coin-or-
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= Solver and development framework for mixed-integer linear programs
|
||||
|
||||
LICENSE= EPL
|
||||
LICENSE_FILE= ${WRKSRC}/SYMPHONY/LICENSE
|
||||
|
||||
LIB_DEPENDS= libCbc.so:math/coinmp
|
||||
|
||||
USES= gmake libtool pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= coin-or
|
||||
GH_PROJECT= SYMPHONY
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
.include <bsd.port.mk>
|
3
math/symphony/distinfo
Normal file
3
math/symphony/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1566695939
|
||||
SHA256 (coin-or-SYMPHONY-releases-5.6.17_GH0.tar.gz) = f6c2b9c9e60ebff4a665e243e765649334c5d0680f536d3d9c0c372025ab96dc
|
||||
SIZE (coin-or-SYMPHONY-releases-5.6.17_GH0.tar.gz) = 1848015
|
9
math/symphony/pkg-descr
Normal file
9
math/symphony/pkg-descr
Normal file
@ -0,0 +1,9 @@
|
||||
SYMPHONY is an open-source solver for mixed-integer linear programs (MILPs)
|
||||
written in C. It can be used in four different main modes:
|
||||
* As a callable library through either the native C interface or through the
|
||||
Osi.
|
||||
* As an interactive solver using a command-line interface.
|
||||
* As a framework to build customized solvers for specific problem classes.
|
||||
* Through a number of different modeling languages: AMPL, GMPL, GAMS, PuLP.
|
||||
|
||||
WWW: https://projects.coin-or.org/SYMPHONY
|
19
math/symphony/pkg-plist
Normal file
19
math/symphony/pkg-plist
Normal file
@ -0,0 +1,19 @@
|
||||
bin/symphony
|
||||
include/coin/OsiSymSolverInterface.hpp
|
||||
include/coin/OsiSymSolverParameters.hpp
|
||||
include/coin/SymConfig.h
|
||||
include/coin/SymWarmStart.hpp
|
||||
include/coin/symphony.h
|
||||
lib/libOsiSym.so
|
||||
lib/libOsiSym.so.3
|
||||
lib/libOsiSym.so.3.6.17
|
||||
lib/libSym.so
|
||||
lib/libSym.so.3
|
||||
lib/libSym.so.3.6.17
|
||||
libdata/pkgconfig/osi-sym.pc
|
||||
libdata/pkgconfig/symphony-app.pc
|
||||
libdata/pkgconfig/symphony.pc
|
||||
share/coin/doc/SYMPHONY/AUTHORS
|
||||
share/coin/doc/SYMPHONY/LICENSE
|
||||
share/coin/doc/SYMPHONY/README
|
||||
share/coin/doc/SYMPHONY/sym_addlibs.txt
|
Loading…
Reference in New Issue
Block a user