easyconfigs-it4i/s/SuiteSparse/SuiteSparse-3.7.0-goolf-1.5.16-withparmetis.eb
easybuild 40b461ca6f fix
2019-11-06 13:38:09 +01:00

17 lines
516 B
Plaintext

name = 'SuiteSparse'
version = '3.7.0'
versionsuffix = '-withparmetis'
homepage = 'http://www.cise.ufl.edu/research/sparse/SuiteSparse/'
description = """SuiteSparse is a collection of libraries manipulate sparse matrices."""
toolchain = {'name': 'goolf', 'version': '1.5.16'}
toolchainopts = {'opt': True, 'unroll': True, 'pic': True, 'static': True}
source_urls = ['http://www.cise.ufl.edu/research/sparse/SuiteSparse/']
sources = [SOURCE_TAR_GZ]
dependencies = [('ParMETIS', '4.0.2')]
moduleclass = 'numlib'