diff options
author | demon <demon@FreeBSD.org> | 2007-05-31 19:42:15 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2007-05-31 19:42:15 +0800 |
commit | fcfa894fbbb11bdb236fb023cecf10a117d8f965 (patch) | |
tree | 9877b4519475be4e2345efd42d515d391beeac7d /math | |
parent | d299255411af1f2bf1bf2c4dab667de29672008d (diff) | |
download | freebsd-ports-gnome-fcfa894fbbb11bdb236fb023cecf10a117d8f965.tar.gz freebsd-ports-gnome-fcfa894fbbb11bdb236fb023cecf10a117d8f965.tar.zst freebsd-ports-gnome-fcfa894fbbb11bdb236fb023cecf10a117d8f965.zip |
Update to 4.17.
PR: ports/112773
Submitted by: bf<bf2006a@yahoo.com>
Diffstat (limited to 'math')
-rw-r--r-- | math/glpk/Makefile | 4 | ||||
-rw-r--r-- | math/glpk/distinfo | 6 | ||||
-rw-r--r-- | math/glpk/pkg-descr | 10 | ||||
-rw-r--r-- | math/glpk/pkg-plist | 2 |
4 files changed, 14 insertions, 8 deletions
diff --git a/math/glpk/Makefile b/math/glpk/Makefile index fe25b1f6a8f4..0f7decfbe013 100644 --- a/math/glpk/Makefile +++ b/math/glpk/Makefile @@ -6,7 +6,7 @@ # PORTNAME= glpk -PORTVERSION= 4.15 +PORTVERSION= 4.17 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= glpk @@ -24,7 +24,7 @@ USE_LDCONFIG= yes CFLAGS+= -trigraphs .if !defined(NOPORTDOCS) -PORTDOCS= lang.ps refman.ps bench.txt bench1.txt +PORTDOCS= bench.txt bench1.txt glpk.ps glpk_faq.txt .endif post-install: diff --git a/math/glpk/distinfo b/math/glpk/distinfo index aec3279e50f7..9402392e93e5 100644 --- a/math/glpk/distinfo +++ b/math/glpk/distinfo @@ -1,3 +1,3 @@ -MD5 (glpk-4.15.tar.gz) = 398130547c0f0045186ddc34cdc7b9c7 -SHA256 (glpk-4.15.tar.gz) = 3b628fc1ef898d1560bebde71256e0a40f904f44211cd0d51ee1e3a59f48dbc3 -SIZE (glpk-4.15.tar.gz) = 1291700 +MD5 (glpk-4.17.tar.gz) = aa76153b7d506154cb7ccf8cf3695c2c +SHA256 (glpk-4.17.tar.gz) = 2fec389487e3f2b62ba881aa292bcffd300effb216ff315d48afd7074d4db2ff +SIZE (glpk-4.17.tar.gz) = 1350306 diff --git a/math/glpk/pkg-descr b/math/glpk/pkg-descr index 0014aba1c917..1e294b73ed53 100644 --- a/math/glpk/pkg-descr +++ b/math/glpk/pkg-descr @@ -5,7 +5,13 @@ and other related problems. The GLPK package includes the following main components: -- implementation of the simplex method; -- implementation of the exact simplex method based on bignum (rational) +* implementation of the simplex method; +* implementation of the exact simplex method based on + bignum (rational) arithmetic; +* implementation of the primal-dual interior-point method; +* implementation of the branch-and-bound method; +* application program interface (API); +* GNU MathProg modeling language (a subset of AMPL); +* GLPSOL, a stand-alone LP/MIP solver. WWW: http://www.gnu.org/software/glpk/glpk.html diff --git a/math/glpk/pkg-plist b/math/glpk/pkg-plist index 63821eeb9586..363e4b4f4f39 100644 --- a/math/glpk/pkg-plist +++ b/math/glpk/pkg-plist @@ -4,4 +4,4 @@ include/glpk.h lib/libglpk.a lib/libglpk.la lib/libglpk.so -lib/libglpk.so.0 +lib/libglpk.so.2 |