From 7f54827ef520b5d627e6373739da0801c51a3a0c Mon Sep 17 00:00:00 2001 From: Sebastian Achilles <s.achilles@fz-juelich.de> Date: Wed, 12 May 2021 19:44:01 +0200 Subject: [PATCH] update easyconfig: OpenMPI-4.1.1-GCC-10.3.0.eb Perl-5.32.1-GCCcore-10.3.0.eb --- Golden_Repo/o/OpenMPI/OpenMPI-4.1.1-GCC-10.3.0.eb | 2 +- Golden_Repo/p/Perl/Perl-5.32.1-GCCcore-10.3.0.eb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Golden_Repo/o/OpenMPI/OpenMPI-4.1.1-GCC-10.3.0.eb b/Golden_Repo/o/OpenMPI/OpenMPI-4.1.1-GCC-10.3.0.eb index c84dbbf42..0256f103e 100644 --- a/Golden_Repo/o/OpenMPI/OpenMPI-4.1.1-GCC-10.3.0.eb +++ b/Golden_Repo/o/OpenMPI/OpenMPI-4.1.1-GCC-10.3.0.eb @@ -29,7 +29,7 @@ builddependencies = [ dependencies = [ ('zlib', '1.2.11'), ('hwloc', '2.4.1'), - ('UCX', '1.10.0'), + ('UCX', '1.10.0', '', SYSTEM), ('CUDA', '11.3', '', SYSTEM), ('libevent', '2.1.12'), ] diff --git a/Golden_Repo/p/Perl/Perl-5.32.1-GCCcore-10.3.0.eb b/Golden_Repo/p/Perl/Perl-5.32.1-GCCcore-10.3.0.eb index aee5a677c..93aa8e822 100644 --- a/Golden_Repo/p/Perl/Perl-5.32.1-GCCcore-10.3.0.eb +++ b/Golden_Repo/p/Perl/Perl-5.32.1-GCCcore-10.3.0.eb @@ -23,7 +23,7 @@ dependencies = [ ('expat', '2.2.9'), # for XML::Parser ('ncurses', '6.2'), # for Term::ReadLine::Gnu ('libreadline', '8.1'), # for Term::ReadLine::Gnu - ('DB', '18.1.40'), # for DB_File + # ('DB', '18.1.40'), # for DB_File ] # OpenSSL is required for Net::SSLeay -- GitLab