easyconfigs-it4i/r/RAxML/RAxML-7.2.6-ictce-5.3.0-mpi-sse3.eb
Josef Hrabal 27902b54aa _not_installed merged back
Modules which was not installed merged back to root directory.
2017-04-05 12:53:18 +02:00

26 lines
700 B
Plaintext

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