You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
diff --git a/easybuild/easyconfigs/m/MinPath/MinPath-1.6-GCCcore-11.2.0.eb b/easybuild/easyconfigs/m/MinPath/MinPath-1.6-GCCcore-12.3.0.eb
index d15a861056..7f059093d3 100644
--- a/easybuild/easyconfigs/m/MinPath/MinPath-1.6-GCCcore-11.2.0.eb+++ b/easybuild/easyconfigs/m/MinPath/MinPath-1.6-GCCcore-12.3.0.eb@@ -10,7 +10,7 @@ description = """MinPath (Minimal set of Pathways) is a parsimony approach for b
using protein family predictions, achieving a more conservative, yet more faithful, estimation of the biological
pathways for a query dataset."""
-toolchain = {'name': 'GCCcore', 'version': '11.2.0'}+toolchain = {'name': 'GCCcore', 'version': '12.3.0'}
source_urls = ['https://github.com/mgtools/MinPath/archive/']
sources = [{'download_filename': '%s.tar.gz' % local_commit, 'filename': SOURCE_TAR_GZ}]
@@ -21,7 +21,7 @@ checksums = [
]
dependencies = [
- ('Python', '3.9.6'),+ ('Python', '3.11.3'),
('GLPK', '5.0'),
]
jfgrimm
changed the title
fix sanity_check_commands for MinPath 1.6
fix sanity_check_commands for MinPath 1.6 and add GCCcore/12.3.0 version
Jun 19, 2025
Test report by @jfgrimm SUCCESS
Build succeeded for 2 out of 2 (2 easyconfigs in total)
node106.viking2.yor.alces.network - Linux Rocky Linux 8.9, x86_64, AMD EPYC 7643 48-Core Processor, Python 3.6.8
See https://gist.github.com/jfgrimm/e3aa15cad7f99202857b016e1e8d19a1 for a full test report.
Test report by @verdurin SUCCESS
Build succeeded for 2 out of 2 (2 easyconfigs in total)
easybuild-el8.cloud.in.bmrc.ox.ac.uk - Linux Rocky Linux 8.10 (Green Obsidian), x86_64, Intel Xeon Processor (Skylake, IBRS), Python 3.11.11
See https://gist.github.com/verdurin/6e4d8451f63736854dc0191cbe9da937 for a full test report.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
this sanity check assumes we're running in the install dir, but since EB 5.0 we run the sanity check in a temporary directory
(created using
eb --new-pr)