summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authora.kudelin2020-05-16 19:07:17 +0300
committera.kudelin2020-05-16 19:07:17 +0300
commit14b60c44a890302bc82a4b842c51a4d4b8ca1fb3 (patch)
treed81a016f54e8453f46be625570ada74eb5b15b20
parentabe1a9bd21af8b32d255137d2907534ab464634e (diff)
downloadaur-14b60c44a890302bc82a4b842c51a4d4b8ca1fb3.tar.gz
Updated to the new stable 6.5.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8cef540ab810..91b142f833d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sirius
pkgdesc = Domain specific library for electronic structure calculations
- pkgver = 6.4.4
+ pkgver = 6.5.3
pkgrel = 1
url = https://github.com/electronic-structure/SIRIUS
arch = x86_64
@@ -13,10 +13,10 @@ pkgbase = sirius
depends = spfft
depends = gsl
depends = hdf5
- optdepends = magma: Linear algebra on GPU
+ optdepends = cuda: Linear algebra on GPU
options = !emptydirs
- source = https://github.com/electronic-structure/SIRIUS/archive/v6.4.4.tar.gz
- sha256sums = 1c5de9565781847658c3cc11edcb404e6e6d1c5a9dfc81e977de7a9a7a162c8a
+ source = https://github.com/electronic-structure/SIRIUS/archive/v6.5.3.tar.gz
+ sha256sums = eae0c303f332425a8c792d4455dca62557931b28a5df8b4c242652d5ffddd580
pkgname = sirius
diff --git a/PKGBUILD b/PKGBUILD
index c2a0a37e582d..dceba8a6a159 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=sirius
_PkgName=SIRIUS
-pkgver=6.4.4
+pkgver=6.5.3
pkgrel=1
pkgdesc="Domain specific library for electronic structure calculations"
arch=('x86_64')
@@ -10,9 +10,9 @@ license=('BSD')
url="https://github.com/electronic-structure/SIRIUS"
depends=('libvdwxc' 'libxc' 'spglib' 'elpa' 'spfft' 'gsl' 'hdf5')
makedepends=('cmake')
-optdepends=('magma: Linear algebra on GPU')
+optdepends=('cuda: Linear algebra on GPU')
source=("$url/archive/v$pkgver.tar.gz")
-sha256sums=('1c5de9565781847658c3cc11edcb404e6e6d1c5a9dfc81e977de7a9a7a162c8a')
+sha256sums=('eae0c303f332425a8c792d4455dca62557931b28a5df8b4c242652d5ffddd580')
options=(!emptydirs)
prepare() {
@@ -41,7 +41,6 @@ build() {
-DCREATE_FORTRAN_BINDINGS=ON \
-DUSE_OPENMP=ON \
-DUSE_SCALAPACK=ON \
- -DUSE_MAGMA=$_ACC \
-DUSE_CUDA=$_ACC \
-DUSE_VDWXC=ON \
-DUSE_ELPA=ON \