mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
17 lines
516 B
Plaintext
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'
|