mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-10 17:02:11 +01:00

new file: a/AMOS/AMOS-3.1.0-goolf-1.4.10.eb new file: a/AMOS/AMOS-3.1.0-ictce-5.3.0.eb new file: a/AMOS/AMOS-3.1.0_GCC-4.7.patch new file: a/ARB/ARB-5.5-goolf-1.4.10.eb new file: a/ARB/ARB-5.5_xflags.patch new file: a/ARB/ARB-5.5_xmkmf.patch modified: duplicate modified: it4i new file: remove_list modified: test.sh deleted: .test.sh.swp
41 lines
1.1 KiB
Plaintext
41 lines
1.1 KiB
Plaintext
##
|
|
# This file is an EasyBuild reciPY as per https://github.com/easybuilders/easybuild
|
|
#
|
|
# Copyright:: Copyright 2012-2014 Uni.Lu/LCSB, NTUA
|
|
# Authors:: Cedric Laczny <cedric.laczny@uni.lu>, Fotis Georgatos <fotis@cern.ch>
|
|
# License:: MIT/GPL
|
|
# $Id$
|
|
#
|
|
# This work implements a part of the HPCBIOS project and is a component of the policy:
|
|
# http://hpcbios.readthedocs.org/en/latest/HPCBIOS_2012-94.html
|
|
##
|
|
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'AMOS'
|
|
version = '3.1.0'
|
|
|
|
homepage = 'http://sourceforge.net/apps/mediawiki/amos/index.php?title=AMOS'
|
|
description = """The AMOS consortium is committed to the development of open-source whole genome assembly software"""
|
|
|
|
|
|
toolchain = {'name': 'ictce', 'version': '5.3.0'}
|
|
toolchainopts = {'optarch': True, 'pic': True}
|
|
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
source_urls = [('http://sourceforge.net/projects/amos/files/%s/%s' % (name.lower(), version), 'download')]
|
|
|
|
dependencies = [
|
|
('expat', '2.1.0'),
|
|
('MUMmer', '3.23'),
|
|
]
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/AMOScmp', 'bin/AMOScmp-shortReads', 'bin/AMOScmp-shortReads-alignmentTrimmed'],
|
|
'dirs': []
|
|
}
|
|
|
|
parallel = 1 # make crashes otherwise
|
|
|
|
moduleclass = 'bio'
|