From 04a5347b371fe4b9ca4bb5a5bc1f13631f3b359f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bob=20Dr=C3=B6ge?= Date: Fri, 4 Oct 2024 17:16:41 +0200 Subject: [PATCH] restore comments, remove commented checksums --- easybuild/easyconfigs/e/EasyBuild/EasyBuild-4.9.4.eb | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/easybuild/easyconfigs/e/EasyBuild/EasyBuild-4.9.4.eb b/easybuild/easyconfigs/e/EasyBuild/EasyBuild-4.9.4.eb index 4640f806ea5..064536bb936 100644 --- a/easybuild/easyconfigs/e/EasyBuild/EasyBuild-4.9.4.eb +++ b/easybuild/easyconfigs/e/EasyBuild/EasyBuild-4.9.4.eb @@ -18,6 +18,9 @@ source_urls = [ # easybuild-easyconfigs 'https://files.pythonhosted.org/packages/ed/2c/7b2b22235ffe9310a93cbfef06fb3723466aa8ccc4aca4888b59433e55a6/', ] +# note: subdirectory for each unpacked source tarball is renamed because custom easyblock in older EasyBuild version +# that is used for installing EasyBuild with EasyBuild expects subdirectories with '-' rather than '_'; +# see also https://github.com/easybuilders/easybuild-easyblocks/pull/3358 sources = [ { 'filename': 'easybuild_framework-%(version)s.tar.gz', @@ -41,13 +44,6 @@ checksums = [ '602d9abfdd90f435bdc877b1d2710a17ae577c790914e7bf61428dc7073ad1b6'}, ] -# note: subdirectory for each unpacked source tarball is renamed because custom easyblock in older EasyBuild version -# that is used for installing EasyBuild with EasyBuild expects subdirectories with '-' rather than '_'; -# see also https://github.com/easybuilders/easybuild-easyblocks/pull/3358 -# {'easybuild_framework-4.9.4.tar.gz': '5b380a2e3a359f64f06789c390200b922a840f6b10b441e5163696a34bd9bc27'}, -# {'easybuild_easyblocks-4.9.4.tar.gz': '1272f1e294090caafde8cbda72ae344ef400fdd161163781f67b3cffe761dd62'}, -# {'easybuild_easyconfigs-4.9.4.tar.gz': 'beee4e098f5fee18f2029d6a0b893549aba26e075b147cc0008cb16fd4c8d982'}, - # order matters a lot, to avoid having dependencies auto-resolved (--no-deps easy_install option doesn't work?) # EasyBuild is a (set of) Python packages, so it depends on Python # usually, we want to use the system Python, so no actual Python dependency is listed