Skip to content
Snippets Groups Projects
Commit 5ac33a24 authored by Sebastian Achilles's avatar Sebastian Achilles
Browse files

Merge branch 'SCOTCH_7.0.1' into '2023'

add SCOTCH to foss

See merge request software-team/easybuild!1637
parents ea642528 7dad812a
Branches
No related tags found
No related merge requests found
name = 'SCOTCH'
version = '7.0.1'
homepage = 'http://gforge.inria.fr/projects/scotch/'
description = """Software package and libraries for sequential and parallel graph partitioning,
static mapping, and sparse matrix block ordering, and sequential mesh and hypergraph partitioning.
"""
toolchain = {'name': 'foss', 'version': '2022a'}
toolchainopts = {'pic': True}
source_urls = ['https://gitlab.inria.fr/scotch/scotch/-/archive/v%(version)s/']
sources = ['%(namelower)s-v%(version)s.tar.gz']
checksums = ['0618e9bc33c02172ea7351600fce4fccd32fe00b3359c4aabb5e415f17c06fed']
builddependencies = [
('Bison', '3.8.2'),
('flex', '2.6.4'),
]
dependencies = [
('zlib', '1.2.12'),
]
configopts = '-DIDXSIZE64 '
modloadmsg = """
Notice: We do not support the Fortran interface
"""
modextravars = {
'SCOTCH_ROOT': '%(installdir)s',
'SCOTCH_INCLUDE': '%(installdir)s/include/',
'SCOTCH_LIB': '%(installdir)s/lib',
}
moduleclass = 'math'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment