mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
20 lines
481 B
Plaintext
20 lines
481 B
Plaintext
name = 'MrBayes'
|
|
version = '3.2.0'
|
|
|
|
homepage = 'http://mrbayes.csit.fsu.edu'
|
|
description = "MrBayes is a program for the Bayesian estimation of phylogeny."
|
|
|
|
|
|
toolchain = {'name': 'ictce', 'version': '5.3.0'}
|
|
toolchainopts = {'optarch': True, 'usempi': True}
|
|
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
source_urls = ["http://downloads.sourceforge.net/project/mrbayes/mrbayes/%s" % (version)]
|
|
|
|
dependencies = [
|
|
('beagle-lib', '20120124'),
|
|
('libreadline', '6.2'),
|
|
]
|
|
|
|
moduleclass = 'bio'
|