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/h/HMMER/HMMER-3.4-gompi-2023b.eb b/easybuild/easyconfigs/h/HMMER/HMMER-3.4-gompi-2024a.eb
index bb76dc1e93..f58d56361a 100644
--- a/easybuild/easyconfigs/h/HMMER/HMMER-3.4-gompi-2023b.eb+++ b/easybuild/easyconfigs/h/HMMER/HMMER-3.4-gompi-2024a.eb@@ -1,18 +1,3 @@-##-# EasyBuild reciPY as per https://github.com/easybuilders/easybuild-#-# Copyright:: Copyright 2012-2014 Uni.Lu/LCSB, NTUA-# Authors:: Nils Christian <nils.christian@uni.lu>,-# Fotis Georgatos <fotis@cern.ch>-# Updated by: Filip Kružík (INUITS)-# License:: MIT/GPL-# $Id$-#-# This work implements a part of the HPCBIOS project and is a-# component of the policy:-# https://hpcbios.readthedocs.org/en/latest/HPCBIOS_2012-94.html-##-
easyblock = 'ConfigureMake'
name = 'HMMER'
@@ -29,7 +14,7 @@ description = """HMMER is used for searching sequence databases for homologs
past, this strength came at significant computational expense, but in the new
HMMER3 project, HMMER is now essentially as fast as BLAST."""
-toolchain = {'name': 'gompi', 'version': '2023b'}+toolchain = {'name': 'gompi', 'version': '2024a'}
source_urls = [
'http://eddylab.org/software/hmmer/',
@@ -39,8 +24,8 @@ sources = [SOURCELOWER_TAR_GZ]
checksums = ['ca70d94fd0cf271bd7063423aabb116d42de533117343a9b27a65c17ff06fbf3']
builddependencies = [
- ('Python', '3.11.5'),- ('Perl', '5.38.0'),+ ('Python', '3.12.3'),+ ('Perl', '5.38.2'),
]
# replace hardcoded /usr/bin/perl shebang lines with '/usr/bin/env perl' across all files
This follows AF3 requirements.txt to a dot. First batch of easyconfigs cover the easy ones. First one that will need more work will be numpy 2.1.3 (possibly as SciPy-bundle 2024.11). See easybuilders/easybuild-easyblocks#3508 for details.
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
2024aissues & PRs related to 2024a common toolchainsupdate
5 participants
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.
(created using
eb --new-pr)