easyconfigs-it4i/h/Hypre/Hypre-2.15.1-foss-2017b.eb
Lukáš Krupčík 80593caa73 new file: h/Hypre/Hypre-2.15.1-foss-2017b.eb
new file:   h/Hypre/Hypre-2.15.1-intel-2017a.eb
	modified:   i/iompi/iompi-2017a.eb
	new file:   i/iompi/iompi-2017c.eb
2019-03-01 13:57:19 +01:00

25 lines
746 B
Plaintext

# IT4Innovations 2019
name = 'Hypre'
version = '2.15.1'
homepage = "https://computation.llnl.gov/casc/linear_solvers/sls_hypre.html"
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': '2017b'}
toolchainopts = {'pic': True}
source_urls = ['https://github.com/LLNL/hypre/archive/']
sources = ['v%(version)s.tar.gz']
start_dir = 'src'
sanity_check_paths = {
'files': ['lib/libHYPRE.a'],
'dirs': ['include']
}
moduleclass = 'numlib'