mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-13 02:12:12 +01:00
21 lines
557 B
Plaintext
21 lines
557 B
Plaintext
name = 'SuiteSparse'
|
|
version = '4.5.3'
|
|
|
|
homepage = 'http://faculty.cse.tamu.edu/davis/suitesparse.html'
|
|
description = """SuiteSparse is a collection of libraries manipulate sparse matrices."""
|
|
|
|
toolchain = {'name': 'intel', 'version': '2017.00'}
|
|
toolchainopts = {'opt': True, 'unroll': True, 'pic': True}
|
|
|
|
source_urls = ['http://faculty.cse.tamu.edu/davis/SuiteSparse/']
|
|
sources = [SOURCE_TAR_GZ]
|
|
|
|
metis = 'METIS'
|
|
metis_ver = '5.1.0'
|
|
versionsuffix = '-%s-%s' % (metis, metis_ver)
|
|
dependencies = [(metis, metis_ver)]
|
|
|
|
maxparallel = 1
|
|
|
|
moduleclass = 'numlib'
|