Created
December 20, 2013 22:40
-
-
Save boegel/8062785 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## | |
# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild | |
# | |
# Copyright:: Copyright 2012-2013 University of Luxembourg / LCSB, Cyprus Institute / CaSToRC, Ghent University | |
# Authors:: Wiktor Jurkowski <[email protected]>, Fotis Georgatos <[email protected]>, \ | |
# George Tsouloupas <[email protected]>, Kenneth Hoste | |
# 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-93.html | |
## | |
name = 'GROMACS' | |
version = '4.6.5' | |
versionsuffix = '-hybrid' | |
homepage = 'http://www.gromacs.org' | |
description = """GROMACS is a versatile package to perform molecular dynamics, | |
i.e. simulate the Newtonian equations of motion for systems with hundreds to millions of particles.""" | |
toolchain = {'name': 'goolf', 'version': '1.4.10'} | |
toolchainopts = {'openmp': True, 'usempi': True} | |
# eg. ftp://ftp.gromacs.org/pub/gromacs/gromacs-4.6.tar.gz | |
source_urls = [ | |
'ftp://ftp.gromacs.org/pub/gromacs/', # GROMACS sources | |
'http://gerrit.gromacs.org/download/', # regression tests sources | |
] | |
sources = [ | |
SOURCELOWER_TAR_GZ, | |
'regressiontests-%(version)s.tar.gz', | |
] | |
dependencies = [('GSL', '1.16')] | |
builddependencies = [('CMake', '2.8.12')] | |
moduleclass = 'bio' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment