mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
0550947c83
linear programming solver written in C++. It is primarily meant to be used as a callable library, but a basic, stand-alone executable version is also included. WWW: http://www.coin-or.org/Clp/index.html PR: ports/115185 Submitted by: Robin Schilham
21 lines
388 B
Makefile
21 lines
388 B
Makefile
# New ports collection makefile for: Clp
|
|
# Date created: 22 July 2007
|
|
# Whom: Robin Schilham
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Clp
|
|
PORTVERSION= 1.4.0
|
|
CATEGORIES= math
|
|
MASTER_SITES= http://www.coin-or.org/download/source/Clp/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= co9co9@gmail.com
|
|
COMMENT= Linear Programming Solver
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|