easyconfigs-it4i/m/MUMPS/MUMPS-5.2.1-intel-2020a-metis.eb
Lukáš Krupčík 039bd42f11 new file: m/METIS/METIS-5.1.0-intel-2020a.eb
new file:   m/MUMPS/MUMPS-5.2.1-intel-2020a-metis.eb
	new file:   p/PETSc/PETSc-3.12.4-intel-2020a.eb
	new file:   p/Py/Py-3.8.eb
	new file:   p/Python/Python-3.8.2-GCC-8.3.0-2.32-base.eb
	new file:   s/SCOTCH/SCOTCH-6.0.9-intel-2020a.eb
	new file:   s/SuiteSparse/SuiteSparse-5.6.0-intel-2020a-METIS-5.1.0.eb
	new file:   s/slepc4py/slepc4py-3.12.0-Py-3.7.eb
2020-03-18 11:56:37 +01:00

34 lines
1007 B
Plaintext

# IT4Innovations 2020
name = 'MUMPS'
version = '5.2.1'
versionsuffix = '-metis'
homepage = 'http://graal.ens-lyon.fr/MUMPS/'
description = "A parallel sparse direct solver"
toolchain = {'name': 'intel', 'version': '2020a'}
toolchainopts = {'pic': True, 'usempi': True}
source_urls = ['http://mumps.enseeiht.fr/']
sources = ['%(name)s_%(version)s.tar.gz']
patches = [
'%(name)s-%(version)s_shared-pord.patch', # builds the shared libs of PORD
'%(name)s-%(version)s_shared-mumps.patch', # builds shared libs of MUMPS
]
checksums = [
'd988fc34dfc8f5eee0533e361052a972aa69cc39ab193e7f987178d24981744a', # MUMPS_5.2.1.tar.gz
'e31019bedcce13acaa1867352edd99e1f67a97bb3fb7b96c7f10459c0fe301fd', # MUMPS-5.2.1_shared-pord.patch
'8973d64f44d509f1f85c6abb8b8ac9c330775f30c712f9a9e974c5541836d841', # MUMPS-5.2.1_shared-mumps.patch
]
dependencies = [
('SCOTCH', '6.0.9'),
('METIS', '5.1.0'),
]
parallel = 1
buildopts = 'all SONAME_VERSION="%(version)s"'
moduleclass = 'math'