diff options
author | adam <adam@pkgsrc.org> | 2010-05-21 10:36:56 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2010-05-21 10:36:56 +0000 |
commit | 9458ebbb54902a5e556c96c8895ce67b2bfd89d2 (patch) | |
tree | ed0131feb85eff9dca96db8137a83fa6b87d777b /math/glpk | |
parent | 752219460107785b4d9e655bfc37eea55ca4123f (diff) | |
download | pkgsrc-9458ebbb54902a5e556c96c8895ce67b2bfd89d2.tar.gz |
Changes 4.43:
* This is a maintainer release.
* `configure.ac' was changed to allow building the package under
Mac OS and Darwin with ODBC support.
* The SQL table driver was improved to process NULL data.
* Some bugs were fixed in the LP/MIP preprocessor.
Changes 4.42:
* The new API routines were added.
* The new command-line options were added to the stand-alone solver glpsol.
Diffstat (limited to 'math/glpk')
-rw-r--r-- | math/glpk/Makefile | 5 | ||||
-rw-r--r-- | math/glpk/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/math/glpk/Makefile b/math/glpk/Makefile index bf9ac76d471..365ddb56ba4 100644 --- a/math/glpk/Makefile +++ b/math/glpk/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.27 2010/03/24 19:43:26 asau Exp $ +# $NetBSD: Makefile,v 1.28 2010/05/21 10:36:56 adam Exp $ -DISTNAME= glpk-4.35 -PKGREVISION= 1 +DISTNAME= glpk-4.43 CATEGORIES= math MASTER_SITES= ftp://ftp.gnu.org/gnu/glpk/ diff --git a/math/glpk/distinfo b/math/glpk/distinfo index d4f55951093..986051b23a5 100644 --- a/math/glpk/distinfo +++ b/math/glpk/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.22 2009/01/17 23:36:22 adam Exp $ +$NetBSD: distinfo,v 1.23 2010/05/21 10:36:56 adam Exp $ -SHA1 (glpk-4.35.tar.gz) = d125e5b9ea593f80d1555032ca2e2148c64ae9d3 -RMD160 (glpk-4.35.tar.gz) = 1e4594b9ad0da0fcbfa7842a5e4557af4a7d0fae -Size (glpk-4.35.tar.gz) = 2174494 bytes +SHA1 (glpk-4.43.tar.gz) = 6260df0fa47dd828458c169df90264d5ee1bf0a1 +RMD160 (glpk-4.43.tar.gz) = b8ea5add3e70e6f7758e3037ac5e03d8cdaf24ce +Size (glpk-4.43.tar.gz) = 3212131 bytes |