Add latest version of GLPK (#7521)

This commit is contained in:
Adam J. Stewart 2018-03-19 16:18:42 -05:00 committed by GitHub
parent 72fae99a9e
commit a84cfb9ad4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,9 +33,10 @@ class Glpk(AutotoolsPackage):
"""
homepage = "https://www.gnu.org/software/glpk"
url = "http://ftp.gnu.org/gnu/glpk/glpk-4.57.tar.gz"
url = "http://ftp.gnu.org/gnu/glpk/glpk-4.65.tar.gz"
version('4.61', '3ce3e224a8b6e75a1a0b378445830f21')
version('4.65', '470a984a8b1c0e027bdb6d5859063fe8')
version('4.61', '3ce3e224a8b6e75a1a0b378445830f21')
version('4.57', '237531a54f73155842f8defe51aedb0f')
variant(