easyconfigs-it4i/r/RAxML/RAxML-7.7.5-ictce-5.3.0-seq-sse3.eb
easybuild 40b461ca6f fix
2019-11-06 13:38:09 +01:00

26 lines
731 B
Plaintext

easyblock = 'ConfigureMake'
name = 'RAxML'
version = '7.7.5'
versionsuffix = '-seq-sse3'
homepage = 'https://github.com/stamatak/standard-RAxML'
description = "RAxML search algorithm for maximum likelihood based inference of phylogenetic trees."
toolchain = {'name': 'ictce', 'version': '5.3.0'}
# download from https://github.com/stamatak/standard-RAxML/archive/v7.7.5.zip
sources = ['v%(version)s.zip']
source_urls = ['https://github.com/stamatak/standard-RAxML/archive/']
skipsteps = ['configure', 'install']
buildopts = '-f Makefile.SSE3.gcc CC="$CC" && mkdir -p %(installdir)s/bin && cp raxmlHPC-SSE3 %(installdir)s/bin'
sanity_check_paths = {
'files': ["bin/raxmlHPC-SSE3"],
'dirs': [],
}
moduleclass = 'bio'