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