summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHector Martinez-Seara2021-05-20 14:47:12 +0200
committerHector Martinez-Seara2021-05-20 14:47:12 +0200
commitc27c068890a138229c664df93ada8aa1c5c7a9be (patch)
treee99ff188a99d8101ece62d4b01de3bb76020e900 /PKGBUILD
parent636025b90cb3d908281799e098cab9af66fa1813 (diff)
downloadaur-c27c068890a138229c664df93ada8aa1c5c7a9be.tar.gz
Made CUDA default
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c09195c23e6b..8fdb67865cee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=gromacs
pkgver=2021.2
-pkgrel=1
+pkgrel=2
pkgdesc='A versatile package to perform molecular dynamics, i.e. simulate the Newtonian equations of motion for systems with hundreds to millions of particles.'
url='http://www.gromacs.org/'
license=("LGPL")
@@ -40,7 +40,6 @@ build() {
-DGMX_DOUBLE=ON \
-DGMX_BUILD_OWN_FFTW=ON \
-DREGRESSIONTEST_DOWNLOAD=ON
- #-DGMX_SIMD=AVX2_256 \
make
msg2 "Building the single precision files"
@@ -49,8 +48,9 @@ build() {
-DCMAKE_INSTALL_PREFIX=/usr/ \
-DCMAKE_INSTALL_LIBDIR=lib\
-DGMX_BUILD_OWN_FFTW=ON \
+ -DGMX_GPU=CUDA \
-DREGRESSIONTEST_DOWNLOAD=ON
- #-DGMX_SIMD=AVX2_256 \
+ #GMX_GPU: Framework for GPU acceleration. Pick one of: OFF, CUDA, OpenCL, SYCL
make
}