mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-14 02:41:22 +01:00
24 lines
765 B
Plaintext
24 lines
765 B
Plaintext
name = 'Hypre'
|
|
version = '2.10.0b'
|
|
|
|
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': 'intel', 'version': '2015b'}
|
|
toolchainopts = {'pic': True}
|
|
|
|
# download via
|
|
# https://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'
|