From ee4d3da67ca7de326eadd43ba13ede199f98659b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= Date: Mon, 13 Jul 2020 13:01:40 +0200 Subject: [PATCH] modified: h/Hypre/Hypre-2.18.2-intel-2020a.eb new file: h/Hypre/Hypre-2.19.0-intel-2020a.eb --- h/Hypre/Hypre-2.18.2-intel-2020a.eb | 1 + h/Hypre/Hypre-2.19.0-intel-2020a.eb | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 h/Hypre/Hypre-2.19.0-intel-2020a.eb diff --git a/h/Hypre/Hypre-2.18.2-intel-2020a.eb b/h/Hypre/Hypre-2.18.2-intel-2020a.eb index 2ef3d821..c93abeee 100644 --- a/h/Hypre/Hypre-2.18.2-intel-2020a.eb +++ b/h/Hypre/Hypre-2.18.2-intel-2020a.eb @@ -1,4 +1,5 @@ # IT4Innovations 2020 +# LK name = 'Hypre' version = '2.18.2' diff --git a/h/Hypre/Hypre-2.19.0-intel-2020a.eb b/h/Hypre/Hypre-2.19.0-intel-2020a.eb new file mode 100644 index 00000000..73769da0 --- /dev/null +++ b/h/Hypre/Hypre-2.19.0-intel-2020a.eb @@ -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'