easyconfigs-it4i/archive/p/PETSc/PETSc-3.5.3-intel-2015b-Python-2.7.9.eb
easybuild 40b461ca6f fix
2019-11-06 13:38:09 +01:00

33 lines
991 B
Plaintext

name = 'PETSc'
version = '3.5.3'
versionsuffix = '-Python-2.7.9'
homepage = 'http://www.mcs.anl.gov/petsc'
description = """PETSc, pronounced PET-see (the S is silent), is a suite of data structures and routines for the
scalable (parallel) solution of scientific applications modeled by partial differential equations."""
toolchain = {'name': 'intel', 'version': '2015b'}
toolchainopts = {'usempi': True, 'pic': True}
source_urls = ['http://ftp.mcs.anl.gov/pub/petsc/release-snapshots']
sources = [SOURCELOWER_TAR_GZ]
patches = ['PETSc_ranlib-fix.patch']
parmetis = 'ParMETIS'
parmetis_ver = '4.0.3'
dependencies = [
('Boost', '1.58.0', versionsuffix),
('FIAT', '1.6.0', versionsuffix),
('METIS', '5.1.0'),
(parmetis, parmetis_ver),
('ScientificPython', '2.9.4', versionsuffix),
('SCOTCH', '6.0.3'),
('SuiteSparse', '4.4.3', '-%s-%s' % (parmetis, parmetis_ver)),
('Hypre', '2.10.0b'),
]
builddependencies = [('CMake', '3.0.0')]
moduleclass = 'numlib'