From 51d56182017d1d852c56cbc0c501d595dc5baba6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= Date: Mon, 4 Jun 2018 09:20:16 +0200 Subject: [PATCH] new file: d/dotNET-Core-Runtime/dotNET-Core-Runtime-2.0.7.eb new file: d/dotNET-Core-SDK/dotNET-Core-SDK-2.1.200.eb modified: p/Perl/Perl-5.26.2-GCC-6.3.0-2.27.eb deleted: d/dotNET-Core-Runtime/dotNET-Core-Runtime-2.1.0.eb deleted: d/dotNET-Core-SDL/dotNET-Core-SDK-2.0.7-2.eb Former-commit-id: 5e7845c56ac8b25ce0af3fabf4453856cf64ecd0 --- ...e-Runtime-2.1.0.eb => dotNET-Core-Runtime-2.0.7.eb} | 5 ++++- .../dotNET-Core-SDK-2.1.200.eb} | 6 +++--- p/Perl/Perl-5.26.2-GCC-6.3.0-2.27.eb | 10 +++++----- 3 files changed, 12 insertions(+), 9 deletions(-) rename d/dotNET-Core-Runtime/{dotNET-Core-Runtime-2.1.0.eb => dotNET-Core-Runtime-2.0.7.eb} (92%) rename d/{dotNET-Core-SDL/dotNET-Core-SDK-2.0.7-2.eb => dotNET-Core-SDK/dotNET-Core-SDK-2.1.200.eb} (71%) diff --git a/d/dotNET-Core-Runtime/dotNET-Core-Runtime-2.1.0.eb b/d/dotNET-Core-Runtime/dotNET-Core-Runtime-2.0.7.eb similarity index 92% rename from d/dotNET-Core-Runtime/dotNET-Core-Runtime-2.1.0.eb rename to d/dotNET-Core-Runtime/dotNET-Core-Runtime-2.0.7.eb index 78bd1d53..fc1ab622 100644 --- a/d/dotNET-Core-Runtime/dotNET-Core-Runtime-2.1.0.eb +++ b/d/dotNET-Core-Runtime/dotNET-Core-Runtime-2.0.7.eb @@ -14,7 +14,10 @@ source_urls = ['https://download.microsoft.com/download/A/9/F/A9F8872C-48B2-41DB sources = ['dotnet-runtime-%(version)s-linux-x64.tar.gz'] checksums = ['680ea40a1fafb7a6f93897df70077b64f0081b7d9b0f1358f5897ffd949d6b71'] -dependencies = [('libunwind', '1.2')] +dependencies = [ + ('libunwind', '1.2'), + ('glibc', '2.14') +] sanity_check_paths = { 'files': ['dotnet'], diff --git a/d/dotNET-Core-SDL/dotNET-Core-SDK-2.0.7-2.eb b/d/dotNET-Core-SDK/dotNET-Core-SDK-2.1.200.eb similarity index 71% rename from d/dotNET-Core-SDL/dotNET-Core-SDK-2.0.7-2.eb rename to d/dotNET-Core-SDK/dotNET-Core-SDK-2.1.200.eb index ae2e1bc5..114523e5 100644 --- a/d/dotNET-Core-SDL/dotNET-Core-SDK-2.0.7-2.eb +++ b/d/dotNET-Core-SDK/dotNET-Core-SDK-2.1.200.eb @@ -2,7 +2,7 @@ easyblock = 'Tarball' # note: only works on recent OSs, required sufficiently recent glibc (2.14 or newer) name = 'dotNET-Core-SDK' -version = '2.0.7-2' +version = '2.1.200' homepage = 'https://www.microsoft.com/net/' description = """.NET is a free, cross-platform, open source developer platform for building many different types @@ -10,8 +10,8 @@ description = """.NET is a free, cross-platform, open source developer platform toolchain = {'name': 'dummy', 'version': ''} -source_urls = ['https://github.com/dotnet/core/archive/'] -sources = ['v2.0.7-2.tar.gz'] +source_urls = ['https://download.microsoft.com/download/3/7/1/37189942-C91D-46E9-907B-CF2B2DE584C7/dotnet-sdk-2.1.200-linux-x64.tar.gz'] +sources = ['dotnet-sdk-%(version)s-linux-x64.tar.gz'] dependencies = [('libunwind', '1.2')] diff --git a/p/Perl/Perl-5.26.2-GCC-6.3.0-2.27.eb b/p/Perl/Perl-5.26.2-GCC-6.3.0-2.27.eb index de2a31a8..3b2af0e2 100644 --- a/p/Perl/Perl-5.26.2-GCC-6.3.0-2.27.eb +++ b/p/Perl/Perl-5.26.2-GCC-6.3.0-2.27.eb @@ -439,11 +439,11 @@ exts_list = [ 'source_urls': ['https://cpan.metacpan.org/authors/id/B/BI/BIGJ'], 'checksums': ['2fc516e71f9ef453be22a4619d91eb3f78df414a57dfa0fd745d3bff50bf73d2'], }), - ('MRO::Compat', '0.13', { - 'source_tmpl': 'MRO-Compat-%(version)s.tar.gz', - 'source_urls': ['https://cpan.metacpan.org/authors/id/H/HA/HAARG'], - 'checksums': ['8a2c3b6ccc19328d5579d02a7d91285e2afd85d801f49d423a8eb16f323da4f8'], - }), +# ('MRO::Compat', '0.13', { +# 'source_tmpl': 'MRO-Compat-%(version)s.tar.gz', +# 'source_urls': ['https://cpan.metacpan.org/authors/id/H/HA/HAARG'], +# 'checksums': ['8a2c3b6ccc19328d5579d02a7d91285e2afd85d801f49d423a8eb16f323da4f8'], +# }), ('Moo', '2.003004', { 'source_tmpl': 'Moo-%(version)s.tar.gz', 'source_urls': ['https://cpan.metacpan.org/authors/id/H/HA/HAARG'],