# IT4Innovations 2019 name = 'SuiteSparse' version = '5.1.2' versionsuffix = '-METIS-5.1.0' homepage = 'http://faculty.cse.tamu.edu/davis/suitesparse.html' description = """SuiteSparse is a collection of libraries manipulate sparse matrices.""" toolchain = {'name': 'intel', 'version': '2017c'} toolchainopts = {'unroll': True, 'pic': True} source_urls = ['http://faculty.cse.tamu.edu/davis/SuiteSparse/'] sources = [SOURCE_TAR_GZ] checksums = ['4ec8d344bd8e95b898132ddffd7ee93bfbb2c1224925d11bab844b08f9b4c3b7'] dependencies = [('METIS', '5.1.0', '', True)] parallel = 1 moduleclass = 'numlib'