b24b44f4d0
* New API routines * A crude implementation of CPLEX-like interface to GLPK API was added to the package. Currently it allows using GLPK as a core LP solver for Concorde, a well known computer code for solving the symmetric TSP. * Some bugs were fixed in the SQL table driver.
18 lines
443 B
Makefile
18 lines
443 B
Makefile
# $NetBSD: Makefile,v 1.24 2008/11/07 20:01:29 adam Exp $
|
|
|
|
DISTNAME= glpk-4.33
|
|
CATEGORIES= math
|
|
MASTER_SITES= ftp://ftp.gnu.org/gnu/glpk/
|
|
|
|
MAINTAINER= adam@NetBSD.org
|
|
HOMEPAGE= http://www.gnu.org/software/glpk/glpk.html
|
|
COMMENT= Library for solving linear programming problems
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= gmake
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../devel/gmp/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|