diff options
author | adam <adam@pkgsrc.org> | 2007-02-20 12:57:21 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2007-02-20 12:57:21 +0000 |
commit | b423af54ed947e6cb0171af9c8dc7e788c501040 (patch) | |
tree | 75a356b4ec6e5e3bc1064e69296c7b35bfa5b356 /math/glpk/PLIST | |
parent | ff9cd2bc25ce30776a91ae8459df724eba3e939e (diff) | |
download | pkgsrc-b423af54ed947e6cb0171af9c8dc7e788c501040.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/PLIST')
-rw-r--r-- | math/glpk/PLIST | 28 |
1 files changed, 1 insertions, 27 deletions
diff --git a/math/glpk/PLIST b/math/glpk/PLIST index 97e7cb5c830..00dd08c323f 100644 --- a/math/glpk/PLIST +++ b/math/glpk/PLIST @@ -1,31 +1,5 @@ -@comment $NetBSD: PLIST,v 1.7 2007/01/04 22:38:49 adam Exp $ +@comment $NetBSD: PLIST,v 1.8 2007/02/20 12:57:21 adam Exp $ bin/glpsol bin/tspsol -include/glpavl.h -include/glpbfi.h -include/glpbfx.h -include/glpcfg.h -include/glpdmp.h -include/glpgmp.h -include/glphbm.h -include/glpiet.h -include/glpinv.h -include/glpios.h -include/glpipm.h -include/glpipp.h include/glpk.h -include/glplib.h -include/glplpp.h -include/glplpx.h -include/glpluf.h -include/glplux.h -include/glpmat.h -include/glpmip.h -include/glpmpl.h -include/glpqmd.h -include/glprng.h -include/glpspx.h -include/glpssx.h -include/glpstr.h -include/glptsp.h lib/libglpk.la |