summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Kudelin2021-07-17 09:48:20 +0300
committerAnton Kudelin2021-07-17 09:48:20 +0300
commit3411dfdfb21592dc6b879c333573258f882de22d (patch)
tree1e767c0fa6d97cf32ba25e94023007691a0b0456
parente29af0da8d2651c4873c7fd7581db57ada10307a (diff)
downloadaur-3411dfdfb21592dc6b879c333573258f882de22d.tar.gz
adding a new dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 02e5a03e50cf..c8b3f0aef5a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sirius
pkgdesc = Domain specific library for electronic structure calculations
pkgver = 7.2.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/electronic-structure/SIRIUS
arch = x86_64
license = BSD
@@ -11,6 +11,7 @@ pkgbase = sirius
depends = spglib
depends = elpa
depends = spfft
+ depends = spla
depends = gsl
depends = hdf5
optdepends = magma: Linear algebra on GPU
diff --git a/PKGBUILD b/PKGBUILD
index 446bcd1383f0..f616498397a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=sirius
_PkgName=SIRIUS
pkgver=7.2.4
-pkgrel=1
+pkgrel=2
pkgdesc="Domain specific library for electronic structure calculations"
arch=('x86_64')
license=('BSD')
url="https://github.com/electronic-structure/SIRIUS"
-depends=('libvdwxc' 'libxc' 'spglib' 'elpa' 'spfft' 'gsl' 'hdf5')
+depends=('libvdwxc' 'libxc' 'spglib' 'elpa' 'spfft' 'spla' 'gsl' 'hdf5')
makedepends=('cmake')
optdepends=('magma: Linear algebra on GPU')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")