Portfile

# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $

PortSystem 1.0
name glpk
version 4.15
categories math lang
maintainers nomaintainer@macports.org
description GNU Linear Programming Kit
long_description \
The GLPK (GNU Linear Programming Kit) package is intended for \
solving large-scale linear programming (LP), mixed integer \
programming (MIP), and other related problems. It is a set of \
routines written in ANSI C and organized in the form of a \
callable library.
homepage http://www.gnu.org/software/${name}/
platforms darwin
master_sites gnu
checksums md5 398130547c0f0045186ddc34cdc7b9c7 \
sha1 52b7244b2aae9ac82fcfa324bcfecc5a8fe950ef \
rmd160 334244fd36fc5391170910a0527a7500179b2b55
configure.env CPPFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib"
depends_lib port:gmp
test.run yes
test.target check