mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-14 19:01:21 +01:00

new file: g/GDAL/GDAL-2.2.3-intel-2018b-Python-3.6.6.eb new file: g/GDAL/GDAL-2.4.0-intel-2017a-Py-2.7.eb new file: g/grace/grace-5.1.25-intel-2017c.eb new file: m/motif/motif-2.3.8.eb new file: n/netCDF/netCDF-4.6.3-intel-2017a.eb new file: r/R/Makevars modified: r/R/R-3.5.3-intel-2017a.eb new file: s/SAMtools/SAMtools-1.9-intel-2017a.eb new file: s/SWIG/SWIG-3.0.8-Py-2.7.eb new file: s/SuiteSparse/SuiteSparse-5.4.0-intel-2017c-ParMETIS-4.0.3.eb modified: t/Trilinos/Trilinos-12.12.1-intel-2017c-Py-2.7.eb new file: t/Trilinos/Trilinos-12.14.1-intel-2017c-Py-2.7.eb
25 lines
660 B
Plaintext
25 lines
660 B
Plaintext
# IT4Innovations 2019
|
|
|
|
name = 'SuiteSparse'
|
|
version = '5.4.0'
|
|
versionsuffix = '-ParMETIS-4.0.3'
|
|
|
|
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 = [('ParMETIS', '4.0.3')]
|
|
|
|
prebuildopts = "export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:%(builddir)s/SuiteSparse/lib && "
|
|
|
|
parallel = 1
|
|
|
|
moduleclass = 'numlib'
|