Skip to content

Commit

Permalink
restore comments, remove commented checksums
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroge authored Oct 4, 2024
1 parent 35d635c commit 04a5347
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions easybuild/easyconfigs/e/EasyBuild/EasyBuild-4.9.4.eb
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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
Expand Down

0 comments on commit 04a5347

Please sign in to comment.