easyconfigs-it4i/h/Hypre/Hypre-2.24.0-foss-2021a.eb
Lukas Krupcik 8fd32284b1 new file: h/Hypre/Hypre-2.24.0-foss-2021a.eb
modified:   p/PETSc/PETSc-3.17.2-foss-2021a.eb
	deleted:    p/PETSc/PETSc-3.17.2-foss-2021a.eb.bak_20220610082314_3032778
2022-06-13 07:27:55 +02:00

19 lines
750 B
Plaintext

name = 'Hypre'
version = '2.24.0'
homepage = 'https://computation.llnl.gov/projects/hypre-scalable-linear-solvers-multigrid-methods'
description = """Hypre is a library for solving large, sparse linear systems of equations on massively
parallel computers. The problems of interest arise in the simulation codes being developed at LLNL
and elsewhere to study physical phenomena in the defense, environmental, energy, and biological sciences."""
toolchain = {'name': 'foss', 'version': '2021a'}
toolchainopts = {'pic': True}
source_urls = ['https://github.com/hypre-space/hypre/archive/']
sources = ['v%(version)s.tar.gz']
checksums = ['f480e61fc25bf533fc201fdf79ec440be79bb8117650627d1f25151e8be2fdb5']
start_dir = 'src'
moduleclass = 'numlib'