summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVedran Miletić2023-06-01 16:51:51 +0200
committerVedran Miletić2023-06-01 16:51:51 +0200
commit188c8f13433a12d410fe3cf243b635ffcced983b (patch)
treea6342c61ccdbe8911e1888f4873b84af6e67b205 /PKGBUILD
parent5d3dbd1db67f9643b1c85d4f72c8eb9b7425c446 (diff)
downloadaur-188c8f13433a12d410fe3cf243b635ffcced983b.tar.gz
Removed obsolete GCC 11 dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f63a7c301837..3e5354a2b861 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=gromacs
pkgver=2023.1
-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")
arch=('x86_64')
-depends=('lapack' 'zlib' 'hwloc' 'gcc11')
+depends=('lapack' 'zlib' 'hwloc')
optdepends=('cuda: Nvidia GPU support'
'vmd: Accesibility to other trajectory formats (ONLY WHEN COMPILING)'
'perl: needed for demux.pl and xplor2gmx.pl'