easyconfigs-it4i/g/GROMACS/GROMACS-5.1.2-goolf-1.7.20-mt.eb
easybuild 40b461ca6f fix
2019-11-06 13:38:09 +01:00

43 lines
1.3 KiB
Plaintext

##
# 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 local_component of the policy:
# http://hpcbios.readthedocs.org/en/latest/HPCBIOS_2012-93.html
##
name = 'GROMACS'
version = '5.1.2'
versionsuffix = '-mt'
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.7.20'}
toolchainopts = {'openmp': True, 'usempi': False}
source_urls = [
'ftp://ftp.gromacs.org/pub/gromacs/',
'http://gerrit.gromacs.org/download/',
]
sources = [
SOURCELOWER_TAR_GZ,
# seems to have disappeared?
# 'regressiontests-5.0.2.tar.gz',
]
builddependencies = [
('CMake', '2.8.12'),
('libxml2', '2.9.3')
]
dependencies = [('Boost', '1.53.0')]
moduleclass = 'bio'