forked from easybuilders/easybuild-easyconfigs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding easyconfigs: MUMPS-5.7.2-foss-2023b-metis.eb
- Loading branch information
1 parent
3815115
commit 193bff8
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
27 changes: 27 additions & 0 deletions
27
easybuild/easyconfigs/m/MUMPS/MUMPS-5.7.2-foss-2023b-metis.eb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
name = 'MUMPS' | ||
version = '5.7.2' | ||
versionsuffix = '-metis' | ||
|
||
homepage = 'https://graal.ens-lyon.fr/MUMPS/' | ||
description = "A parallel sparse direct solver" | ||
|
||
toolchain = {'name': 'foss', 'version': '2023b'} | ||
toolchainopts = {'pic': True, 'usempi': True} | ||
|
||
source_urls = ['http://mumps-solver.org/'] | ||
sources = ['%(name)s_%(version)s.tar.gz'] | ||
checksums = ['1362d377ce7422fc886c55212b4a4d2c381918b5ca4478f682a22d0627a8fbf8'] | ||
|
||
dependencies = [ | ||
('SCOTCH', '7.0.4'), | ||
('METIS', '5.1.0'), | ||
] | ||
|
||
parallel = 1 | ||
|
||
# fix 'Type mismatch between actual argument' errors with GCC 10.x | ||
prebuildopts = 'export FFLAGS="$FFLAGS -fallow-argument-mismatch" && ' | ||
|
||
buildopts = 'all SONAME_VERSION="%(version)s"' | ||
|
||
moduleclass = 'math' |