easyconfigs-it4i/p/Pasha/Pasha-1.0.5-ictce-5.3.0.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

28 lines
832 B
Plaintext

name = 'Pasha'
version = '1.0.5'
homepage = 'http://pasha.sourceforge.net/'
description = "PASHA is a parallel short read assembler for large genomes using de Bruijn graphs."
toolchain = {'name': 'ictce', 'version': '5.3.0'}
toolchainopts = {'pic': True, 'opt': True, 'optarch': True}
dependencies = [('tbb', '4.0.5.339', '', True)]
source_urls = ['http://downloads.sourceforge.net/pasha']
sources = [SOURCE_TAR_GZ]
patches = [
'intelmpi.patch',
# needed since this still relies on gnu specific includes from libstdc++ which changed in latest version of libstdc++
# since 1.0.5 pasha tries to use 'backward/' instead of 'ext/' but this might fail on some systems.
'old-libstdc++-hash_fun-map-set_pasha-1.0.5.patch',
]
# Pasha's makefile is not suited for parallel execution
parallel = 1
moduleclass = 'bio'