Skip to content
Snippets Groups Projects
Commit e25b998b authored by Michael Knobloch's avatar Michael Knobloch
Browse files

Added GLPK to 2023 stage

parent 1ab5deda
No related branches found
No related tags found
No related merge requests found
easyblock = 'ConfigureMake'
name = 'GLPK'
version = '5.0'
homepage = 'https://www.gnu.org/software/glpk/'
description = """The GLPK (GNU Linear Programming Kit) package is intended for
solving large-scale linear programming (LP),
mixed integer programming (MIP), and other related problems.
It is a set of routines written in ANSI C
and organized in the form of a callable library."""
toolchain = {'name': 'GCCcore', 'version': '11.3.0'}
source_urls = [GNU_SOURCE]
sources = [SOURCELOWER_TAR_GZ]
checksums = ['4a1013eebb50f728fc601bdd833b0b2870333c3b3e5a816eeba921d95bec6f15']
builddependencies = [('binutils', '2.38')]
dependencies = [('GMP', '6.2.1')]
configopts = "--with-gmp"
sanity_check_paths = {
'files': ['bin/glpsol', 'include/glpk.h'] +
['lib/libglpk.%s' % x for x in [SHLIB_EXT, 'a']],
'dirs': [],
}
moduleclass = 'tools'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment