mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
25 lines
656 B
Plaintext
25 lines
656 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'RAxML'
|
|
version = '7.2.6'
|
|
versionsuffix = '-seq-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'}
|
|
|
|
source_urls = ['http://sco.h-its.org/exelixis/resource/download/software/']
|
|
sources = [SOURCE_TAR_BZ2]
|
|
|
|
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'
|