-
Notifications
You must be signed in to change notification settings - Fork 0
/
GROMACS-2020.5-RAMD-2.0-fosscuda-2019b.eb
52 lines (44 loc) · 1.7 KB
/
GROMACS-2020.5-RAMD-2.0-fosscuda-2019b.eb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
##
# This file is an EasyBuild reciPY as per https://github.com/easybuilders/easybuild
#
# Copyright:: Copyright 2012-2016 University of Luxembourg / LCSB, Cyprus Institute / CaSToRC,
# Ghent University / The Francis Crick Institute
# Authors::
# * Wiktor Jurkowski <wiktor.jurkowski@gmail.com>
# * Fotis Georgatos <fotis@cern.ch>
# * George Tsouloupas <g.tsouloupas@cyi.ac.cy>
# * Kenneth Hoste <kenneth.hoste@ugent.be>
# * Adam Huffman <adam.huffman@crick.ac.uk>
# License:: MIT/GPL
##
name = 'GROMACS'
version = '2020.5-RAMD-2.0'
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.
This is a GPU enabled build, containing both MPI and threadMPI binaries.
"""
toolchain = {'name': 'fosscuda', 'version': '2019b'}
toolchainopts = {'openmp': True, 'usempi': True}
source_urls = [
'https://github.com/HITS-MCM/gromacs-ramd/archive/'
]
sources = ['gromacs-2020.5-ramd-2.0.tar.gz']
patches = [
'GROMACS-2019_fix_omp_num_threads_and_google_test_death_style_in_tests.patch',
'GROMACS-2019_increase_test_timeout_for_GPU.patch',
]
checksums = [
# gromacs-2020.5-ramd-2.0.tar.gz
'36d95e9a84879647d4ee735818a16bc72a36a4960f6f7bd692537249be18b17e',
# GROMACS-2019_fix_omp_num_threads_and_google_test_death_style_in_tests.patch
'406f5edd204be812f095a6f07ebc2673c5f6ddf1b1c1428fd336a80b9c629275',
# GROMACS-2019_increase_test_timeout_for_GPU.patch
'0d16f53d428155197a0ed0b0974ce03422f199d7c463c4a9156a3b99e3c86234',
]
builddependencies = [
('CMake', '3.15.3'),
]
skipsteps = ['test']
moduleclass = 'bio'