summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDrobot Viktor2019-04-30 23:08:50 +0300
committerDrobot Viktor2019-04-30 23:08:50 +0300
commitc9674956abfc25463e164ed8a2471dbcb12bf453 (patch)
tree7b0868b36f5bf136e3bc4d97ca242f0470914db6
parent61a1eda8e4d2dfb2a24269037e03bada01d93f25 (diff)
downloadaur-c9674956abfc25463e164ed8a2471dbcb12bf453.tar.gz
Added optdepends
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 12 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2add67aafc1f..4821a90338fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = plumed-mpi
pkgdesc = An open source plugin for free energy calculations in molecular systems which works together with some of the most popular molecular dynamics engines (with MPI support)
pkgver = 2.5.1
- pkgrel = 2
+ pkgrel = 3
url = http://www.plumed-code.org/
arch = i686
arch = x86_64
@@ -11,7 +11,11 @@ pkgbase = plumed-mpi
depends = zlib
depends = gsl
depends = openmpi
- optdepends = vmd-molfile-plugins: Add capability to read vmd compatible trajectories
+ optdepends = vmd-molfile-plugins: add capability to read vmd compatible trajectories
+ optdepends = xdrfile: GROMACS trajectory format support
+ optdepends = python-setuptools: Python module support
+ optdepends = cython: Python module support
+ optdepends = graphviz: diagrams in manual
source = https://github.com/plumed/plumed2/releases/download/v2.5.1/plumed-2.5.1.tgz
sha1sums = e3af8b82c08781b738137727e0b30c06cef7179f
diff --git a/PKGBUILD b/PKGBUILD
index 0916091c1f26..03c7fa217a39 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,17 @@
pkgname=plumed-mpi
pkgver=2.5.1
-pkgrel=2
+pkgrel=3
pkgdesc="An open source plugin for free energy calculations in molecular systems which works together with some of the most popular molecular dynamics engines (with MPI support)"
url="http://www.plumed-code.org/"
license=("GPL")
arch=(i686 x86_64)
depends=('lapack' 'zlib' 'gsl' 'openmpi')
-optdepends=('vmd-molfile-plugins: Add capability to read vmd compatible trajectories')
+optdepends=('vmd-molfile-plugins: add capability to read vmd compatible trajectories'
+ 'xdrfile: GROMACS trajectory format support'
+ 'python-setuptools: Python module support'
+ 'cython: Python module support'
+ 'graphviz: diagrams in manual')
makedepends=('vim')
source=( https://github.com/plumed/plumed2/releases/download/v${pkgver}/plumed-${pkgver}.tgz)
sha1sums=('e3af8b82c08781b738137727e0b30c06cef7179f')