summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Kudelin2021-11-27 18:06:48 +0200
committerAnton Kudelin2021-11-27 18:06:48 +0200
commitcc8074de11b1493fd1feed96b1a72c963f8355fb (patch)
tree90eab7244584aeec35869e66255917ef69685de9
parent2aef85ef939b9dc009d4ee9f395e6dd23ddccfb3 (diff)
downloadaur-octopus.tar.gz
adddep: python
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 832e947d9d7f..d5216398fb80 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = octopus
pkgdesc = Real-space Time-Dependent Density Functional Theory code
pkgver = 11.3
- pkgrel = 1
+ pkgrel = 2
url = https://octopus-code.org
arch = x86_64
license = LGPL
@@ -18,6 +18,7 @@ pkgbase = octopus
depends = cgal
depends = clfft
depends = clblas
+ depends = python
source = https://octopus-code.org/down.php?file=11.3/octopus-11.3.tar.gz
sha256sums = 0c98417071b5e38ba6cbdd409adf917837c387a010e321c0a7f94d9bd9478930
diff --git a/PKGBUILD b/PKGBUILD
index 8241e4de0074..fa06af9b9cdb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=octopus
pkgver=11.3
-pkgrel=1
+pkgrel=2
pkgdesc="Real-space Time-Dependent Density Functional Theory code"
arch=('x86_64')
url="https://octopus-code.org"
license=('LGPL')
depends=('elpa' 'gd' 'gsl' 'libxc' 'libvdwxc' 'netcdf-fortran' 'parmetis'
- 'nlopt' 'cgal' 'clfft' 'clblas')
+ 'nlopt' 'cgal' 'clfft' 'clblas' 'python')
makedepends=('gcc-fortran')
checkdepends=('procps-ng')
source=("$url/down.php?file=$pkgver/$pkgname-$pkgver.tar.gz")