easyconfigs-it4i/ARCHIVE/h/Hypre/Hypre-2.10.0b-intel-2015b.eb
Lukas Krupcik 182459da35 deleted: "a/ANSYS/\\"
deleted:    a/Anaconda2/Anaconda2-4.4.0.eb
	deleted:    a/Anaconda3/Anaconda3-2019.10.eb
	deleted:    a/Anaconda3/Anaconda3-4.4.0.eb
	deleted:    a/Anaconda3/Anaconda3-5.3.1.eb
	deleted:    a/Autotools/Autotools-20150215-GCC-6.3.0-2.27.eb
	deleted:    a/Autotools/Autotools-20170619.eb
	deleted:    a/Autotools/Autotools-20180311.eb
2022-05-05 11:22:37 +02:00

24 lines
783 B
Plaintext

name = 'Hypre'
version = '2.10.0b'
homepage = "https://local_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 local_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': '2015b'}
toolchainopts = {'pic': True}
# download via
# https://local_computation.llnl.gov/project/linear_solvers/download/hypre-2.10.0b_reg.php
sources = [SOURCELOWER_TAR_GZ]
start_dir = "src"
sanity_check_paths = {
'files': ['lib/libHYPRE.a'],
'dirs': ['include']
}
moduleclass = 'numlib'