-
Notifications
You must be signed in to change notification settings - Fork 706
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add easyconfig FastME-2.1.6.3-GCC-13.2.0.eb
- Loading branch information
1 parent
1a7dda7
commit 3114eaa
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
28 changes: 28 additions & 0 deletions
28
easybuild/easyconfigs/f/FastME/FastME-2.1.6.3-GCC-13.2.0.eb
This file contains 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
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' |