Skip to content

Instantly share code, notes, and snippets.

@boegel
Created December 20, 2013 22:40
Show Gist options
  • Save boegel/8062785 to your computer and use it in GitHub Desktop.
Save boegel/8062785 to your computer and use it in GitHub Desktop.
##
# 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 <wiktor.jurkowski@uni.lu>, Fotis Georgatos <fotis.georgatos@uni.lu>, \
# George Tsouloupas <g.tsouloupas@cyi.ac.cy>, 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