Skip to content

{bio}[GCC/14.2.0,GCCcore/14.2.0,foss/2025a] BUSCO v6.1.0, MetaEuk v7, miniprot v0.18 - #26782

Open
WilleBell wants to merge 1 commit into
easybuilders:developfrom
WilleBell:20260903112235_new_pr_BUSCO610
Open

{bio}[GCC/14.2.0,GCCcore/14.2.0,foss/2025a] BUSCO v6.1.0, MetaEuk v7, miniprot v0.18#26782
WilleBell wants to merge 1 commit into
easybuilders:developfrom
WilleBell:20260903112235_new_pr_BUSCO610

Conversation

@WilleBell

@WilleBell WilleBell commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

(created using eb --new-pr)

Depends on:

@github-actions github-actions Bot added the 2025a issues & PRs related to 2025a common toolchains label Sep 3, 2026
@github-actions

github-actions Bot commented Sep 3, 2026

Copy link
Copy Markdown

Updated software BUSCO-6.1.0-foss-2025a.eb

Diff against BUSCO-5.8.2-foss-2023a.eb

easybuild/easyconfigs/b/BUSCO/BUSCO-5.8.2-foss-2023a.eb

diff --git a/easybuild/easyconfigs/b/BUSCO/BUSCO-5.8.2-foss-2023a.eb b/easybuild/easyconfigs/b/BUSCO/BUSCO-6.1.0-foss-2025a.eb
index f7405da55e..60c9126b65 100644
--- a/easybuild/easyconfigs/b/BUSCO/BUSCO-5.8.2-foss-2023a.eb
+++ b/easybuild/easyconfigs/b/BUSCO/BUSCO-6.1.0-foss-2025a.eb
@@ -4,44 +4,45 @@
 easyblock = 'PythonPackage'
 
 name = 'BUSCO'
-version = '5.8.2'
+version = '6.1.0'
 
 homepage = 'https://busco.ezlab.org/'
 description = "BUSCO: assessing genome assembly and annotation completeness with single-copy orthologs"
 
 # software_license = 'LicenseMIT'
 
-toolchain = {'name': 'foss', 'version': '2023a'}
+toolchain = {'name': 'foss', 'version': '2025a'}
 
 source_urls = ['https://gitlab.com/ezlab/%(namelower)s/-/archive/%(version)s']
 sources = [SOURCELOWER_TAR_BZ2]
-checksums = ['342a6e017f8ac3076ed311150f1f7a5a07697f729e4fc2df1f180b6641ba75d3']
+checksums = ['c24cda21152d5fffc78f0e417579cc94fb2ac0ee714228cfc9bd3c0652289026']
 
 dependencies = [
-    ('Python', '3.11.3'),
-    ('SciPy-bundle', '2023.07'),
-    ('R', '4.3.2'),
-    ('Biopython', '1.83'),
-    ('BLAST+', '2.14.1'),
+    ('Python', '3.13.1'),
+    ('SciPy-bundle', '2025.06'),
+    ('R', '4.5.1'),
+    ('Biopython', '1.85'),
+    ('BLAST+', '2.17.0'),
     ('HMMER', '3.4'),
     ('prodigal', '2.6.3'),
     ('AUGUSTUS', '3.5.0'),
-    ('SEPP', '4.5.5'),
-    ('MetaEuk', '6'),
+    ('SEPP', '4.5.6'),
+    ('MetaEuk', '7'),
     ('BBMap', '39.19'),
-    ('miniprot', '0.13'),
+    ('miniprot', '0.18'),
 ]
 
 postinstallcmds = [
     "mkdir -p %(installdir)s/bin %(installdir)s/doc",
-    "cp %(builddir)s/%(namelower)s-%(version)s/scripts/* %(installdir)s/bin",
+    # "cp %(builddir)s/%(namelower)s-%(version)s/scripts/* %(installdir)s/bin",
+    "cp %(builddir)s/%(namelower)s-%(version)s/bin/* %(installdir)s/bin",
     "cp %(builddir)s/%(namelower)s-%(version)s/LICENSE %(installdir)s/doc",
     "cp -r %(builddir)s/%(namelower)s-%(version)s/test_data %(installdir)s",
     "cp -r %(builddir)s/%(namelower)s-%(version)s/config %(installdir)s",
 ]
 
 sanity_check_paths = {
-    'files': ['bin/%(namelower)s', 'bin/generate_plot.py'],
+    'files': ['bin/%(namelower)s'],
     'dirs': ['test_data', 'lib/python%(pyshortver)s/site-packages/%(namelower)s'],
 }
 
Diff against BUSCO-5.4.7-foss-2022b.eb

easybuild/easyconfigs/b/BUSCO/BUSCO-5.4.7-foss-2022b.eb

diff --git a/easybuild/easyconfigs/b/BUSCO/BUSCO-5.4.7-foss-2022b.eb b/easybuild/easyconfigs/b/BUSCO/BUSCO-6.1.0-foss-2025a.eb
index f03de56e5a..60c9126b65 100644
--- a/easybuild/easyconfigs/b/BUSCO/BUSCO-5.4.7-foss-2022b.eb
+++ b/easybuild/easyconfigs/b/BUSCO/BUSCO-6.1.0-foss-2025a.eb
@@ -4,49 +4,54 @@
 easyblock = 'PythonPackage'
 
 name = 'BUSCO'
-version = '5.4.7'
+version = '6.1.0'
 
 homepage = 'https://busco.ezlab.org/'
 description = "BUSCO: assessing genome assembly and annotation completeness with single-copy orthologs"
+
 # software_license = 'LicenseMIT'
 
-toolchain = {'name': 'foss', 'version': '2022b'}
+toolchain = {'name': 'foss', 'version': '2025a'}
 
 source_urls = ['https://gitlab.com/ezlab/%(namelower)s/-/archive/%(version)s']
 sources = [SOURCELOWER_TAR_BZ2]
-checksums = ['6725dde07e5db0a3a785842c664ee2aa1af7e02850e487daab478145d09f603a']
+checksums = ['c24cda21152d5fffc78f0e417579cc94fb2ac0ee714228cfc9bd3c0652289026']
 
 dependencies = [
-    ('Python', '3.10.8'),
-    ('SciPy-bundle', '2023.02'),  # for pandas
-    ('R', '4.2.2'),  # for R and ggplot2
-    ('Biopython', '1.81'),
-    ('BLAST+', '2.14.0'),
-    ('HMMER', '3.3.2'),
+    ('Python', '3.13.1'),
+    ('SciPy-bundle', '2025.06'),
+    ('R', '4.5.1'),
+    ('Biopython', '1.85'),
+    ('BLAST+', '2.17.0'),
+    ('HMMER', '3.4'),
     ('prodigal', '2.6.3'),
     ('AUGUSTUS', '3.5.0'),
-    ('SEPP', '4.5.1'),
-    ('MetaEuk', '6'),
-    ('BBMap', '39.01'),
+    ('SEPP', '4.5.6'),
+    ('MetaEuk', '7'),
+    ('BBMap', '39.19'),
+    ('miniprot', '0.18'),
 ]
 
 postinstallcmds = [
-    'mkdir -p %(installdir)s/bin %(installdir)s/doc',
-    'cp %(builddir)s/%(namelower)s-%(version)s/scripts/* %(installdir)s/bin',
-    'cp %(builddir)s/%(namelower)s-%(version)s/LICENSE %(installdir)s/doc',
-    'cp -r %(builddir)s/%(namelower)s-%(version)s/test_data %(installdir)s',
-    'cp -r %(builddir)s/%(namelower)s-%(version)s/config %(installdir)s',
+    "mkdir -p %(installdir)s/bin %(installdir)s/doc",
+    # "cp %(builddir)s/%(namelower)s-%(version)s/scripts/* %(installdir)s/bin",
+    "cp %(builddir)s/%(namelower)s-%(version)s/bin/* %(installdir)s/bin",
+    "cp %(builddir)s/%(namelower)s-%(version)s/LICENSE %(installdir)s/doc",
+    "cp -r %(builddir)s/%(namelower)s-%(version)s/test_data %(installdir)s",
+    "cp -r %(builddir)s/%(namelower)s-%(version)s/config %(installdir)s",
 ]
 
 sanity_check_paths = {
-    'files': ['bin/busco', 'bin/generate_plot.py'],
-    'dirs': ['test_data', 'lib/python%(pyshortver)s/site-packages/busco']
+    'files': ['bin/%(namelower)s'],
+    'dirs': ['test_data', 'lib/python%(pyshortver)s/site-packages/%(namelower)s'],
 }
 
 sanity_check_commands = [
-    "busco --help",
-    "busco -i %(installdir)s/test_data/bacteria/genome.fna --cpu %(parallel)s  --mode geno --out test_bacteria.out",
-    "busco -i %(installdir)s/test_data/eukaryota/genome.fna --cpu %(parallel)s --mode geno --out test_eukaryota.out",
+    "%(namelower)s --help",
+    "%(namelower)s -i %(installdir)s/test_data/bacteria/genome.fna "
+    "--cpu %(parallel)s --mode geno --out test_bacteria.out",
+    "%(namelower)s -i %(installdir)s/test_data/eukaryota/genome.fna "
+    "--cpu %(parallel)s --mode geno --out test_eukaryota.out"
 ]
 
 moduleclass = 'bio'
Diff against BUSCO-5.4.5-foss-2022a.eb

easybuild/easyconfigs/b/BUSCO/BUSCO-5.4.5-foss-2022a.eb

diff --git a/easybuild/easyconfigs/b/BUSCO/BUSCO-5.4.5-foss-2022a.eb b/easybuild/easyconfigs/b/BUSCO/BUSCO-6.1.0-foss-2025a.eb
index d69fb9305e..60c9126b65 100644
--- a/easybuild/easyconfigs/b/BUSCO/BUSCO-5.4.5-foss-2022a.eb
+++ b/easybuild/easyconfigs/b/BUSCO/BUSCO-6.1.0-foss-2025a.eb
@@ -4,49 +4,54 @@
 easyblock = 'PythonPackage'
 
 name = 'BUSCO'
-version = '5.4.5'
+version = '6.1.0'
 
 homepage = 'https://busco.ezlab.org/'
 description = "BUSCO: assessing genome assembly and annotation completeness with single-copy orthologs"
+
 # software_license = 'LicenseMIT'
 
-toolchain = {'name': 'foss', 'version': '2022a'}
+toolchain = {'name': 'foss', 'version': '2025a'}
 
 source_urls = ['https://gitlab.com/ezlab/%(namelower)s/-/archive/%(version)s']
 sources = [SOURCELOWER_TAR_BZ2]
-checksums = ['3a852d3cb0ad4132af226279d1712b327a6638697fdf31df66cd6c8dda2417f7']
+checksums = ['c24cda21152d5fffc78f0e417579cc94fb2ac0ee714228cfc9bd3c0652289026']
 
 dependencies = [
-    ('Python', '3.10.4'),
-    ('SciPy-bundle', '2022.05'),  # for pandas
-    ('R', '4.2.1'),  # for R and ggplot2
-    ('Biopython', '1.79'),
-    ('BLAST+', '2.13.0'),
-    ('HMMER', '3.3.2'),
+    ('Python', '3.13.1'),
+    ('SciPy-bundle', '2025.06'),
+    ('R', '4.5.1'),
+    ('Biopython', '1.85'),
+    ('BLAST+', '2.17.0'),
+    ('HMMER', '3.4'),
     ('prodigal', '2.6.3'),
     ('AUGUSTUS', '3.5.0'),
-    ('SEPP', '4.5.1'),
-    ('MetaEuk', '6'),
-    ('BBMap', '39.01'),
+    ('SEPP', '4.5.6'),
+    ('MetaEuk', '7'),
+    ('BBMap', '39.19'),
+    ('miniprot', '0.18'),
 ]
 
 postinstallcmds = [
-    'mkdir -p %(installdir)s/bin %(installdir)s/doc',
-    'cp %(builddir)s/%(namelower)s-%(version)s/scripts/* %(installdir)s/bin',
-    'cp %(builddir)s/%(namelower)s-%(version)s/LICENSE %(installdir)s/doc',
-    'cp -r %(builddir)s/%(namelower)s-%(version)s/test_data %(installdir)s',
-    'cp -r %(builddir)s/%(namelower)s-%(version)s/config %(installdir)s',
+    "mkdir -p %(installdir)s/bin %(installdir)s/doc",
+    # "cp %(builddir)s/%(namelower)s-%(version)s/scripts/* %(installdir)s/bin",
+    "cp %(builddir)s/%(namelower)s-%(version)s/bin/* %(installdir)s/bin",
+    "cp %(builddir)s/%(namelower)s-%(version)s/LICENSE %(installdir)s/doc",
+    "cp -r %(builddir)s/%(namelower)s-%(version)s/test_data %(installdir)s",
+    "cp -r %(builddir)s/%(namelower)s-%(version)s/config %(installdir)s",
 ]
 
 sanity_check_paths = {
-    'files': ['bin/busco', 'bin/generate_plot.py'],
-    'dirs': ['test_data', 'lib/python%(pyshortver)s/site-packages/busco']
+    'files': ['bin/%(namelower)s'],
+    'dirs': ['test_data', 'lib/python%(pyshortver)s/site-packages/%(namelower)s'],
 }
 
 sanity_check_commands = [
-    "busco --help",
-    "busco -i %(installdir)s/test_data/bacteria/genome.fna --cpu %(parallel)s  --mode geno --out test_bacteria.out",
-    "busco -i %(installdir)s/test_data/eukaryota/genome.fna --cpu %(parallel)s --mode geno --out test_eukaryota.out",
+    "%(namelower)s --help",
+    "%(namelower)s -i %(installdir)s/test_data/bacteria/genome.fna "
+    "--cpu %(parallel)s --mode geno --out test_bacteria.out",
+    "%(namelower)s -i %(installdir)s/test_data/eukaryota/genome.fna "
+    "--cpu %(parallel)s --mode geno --out test_eukaryota.out"
 ]
 
 moduleclass = 'bio'

Updated software MetaEuk-7-GCC-14.2.0.eb

Diff against MetaEuk-6-GCC-12.3.0.eb

easybuild/easyconfigs/m/MetaEuk/MetaEuk-6-GCC-12.3.0.eb

diff --git a/easybuild/easyconfigs/m/MetaEuk/MetaEuk-6-GCC-12.3.0.eb b/easybuild/easyconfigs/m/MetaEuk/MetaEuk-7-GCC-14.2.0.eb
index 8524b1b66b..70b76de2db 100644
--- a/easybuild/easyconfigs/m/MetaEuk/MetaEuk-6-GCC-12.3.0.eb
+++ b/easybuild/easyconfigs/m/MetaEuk/MetaEuk-7-GCC-14.2.0.eb
@@ -1,25 +1,25 @@
 easyblock = 'CMakeMake'
 
 name = 'MetaEuk'
-version = '6'
-local_commit = 'a5d39d9'
+version = '7'
+local_commit = 'bba0d80'
 
 homepage = 'https://metaeuk.soedinglab.org'
 description = """MetaEuk is a modular toolkit designed for large-scale gene discovery and annotation in eukaryotic
  metagenomic contigs."""
 
-toolchain = {'name': 'GCC', 'version': '12.3.0'}
+toolchain = {'name': 'GCC', 'version': '14.2.0'}
 
 source_urls = ['https://github.com/soedinglab/%(namelower)s/archive']
 sources = ['%%(version)s-%s.tar.gz' % local_commit]
-checksums = ['be19c26f5bdb7dcdd7bc48172105afecf19e5a2e5555edb3ba0c4aa0e4aac126']
+checksums = ['45eff3cb8e15626b1142d4717bf43a6e7a1308bc8a6eb1718c70d33d613898fa']
 
 builddependencies = [
-    ('CMake', '3.26.3'),
+    ('CMake', '3.31.3'),
 ]
 dependencies = [
     ('bzip2', '1.0.8'),
-    ('zlib', '1.2.13'),
+    ('zlib', '1.3.1'),
 ]
 
 
Diff against MetaEuk-6-GCC-12.2.0.eb

easybuild/easyconfigs/m/MetaEuk/MetaEuk-6-GCC-12.2.0.eb

diff --git a/easybuild/easyconfigs/m/MetaEuk/MetaEuk-6-GCC-12.2.0.eb b/easybuild/easyconfigs/m/MetaEuk/MetaEuk-7-GCC-14.2.0.eb
index 983ce8ee7a..70b76de2db 100644
--- a/easybuild/easyconfigs/m/MetaEuk/MetaEuk-6-GCC-12.2.0.eb
+++ b/easybuild/easyconfigs/m/MetaEuk/MetaEuk-7-GCC-14.2.0.eb
@@ -1,26 +1,28 @@
 easyblock = 'CMakeMake'
 
 name = 'MetaEuk'
-version = '6'
-local_commit = 'a5d39d9'
+version = '7'
+local_commit = 'bba0d80'
 
 homepage = 'https://metaeuk.soedinglab.org'
 description = """MetaEuk is a modular toolkit designed for large-scale gene discovery and annotation in eukaryotic
  metagenomic contigs."""
 
-toolchain = {'name': 'GCC', 'version': '12.2.0'}
+toolchain = {'name': 'GCC', 'version': '14.2.0'}
 
 source_urls = ['https://github.com/soedinglab/%(namelower)s/archive']
 sources = ['%%(version)s-%s.tar.gz' % local_commit]
-checksums = ['be19c26f5bdb7dcdd7bc48172105afecf19e5a2e5555edb3ba0c4aa0e4aac126']
-
-builddependencies = [('CMake', '3.24.3')]
+checksums = ['45eff3cb8e15626b1142d4717bf43a6e7a1308bc8a6eb1718c70d33d613898fa']
 
+builddependencies = [
+    ('CMake', '3.31.3'),
+]
 dependencies = [
     ('bzip2', '1.0.8'),
-    ('zlib', '1.2.12'),
+    ('zlib', '1.3.1'),
 ]
 
+
 sanity_check_paths = {
     'files': ['bin/metaeuk'],
     'dirs': [],
Diff against MetaEuk-6-GCC-11.3.0.eb

easybuild/easyconfigs/m/MetaEuk/MetaEuk-6-GCC-11.3.0.eb

diff --git a/easybuild/easyconfigs/m/MetaEuk/MetaEuk-6-GCC-11.3.0.eb b/easybuild/easyconfigs/m/MetaEuk/MetaEuk-7-GCC-14.2.0.eb
index 3077d33068..70b76de2db 100644
--- a/easybuild/easyconfigs/m/MetaEuk/MetaEuk-6-GCC-11.3.0.eb
+++ b/easybuild/easyconfigs/m/MetaEuk/MetaEuk-7-GCC-14.2.0.eb
@@ -1,26 +1,28 @@
 easyblock = 'CMakeMake'
 
 name = 'MetaEuk'
-version = '6'
-local_commit = 'a5d39d9'
+version = '7'
+local_commit = 'bba0d80'
 
 homepage = 'https://metaeuk.soedinglab.org'
 description = """MetaEuk is a modular toolkit designed for large-scale gene discovery and annotation in eukaryotic
  metagenomic contigs."""
 
-toolchain = {'name': 'GCC', 'version': '11.3.0'}
+toolchain = {'name': 'GCC', 'version': '14.2.0'}
 
 source_urls = ['https://github.com/soedinglab/%(namelower)s/archive']
 sources = ['%%(version)s-%s.tar.gz' % local_commit]
-checksums = ['be19c26f5bdb7dcdd7bc48172105afecf19e5a2e5555edb3ba0c4aa0e4aac126']
-
-builddependencies = [('CMake', '3.23.1')]
+checksums = ['45eff3cb8e15626b1142d4717bf43a6e7a1308bc8a6eb1718c70d33d613898fa']
 
+builddependencies = [
+    ('CMake', '3.31.3'),
+]
 dependencies = [
     ('bzip2', '1.0.8'),
-    ('zlib', '1.2.12'),
+    ('zlib', '1.3.1'),
 ]
 
+
 sanity_check_paths = {
     'files': ['bin/metaeuk'],
     'dirs': [],

Updated software miniprot-0.18-GCCcore-14.2.0.eb

Diff against miniprot-0.13-GCCcore-12.3.0.eb

easybuild/easyconfigs/m/miniprot/miniprot-0.13-GCCcore-12.3.0.eb

diff --git a/easybuild/easyconfigs/m/miniprot/miniprot-0.13-GCCcore-12.3.0.eb b/easybuild/easyconfigs/m/miniprot/miniprot-0.18-GCCcore-14.2.0.eb
index aa598c6869..3806b0f955 100644
--- a/easybuild/easyconfigs/m/miniprot/miniprot-0.13-GCCcore-12.3.0.eb
+++ b/easybuild/easyconfigs/m/miniprot/miniprot-0.18-GCCcore-14.2.0.eb
@@ -1,33 +1,33 @@
-easyblock = "MakeCp"
+easyblock = 'MakeCp'
 
 name = 'miniprot'
-version = '0.13'
+version = '0.18'
 
 homepage = 'https://github.com/lh3/miniprot'
 description = """Miniprot aligns a protein sequence against a genome with affine gap penalty, splicing and frameshift.
-It is primarily intended for annotating protein-coding genes in a new species using known genes from other species.
-Miniprot is similar to GeneWise and Exonerate in functionality but it can map proteins to whole genomes and is much
-faster at the residue alignment step."""
+It is primarily intended for annotating protein-coding genes in a new species using known genes from other species."""
 
-toolchain = {'name': 'GCCcore', 'version': '12.3.0'}
+toolchain = {'name': 'GCCcore', 'version': '14.2.0'}
 
-source_urls = ['https://github.com/lh3/miniprot/archive']
-sources = [{'download_filename': 'v%(version)s.tar.gz', 'filename': SOURCE_TAR_GZ}]
-checksums = ['be12d98d998beb78e4e06350c03d2f188bcdf3245d6bcaf43e2cc80785a617a4']
-
-builddependencies = [('binutils', '2.40')]
-dependencies = [('zlib', '1.2.13')]
+github_account = 'lh3'
+source_urls = [GITHUB_SOURCE]
+sources = ['v%(version)s.tar.gz']
+checksums = ['e1b5c08571fa3a4aa225da8ec9c6e744cd116b4dc50d9e187114cffe336921ee']
 
+builddependencies = [('binutils', '2.42')]
+dependencies = [('zlib', '1.3.1')]
 files_to_copy = [
-    (['*.h', 'miniprot.1', 'test', 'tex'], 'lib'),
-    (['miniprot'], 'bin'),
+    (['*.h', '%(name)s.1', 'test', 'tex'], 'lib'),
+    (['%(name)s'], 'bin'),
     'README.md',
     'LICENSE.txt',
 ]
 
 sanity_check_paths = {
-    'files': ['bin/miniprot'],
-    'dirs': ['lib'],
+    'files': ['bin/%(name)s'],
+    'dirs': [],
 }
 
+sanity_check_commands = ['%(name)s 2>&1 | grep "Usage: %(name)s"']
+
 moduleclass = 'bio'
Diff against miniprot-0.13-GCCcore-13.2.0.eb

easybuild/easyconfigs/m/miniprot/miniprot-0.13-GCCcore-13.2.0.eb

diff --git a/easybuild/easyconfigs/m/miniprot/miniprot-0.13-GCCcore-13.2.0.eb b/easybuild/easyconfigs/m/miniprot/miniprot-0.18-GCCcore-14.2.0.eb
index 9f7fec0786..3806b0f955 100644
--- a/easybuild/easyconfigs/m/miniprot/miniprot-0.13-GCCcore-13.2.0.eb
+++ b/easybuild/easyconfigs/m/miniprot/miniprot-0.18-GCCcore-14.2.0.eb
@@ -1,21 +1,21 @@
 easyblock = 'MakeCp'
 
 name = 'miniprot'
-version = '0.13'
+version = '0.18'
 
 homepage = 'https://github.com/lh3/miniprot'
 description = """Miniprot aligns a protein sequence against a genome with affine gap penalty, splicing and frameshift.
 It is primarily intended for annotating protein-coding genes in a new species using known genes from other species."""
 
-toolchain = {'name': 'GCCcore', 'version': '13.2.0'}
+toolchain = {'name': 'GCCcore', 'version': '14.2.0'}
 
 github_account = 'lh3'
 source_urls = [GITHUB_SOURCE]
 sources = ['v%(version)s.tar.gz']
-checksums = ['be12d98d998beb78e4e06350c03d2f188bcdf3245d6bcaf43e2cc80785a617a4']
+checksums = ['e1b5c08571fa3a4aa225da8ec9c6e744cd116b4dc50d9e187114cffe336921ee']
 
-builddependencies = [('binutils', '2.40')]
-dependencies = [('zlib', '1.2.13')]
+builddependencies = [('binutils', '2.42')]
+dependencies = [('zlib', '1.3.1')]
 files_to_copy = [
     (['*.h', '%(name)s.1', 'test', 'tex'], 'lib'),
     (['%(name)s'], 'bin'),

@WilleBell

Copy link
Copy Markdown
Contributor Author

Test report by @WilleBell
SUCCESS
Build succeeded for 3 out of 3 (total: 5 mins 40 secs) (3 easyconfigs in total)
node701.hydra.os - Linux Rocky Linux 9.8, x86_64, AMD EPYC 9535 64-Core Processor, Python 3.9.25
See https://gist.github.com/WilleBell/0bf6dc2c7e46e097624ddc428c8aeda7 for a full test report.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

2025a issues & PRs related to 2025a common toolchains update

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant