diff options
author | drochner <drochner@pkgsrc.org> | 2011-12-07 18:52:22 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2011-12-07 18:52:22 +0000 |
commit | 5ef6f3f9a9e320f4928164373fd491a6861000e7 (patch) | |
tree | 142f77c34f0e5d32c92bc7d0bd69c353d8f40d11 /math | |
parent | 879ad27ad0b7dc48d9abc3896b6b4ad2deca7781 (diff) | |
download | pkgsrc-5ef6f3f9a9e320f4928164373fd491a6861000e7.tar.gz |
update to 4.47
changes:
-added API/options for Satisfiability problems
-minor bugfixes
Diffstat (limited to 'math')
-rw-r--r-- | math/glpk/Makefile | 5 | ||||
-rw-r--r-- | math/glpk/distinfo | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/math/glpk/Makefile b/math/glpk/Makefile index 6278018e814..ccde1715b68 100644 --- a/math/glpk/Makefile +++ b/math/glpk/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.30 2010/12/24 12:25:01 asau Exp $ +# $NetBSD: Makefile,v 1.31 2011/12/07 18:52:22 drochner Exp $ -DISTNAME= glpk-4.45 +DISTNAME= glpk-4.47 CATEGORIES= math MASTER_SITES= $(MASTER_SITE_GNU:=glpk/) @@ -13,6 +13,7 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_LIBTOOL= yes USE_TOOLS+= gmake GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --with-gmp TEST_TARGET= check .include "../../devel/gmp/buildlink3.mk" diff --git a/math/glpk/distinfo b/math/glpk/distinfo index 6ab0a2bd39b..1e62d75567e 100644 --- a/math/glpk/distinfo +++ b/math/glpk/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.25 2010/12/24 12:25:01 asau Exp $ +$NetBSD: distinfo,v 1.26 2011/12/07 18:52:22 drochner Exp $ -SHA1 (glpk-4.45.tar.gz) = 1bae1e4a55382b4fa4ce4afe7f15f7db22a2e886 -RMD160 (glpk-4.45.tar.gz) = 5f6679574e8237c225b81e36446d0ff0caaa3e0e -Size (glpk-4.45.tar.gz) = 3132439 bytes +SHA1 (glpk-4.47.tar.gz) = 35e16d3167389b6bc75eb51b4b48590db59f789c +RMD160 (glpk-4.47.tar.gz) = 5a024e47b99392057cced2d91fb4bd42e4c5f6a3 +Size (glpk-4.47.tar.gz) = 3124974 bytes |