Skip to content

Commit

Permalink
Add easyconfig FastME-2.1.6.3-GCC-13.2.0.eb
Browse files Browse the repository at this point in the history
  • Loading branch information
julianmorillo committed Dec 17, 2024
1 parent 1a7dda7 commit 3114eaa
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions easybuild/easyconfigs/f/FastME/FastME-2.1.6.3-GCC-13.2.0.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
easyblock = 'ConfigureMake'

name = 'FastME'
version = '2.1.6.3'

homepage = 'http://www.atgc-montpellier.fr/fastme/'
description = "FastME: a comprehensive, accurate and fast distance-based phylogeny inference program."

toolchain = {'name': 'GCC', 'version': '13.2.0'}

source_urls = ['https://gite.lirmm.fr/atgc/FastME/-/archive/v%(version)s/']
sources = ['FastME-v%(version)s.tar.gz']
checksums = ['d49ff78cca7b76eadf8443efb33f071a7e8a152618ffa3d8e790f167d0a0b176']

builddependencies = [
('Autotools', '20220317'),
]

preconfigopts = "autoreconf -if && "

sanity_check_paths = {
'files': ['bin/fastme'],
'dirs': []
}

sanity_check_commands = ["fastme --help"]

moduleclass = 'bio'

0 comments on commit 3114eaa

Please sign in to comment.