comparison src/glpk.mk @ 3797:a4c8ef9f5c78

glpk: update to v4.55 * src/glpk.mk: update version, chcmsum * src/glpk-1-fixes.patch: update patch
author John Donoghue
date Mon, 16 Feb 2015 13:36:59 -0500
parents d95b8b84cea7
children 060d6cafa0a6
comparison
equal deleted inserted replaced
3796:e95c46863402 3797:a4c8ef9f5c78
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := glpk 4 PKG := glpk
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 4.54 6 $(PKG)_VERSION := 4.55
7 $(PKG)_CHECKSUM := 69d9c5d83271d34de1a58d2de2f7ababab975492 7 $(PKG)_CHECKSUM := 893058aada022a8dfc63c675ebcd7e7e86a3a363
8 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
9 $(PKG)_FILE := glpk-$($(PKG)_VERSION).tar.gz 9 $(PKG)_FILE := glpk-$($(PKG)_VERSION).tar.gz
10 $(PKG)_URL := ftp://ftp.gnu.org/gnu/glpk/$($(PKG)_FILE) 10 $(PKG)_URL := ftp://ftp.gnu.org/gnu/glpk/$($(PKG)_FILE)
11 $(PKG)_DEPS := 11 $(PKG)_DEPS :=
12 12