Wed Dec 7 18:52:23 2011 UTC ()
update to 4.47
changes:
-added API/options for Satisfiability problems
-minor bugfixes


(drochner)
diff -r1.30 -r1.31 pkgsrc/math/glpk/Makefile
diff -r1.25 -r1.26 pkgsrc/math/glpk/distinfo

cvs diff -r1.30 -r1.31 pkgsrc/math/glpk/Makefile (expand / switch to unified diff)

--- pkgsrc/math/glpk/Makefile 2010/12/24 12:25:01 1.30
+++ pkgsrc/math/glpk/Makefile 2011/12/07 18:52:22 1.31
@@ -1,19 +1,20 @@ @@ -1,19 +1,20 @@
1# $NetBSD: Makefile,v 1.30 2010/12/24 12:25:01 asau Exp $ 1# $NetBSD: Makefile,v 1.31 2011/12/07 18:52:22 drochner Exp $
2 2
3DISTNAME= glpk-4.45 3DISTNAME= glpk-4.47
4CATEGORIES= math 4CATEGORIES= math
5MASTER_SITES= $(MASTER_SITE_GNU:=glpk/) 5MASTER_SITES= $(MASTER_SITE_GNU:=glpk/)
6 6
7MAINTAINER= adam@NetBSD.org 7MAINTAINER= adam@NetBSD.org
8HOMEPAGE= http://www.gnu.org/software/glpk/glpk.html 8HOMEPAGE= http://www.gnu.org/software/glpk/glpk.html
9COMMENT= Library for solving linear programming problems 9COMMENT= Library for solving linear programming problems
10 10
11PKG_DESTDIR_SUPPORT= user-destdir 11PKG_DESTDIR_SUPPORT= user-destdir
12 12
13USE_LIBTOOL= yes 13USE_LIBTOOL= yes
14USE_TOOLS+= gmake 14USE_TOOLS+= gmake
15GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
 16CONFIGURE_ARGS+= --with-gmp
16TEST_TARGET= check 17TEST_TARGET= check
17 18
18.include "../../devel/gmp/buildlink3.mk" 19.include "../../devel/gmp/buildlink3.mk"
19.include "../../mk/bsd.pkg.mk" 20.include "../../mk/bsd.pkg.mk"

cvs diff -r1.25 -r1.26 pkgsrc/math/glpk/distinfo (expand / switch to unified diff)

--- pkgsrc/math/glpk/distinfo 2010/12/24 12:25:01 1.25
+++ pkgsrc/math/glpk/distinfo 2011/12/07 18:52:22 1.26
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.25 2010/12/24 12:25:01 asau Exp $ 1$NetBSD: distinfo,v 1.26 2011/12/07 18:52:22 drochner Exp $
2 2
3SHA1 (glpk-4.45.tar.gz) = 1bae1e4a55382b4fa4ce4afe7f15f7db22a2e886 3SHA1 (glpk-4.47.tar.gz) = 35e16d3167389b6bc75eb51b4b48590db59f789c
4RMD160 (glpk-4.45.tar.gz) = 5f6679574e8237c225b81e36446d0ff0caaa3e0e 4RMD160 (glpk-4.47.tar.gz) = 5a024e47b99392057cced2d91fb4bd42e4c5f6a3
5Size (glpk-4.45.tar.gz) = 3132439 bytes 5Size (glpk-4.47.tar.gz) = 3124974 bytes