Skip to content

Instantly share code, notes, and snippets.

Created March 10, 2015 15:38
Show Gist options
  • Save anonymous/a01485310527ed718639 to your computer and use it in GitHub Desktop.
Save anonymous/a01485310527ed718639 to your computer and use it in GitHub Desktop.
gistcli - Paste
# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild
# Author: Pablo Escobar Lopez
# Swiss Institute of Bioinformatics
# Biozentrum - University of Basel
easyblock = "PythonPackage"
name = 'StarCluster'
version = '0.95.6'
homepage = 'http://star.mit.edu/cluster/index.html'
description = """ StarCluster is an open source cluster-computing toolkit for
Amazon’s Elastic Compute Cloud (EC2) released under the LGPL license. StarCluster
has been designed to automate and simplify the process of building, configuring,
and managing clusters of virtual machines on Amazon’s EC2 cloud."""
toolchain = {'name': 'goolf', 'version': '1.7.20'}
source_urls = ['https://pypi.python.org/packages/source/S/StarCluster/']
sources = [SOURCE_TAR_GZ]
python = 'Python'
pyver = '2.7.9'
pyshortver = '.'.join(pyver.split('.')[:2])
versionsuffix = "-%s-%s" % (python, pyver)
dependencies = [
(python, pyver),
]
options = {'modulename': 'starcluster'}
sanity_check_paths = {
'files': ["bin/starcluster"],
'dirs': [""],
}
moduleclass = 'tools'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment