mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
Update to 4.17.
PR: ports/112773 Submitted by: bf<bf2006a@yahoo.com>
This commit is contained in:
parent
c8630b3adf
commit
457ec7c648
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=192472
@ -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:
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -4,4 +4,4 @@ include/glpk.h
|
||||
lib/libglpk.a
|
||||
lib/libglpk.la
|
||||
lib/libglpk.so
|
||||
lib/libglpk.so.0
|
||||
lib/libglpk.so.2
|
||||
|
Loading…
Reference in New Issue
Block a user