Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
easybuild-repository-public-release
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DEEP-SEA
easybuild-repository-public-release
Commits
5ac33a24
Commit
5ac33a24
authored
Jan 9, 2023
by
Sebastian Achilles
Browse files
Options
Downloads
Plain Diff
Merge branch 'SCOTCH_7.0.1' into '2023'
add SCOTCH to foss See merge request software-team/easybuild!1637
parents
ea642528
7dad812a
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Golden_Repo/s/SCOTCH/SCOTCH-7.0.1-foss-2022a.eb
+48
-0
48 additions, 0 deletions
Golden_Repo/s/SCOTCH/SCOTCH-7.0.1-foss-2022a.eb
with
48 additions
and
0 deletions
Golden_Repo/s/SCOTCH/SCOTCH-7.0.1-foss-2022a.eb
0 → 100644
+
48
−
0
View file @
5ac33a24
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'
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment