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

25 lines
681 B
Plaintext

easyblock = 'ConfigureMake'
name = 'RAxML'
version = '7.2.6'
versionsuffix = '-mt-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'}
source_urls = ['http://sco.h-its.org/exelixis/resource/download/software/']
sources = [SOURCE_TAR_BZ2]
skipsteps = ['configure', 'install']
buildopts = '-f Makefile.SSE3.PTHREADS.gcc CC="$CC" && mkdir -p %(installdir)s/bin && cp raxmlHPC-PTHREADS-SSE3 %(installdir)s/bin'
sanity_check_paths = {
'files': ["bin/raxmlHPC-PTHREADS-SSE3"],
'dirs': [],
}
moduleclass = 'bio'