easyconfigs-it4i/g/GLPK/GLPK-4.61-intel-2017a.eb
Lukáš Krupčík 92cb0848fe formatter
2018-10-03 07:48:02 +02:00

29 lines
750 B
Plaintext

easyblock = 'ConfigureMake'
name = 'GLPK'
version = '4.61'
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': 'intel', 'version': '2017a'}
sources = [SOURCELOWER_TAR_GZ]
source_urls = [GNU_SOURCE]
dependencies = [('GMP', '6.1.2', '', True)]
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'