Skip to content

Commit

Permalink
adding easyconfigs: MUMPS-5.7.2-intel-2023b-metis.eb
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonPinches committed Aug 9, 2024
1 parent 3815115 commit f4bd14d
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions easybuild/easyconfigs/m/MUMPS/MUMPS-5.7.2-intel-2023b-metis.eb
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': 'intel', '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'

0 comments on commit f4bd14d

Please sign in to comment.