easyconfigs-it4i/s/SuiteSparse/SuiteSparse-5.4.0-intel-2017c-METIS-5.1.0.eb
easybuild 40b461ca6f fix
2019-11-06 13:38:09 +01:00

25 lines
664 B
Plaintext

# IT4Innovations 2019
name = 'SuiteSparse'
version = '5.4.0'
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]
builddependencies = [('CMake', '3.13.1', '', True)]
dependencies = [('METIS', '5.1.0', '', True)]
prebuildopts = "export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:%(builddir)s/SuiteSparse/lib && "
parallel = 1
moduleclass = 'numlib'