diff --git a/Golden_Repo/h/Hypre/Hypre-2.27.0-intel-para-2022a-cpu.eb b/Golden_Repo/h/Hypre/Hypre-2.27.0-intel-para-2022a-cpu.eb new file mode 100644 index 0000000000000000000000000000000000000000..f9df5a49a66224477f0e5bcc8f500f104fa73fa4 --- /dev/null +++ b/Golden_Repo/h/Hypre/Hypre-2.27.0-intel-para-2022a-cpu.eb @@ -0,0 +1,30 @@ +name = "Hypre" +version = "2.27.0" +versionsuffix = "-cpu" + +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-para', 'version': '2022a'} + +toolchainopts = {'pic': True, 'usempi': True, 'openmp': True} + +source_urls = ["https://github.com/hypre-space/hypre/archive/"] +sources = ['v%(version)s.tar.gz'] +checksums = ['507a3d036bb1ac21a55685ae417d769dd02009bde7e09785d0ae7446b4ae1f98'] + +start_dir = 'src' +disable_cuda = True +configopts = '--with-openmp ' +modextravars = { + 'HYPRE_ROOT': '%(installdir)s', + 'HYPRE_LIB': '%(installdir)s/lib', + 'HYPRE_INCLUDE': '%(installdir)s/include/' +} +moduleclass = 'numlib'