pkgsrc/math/glpk/Makefile
adam 1c894005a1 Changes 4.34:
* The GNU MathProg modeling language was supplemented with three
  new built-in functions:
	gmtime    obtaining current calendar time
	str2time  converting character string to calendar time
	time2str  converting calendar time to character string
* For detailed description of these functions see Appendix A in
  the document "Modeling Language GNU MathProg", a new edition of
  which was included in the distribution.
* A bug was fixed in the MIP solver.
* A new makefile was added to build the GLPK DLL with Microsoft
  Visual Studio Express 2008 for 64-bit Windows.
2008-12-19 19:47:38 +00:00

18 lines
443 B
Makefile

# $NetBSD: Makefile,v 1.25 2008/12/19 19:47:38 adam Exp $
DISTNAME= glpk-4.34
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"