mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-14 02:41:22 +01:00

new file: n/numba/numba-0.48.0-Py-3.7.eb modified: p/PETSc/PETSc-3.12.4-intel-2020a.eb new file: p/petsc4py/petsc4py-3.12.0-Py-3.7.eb new file: p/pybind11/pybind11-2.4.3-Py-3.7.eb new file: s/SLEPc/SLEPc-3.12.2-intel-2020a.eb new file: s/scipy/scipy-1.4.1-Py-3.7.eb modified: s/slepc4py/slepc4py-3.12.0-Py-3.7.eb
21 lines
774 B
Plaintext
21 lines
774 B
Plaintext
# IT4Innovations 2020
|
|
|
|
name = 'Hypre'
|
|
version = '2.18.2'
|
|
|
|
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': 'intel', 'version': '2020a'}
|
|
toolchainopts = {'pic': True}
|
|
|
|
source_urls = ['https://github.com/hypre-space/hypre/archive/']
|
|
sources = ['v%(version)s.tar.gz']
|
|
checksums = ['28007b5b584eaf9397f933032d8367788707a2d356d78e47b99e551ab10cc76a']
|
|
|
|
start_dir = 'src'
|
|
|
|
moduleclass = 'numlib'
|