# $Id: Portfile 21800 2007-02-08 19:06:05Z pipping@macports.org $ PortSystem 1.0 name glpk version 4.14 categories math lang maintainers toby@opendarwin.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 5f39433ac2973b66fa001856bd861c77 \ sha1 10990298477a30c7eb7f2430c93dd23ee428fbb7 \ rmd160 1090f085ef58da979db8cb97d4a40e496a1ee8c3 configure.env CPPFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib" depends_lib port:gmp test.run yes test.target check