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

27 lines
789 B
Plaintext

easyblock = 'ConfigureMake'
name = 'RAxML'
version = '7.7.5'
versionsuffix = '-hybrid-sse3'
homepage = 'https://github.com/stamatak/standard-RAxML'
description = "RAxML search algorithm for maximum likelihood based inference of phylogenetic trees."
toolchain = {'name': 'goolf', 'version': '1.4.10'}
toolchainopts = {'usempi': True}
# 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.HYBRID.gcc CC="$CC" && mkdir -p %(installdir)s/bin && cp raxmlHPC-HYBRID-SSE3 %(installdir)s/bin'
sanity_check_paths = {
'files': ["bin/raxmlHPC-HYBRID-SSE3"],
'dirs': [],
}
moduleclass = 'bio'