easyconfigs-it4i/a/AMOS/AMOS-3.1.0-ictce-5.3.0.eb
Easy Build 9f977316bb new file: a/ABAQUS/ABAQUS-2017-hotfix-1721.eb
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
2017-09-08 12:44:09 +02:00

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'