Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Aug 2019 01:24:43 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r509769 - in head/math: . symphony
Message-ID:  <201908250124.x7P1OhHh082283@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sun Aug 25 01:24:42 2019
New Revision: 509769
URL: https://svnweb.freebsd.org/changeset/ports/509769

Log:
  New port: math/symphony: Solver and development framework for mixed-integer linear programs

Added:
  head/math/symphony/
  head/math/symphony/Makefile   (contents, props changed)
  head/math/symphony/distinfo   (contents, props changed)
  head/math/symphony/pkg-descr   (contents, props changed)
  head/math/symphony/pkg-plist   (contents, props changed)
Modified:
  head/math/Makefile

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Sun Aug 25 01:15:04 2019	(r509768)
+++ head/math/Makefile	Sun Aug 25 01:24:42 2019	(r509769)
@@ -855,6 +855,7 @@
     SUBDIR += superlu
     SUBDIR += superlu_mt
     SUBDIR += symmetrica
+    SUBDIR += symphony
     SUBDIR += tablix
     SUBDIR += taucs
     SUBDIR += tblis

Added: head/math/symphony/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/symphony/Makefile	Sun Aug 25 01:24:42 2019	(r509769)
@@ -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>

Added: head/math/symphony/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/symphony/distinfo	Sun Aug 25 01:24:42 2019	(r509769)
@@ -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

Added: head/math/symphony/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/symphony/pkg-descr	Sun Aug 25 01:24:42 2019	(r509769)
@@ -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

Added: head/math/symphony/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/symphony/pkg-plist	Sun Aug 25 01:24:42 2019	(r509769)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908250124.x7P1OhHh082283>