summaryrefslogtreecommitdiff
path: root/math/glpk/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2007-02-20 12:57:21 +0000
committeradam <adam@pkgsrc.org>2007-02-20 12:57:21 +0000
commit897b74d488f4a1db8e0796ee1983aa73c0ac0649 (patch)
tree75a356b4ec6e5e3bc1064e69296c7b35bfa5b356 /math/glpk/Makefile
parentd653d574e879decd80eaa4f1453f560a171d3c5d (diff)
downloadpkgsrc-897b74d488f4a1db8e0796ee1983aa73c0ac0649.tar.gz
Chaneges 4.15:
Autotools specification files (configure.ac, Makefile.am) were changed to use GNU Libtool. This allows building the static as well as shared GLPK library. Changes 4.14: Now GLPK conforms to ILP32, LLP64, and LP64 programming models (the latter seems to be the ultimate choice regarding 64-bit architectures). Note that GLPK itself is a 32-bit application, and the conformity only means that the package works correctly on all these arenae. Nevertheless, on 64-bit platforms it is possible to use more than 4GB of memory, if necessary.
Diffstat (limited to 'math/glpk/Makefile')
-rw-r--r--math/glpk/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/glpk/Makefile b/math/glpk/Makefile
index c29adb2cddf..10a7e2b2284 100644
--- a/math/glpk/Makefile
+++ b/math/glpk/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2007/01/04 22:38:49 adam Exp $
+# $NetBSD: Makefile,v 1.13 2007/02/20 12:57:21 adam Exp $
-DISTNAME= glpk-4.13
+DISTNAME= glpk-4.15
CATEGORIES= math
MASTER_SITES= ftp://ftp.gnu.org/gnu/glpk/