Merge branch 'it4i-salomon'

This commit is contained in:
Lukáš Krupčík 2020-07-13 13:02:22 +02:00
commit 51c8f68166
2 changed files with 21 additions and 0 deletions

View File

@ -1,4 +1,5 @@
# IT4Innovations 2020
# LK
name = 'Hypre'
version = '2.18.2'

View File

@ -0,0 +1,20 @@
# IT4Innovations 2020
# LK
name = 'Hypre'
version = '2.19.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': 'intel', 'version': '2020a'}
toolchainopts = {'pic': True}
source_urls = ['https://github.com/hypre-space/hypre/archive/']
sources = ['v%(version)s.tar.gz']
start_dir = 'src'
moduleclass = 'numlib'