mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00

modified: p/PETSc/PETSc-3.17.2-foss-2021a.eb deleted: p/PETSc/PETSc-3.17.2-foss-2021a.eb.bak_20220610082314_3032778
19 lines
750 B
Plaintext
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'
|