blob: 19fc4a1bc270e28b8b7d85b58437f2093c3e2971 (
plain)
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
|
pkgbase = gromacs
pkgdesc = A versatile package to perform molecular dynamics, i.e. simulate the Newtonian equations of motion for systems with hundreds to millions of particles.
pkgver = 2024.4
pkgrel = 2
url = http://www.gromacs.org/
arch = x86_64
license = LGPL-2.1-only
makedepends = cmake
makedepends = gcc13
depends = lapack
depends = fftw
depends = zlib
depends = hwloc
depends = gcc13-libs
depends = tinyxml2
optdepends = cuda: Nvidia GPU support
optdepends = vmd: Accesibility to other trajectory formats (ONLY WHEN COMPILING)
optdepends = perl: needed for demux.pl and xplor2gmx.pl
optdepends = opencl-clover-mesa: OpenCL support for AMD/Intel GPU
optdepends = opencl-rusticl-mesa: OpenCL support for AMD/Intel GPU
optdepends = opencl-nvidia: OpenCL support for Nvidia GPU
options = !libtool
source = https://gitlab.com/gromacs/gromacs/-/archive/v2024.4/gromacs-v2024.4.tar.gz
sha256sums = c2d6697f694670254dfdd1f313101e0e18803be06080472f7bd1e9b5a23d299e
pkgname = gromacs
|